VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product pricing => Topic started by: jabba on March 08, 2014, 20:25:05 PM

Title: multiply the product prices rather than summing them
Post by: jabba on March 08, 2014, 20:25:05 PM
Easy question. I need to multiply the product prices instead of summing them. I mean:

NORMAL CART:

Product 1 = 10$
Prdouct 2 = 20$

Total = 30$

MODIFIED CART:

Product 1 = 10$
Product 2 = 20$

TOTAL = 200$

Is this possible? How? In wich file the cart total is defined? And how to pass it to the checkout function?

Thank you