Hello
In a VM eshop in a specific category I need to calculate a price depending on the length of the product that the user put in a field but adding also an amount of length.
Here is an example:
Product price 36€
The user put in a field 1,85 in the field
The calculation must be like this:
1,85 meter * 36€ + 0,30 meter * 36€ =77,40euro
or by adding the specific amount of cm in the user´s dimension and multiply it with the product price
(User´s Length + fixed length) x Product price
(1,85+0,30)*36€
Any ideas or plugin?
Thank you