VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: JLMA on December 28, 2012, 22:24:42 PM

Title: Customsize plugin for various calculations
Post by: JLMA on December 28, 2012, 22:24:42 PM
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
Title: Re: Customsize plugin for various calculations
Post by: JLMA on January 09, 2013, 17:21:21 PM
Anyone ?  :'(
Title: Re: Customsize plugin for various calculations
Post by: PRO on January 09, 2013, 18:15:17 PM
?

http://extensions.virtuemart.net/extensions-virtuemart-2/products/custom-size-detail
Title: Re: Customsize plugin for various calculations
Post by: ralphm71 on February 01, 2013, 22:55:00 PM
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
Title: Re: Customsize plugin for various calculations
Post by: WebStuff on February 12, 2013, 17:16:13 PM
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.