VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product pricing => Topic started by: servlet on March 14, 2013, 13:59:51 PM

Title: Price calculation based on width*height*lenght
Post by: servlet on March 14, 2013, 13:59:51 PM
Is it possible to implement price calculation to sell product customers specifies lenght. or to calculate price on custom width*lenght if base price is for cm*cm ?
or to calculate price on custom width*lenght*height if base price is for cm*cm*cm ?

lenght*width*height*Price(for cm3)
width*height*Price(for cm2)

Base price is for m3 or m2
Title: Re: Price calculation based on width*height*lenght
Post by: servlet on March 15, 2013, 10:48:16 AM
Nobody wants this Price calculation?
Title: Re: Price calculation based on width*height*lenght
Post by: PolishedGeek on March 29, 2013, 15:26:18 PM
Did you look at this? http://extensions.virtuemart.net/products/custom-size-detail

If that doesn't do exactly what you want, it probably gets you 80% of the way there and then you can customize it to meet your needs.
Title: Re: Price calculation based on width*height*lenght
Post by: servlet on May 26, 2013, 20:55:02 PM
Quote from: PolishedGeek on March 29, 2013, 15:26:18 PM
Did you look at this? http://extensions.virtuemart.net/products/custom-size-detail

If that doesn't do exactly what you want, it probably gets you 80% of the way there and then you can customize it to meet your needs.

Thank you
But there is no demo
No demo for all products. How can I test? I cannt pay without demo and test site.
Title: Re: Price calculation based on width*height*lenght
Post by: Milbo on June 04, 2013, 14:22:24 PM
yeh, I know one of our smaller problems atm. Small example http://www.culimarshop.se/index.php/bankskivor/amerikansk-valnot/stavlimmad-amerikansk-valnot-3-cm-detail
Title: Re: Price calculation based on width*height*lenght
Post by: servlet on June 04, 2013, 17:28:15 PM
I checked your demo. But there is only kg per cm
I was thinking that there is a field for width and field for height and when fill values in this fields the plugin will calculate square meter eg
width 3 m
height 7 m
result 21 square meters
The base prace is $3 per square meter
Total price for 21 square meter will be $63
The same is for cubic meter but with one more field for lenght
Title: Re: Price calculation based on width*height*lenght
Post by: Milbo on June 08, 2013, 00:37:05 AM
You can set your own unit.

kg, m, whatever. It makes not really a difference. It does not combine different units like in width mm and height in m.
Title: Re: Price calculation based on width*height*lenght
Post by: servlet on June 09, 2013, 08:31:32 AM
I will wait for demo for administrator