Hi,
I'm using Joomla! 2.5.8 with Virtuemart 2 and CSVI Pro 5.5
I need to implement various calculations for a same product (on-measure carpets)
Those carpets are form free (rectangular or round)
here are the calculation I need to make in fonction of the carpet's form
Rectangular form : (Length x Width x m²_price)+(2x Length + 2x Width) x (m_price) + cut_price
Round Form : (Radius x Radius x Pi x m²_price) + (2 x Pi x Radius) x (m_price) + Cut_price
Off course Form, Radius, m²_price, m_price and cut_price are custom fields
As there is no demo of the plugin to test it, I'm wondering if the Customsize plugin will do the trick ?
Thanks for your rapid answer
Regards
JLMA
Anyone ? :'(
?
http://extensions.virtuemart.net/extensions-virtuemart-2/products/custom-size-detail
Hi Did you manage to sort this out.
i am after the custom size extension to work out a price of printed banner, but find the instructions / set up very confusing, could some one display the settings for the following
the sqr meter price is £25 so when my customer keys in 1000m x 1000 mm this will display a price of £25 so if the key in size of 1000 x 3000mm the price will be £75
any advice is appreciated
If you understand php and don't mind doing a bit of coding you could do this from a Joomla article using this method.
http://forum.virtuemart.net/index.php?topic=110001
Hope this helps.