Hi,
I have a simple problem with my shop cart page, hopefully there is a simple solution.
If the customer has a shipping charge on their purchase, the tax on the purchase is being calculated after shipping is added:
Incorrect Example:
Subtotal: $10.00
Shipping: $5.00
Tax: (Calculates tax for 15.00 here)
Grand Total: x.xx
Correct Example:
SubTotal: $10.00
Tax (on subtotal only) : x.xx
Shipping: $5.00
Grand Total:
No one I know of calculates tax after shipping lol.
Here is our shopping cart page:
http://www.mulberrystreetgifts.com/cgi-bin/sc/order.cgi?storeid=*1ab6811aa1049d2503ce7c8f753af0&function=show
Is there some javascript I need to know in order to reverse this?
Thank You
jontaco