naylwin Posted December 11, 2006 Posted December 11, 2006 (edited) I had installed CGV on the OSC site and had Tax problems. I fixed the Tax problem by doing the following: catalog/includes/modules/order_total/ot_coupon.php function ot_coupon() { $this->include_shipping = 'false'; $this->include_tax = 'false'; $this->calculate_tax = 'true'; } Tax calculation is fixed, but I have the payment information page displaying the tax that is calculated before coupon value is substracted. For example: product is $10 discount -$5 0.825% Tax should display $0.41 it displays $0.83 instead it calculates $0.41 for total though please help Thanks Nay Edited December 11, 2006 by naylwin Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.