Hi Gianluigi! I have a cart in which there are two issues I can't resolve:
1. The Shipping Cost is calculated with "Number of Items in Cart * Fixed price" (for example: 3 items in cart * 10 � = 30 �) : how do I setup this in the Shopping Cart?
2. I store the percentage VAT (20) in a variable, not in database records : how do I calculate the VAT for the cart, using this variable?
Honestly I setup something in the Config Cart: for the problem 1., I used the formula "[Quantity]*strShipping" (strShipping is my fixed price stored in a variable) with SUM option enabled, and for the 2. I used "([UnitPrice]/100)*strVat" with SUM option... This is very fine, but the Grand Total doesn't include these SUMs (I obtain the Grand Total without VAT and Shipping costs)
How can I achieve these results?
Thanks |
|
|