leia Posted November 13, 2008 Share Posted November 13, 2008 Is there a way to modify the total price calculation when a % discount is applied?Currently, my cart adds up the product prices + tax + shipping, THEN takes the 10% discount off if the voucher is applied.I want the voucher to be applied to the total of the product prices ONLY. Discount should not be taken off shipping or tax.Is there a configuration setting I have missed? Is there something in the template to modify?Thanks! Link to comment Share on other sites More sharing options...
L. Brett Sinclair Posted December 2, 2008 Share Posted December 2, 2008 I did not test it myself, but for sure shipping should be excluded and I beleive you are right as well, in the USA, the voucher should be off the price.you should report it Link to comment Share on other sites More sharing options...
kacrut Posted December 14, 2008 Share Posted December 14, 2008 no price calculation working? Link to comment Share on other sites More sharing options...
digisli Posted January 11, 2009 Share Posted January 11, 2009 Versie 1.1: Open file / classes / Discount.php Op regel 197 van de plaats: $totalAmount = floatval ( $order_total_products ) + floatval ( $shipping_fees ); change: $totalAmount = floatval ( $order_total_products ); This must be working Link to comment Share on other sites More sharing options...
Kangaroo Posted March 3, 2009 Share Posted March 3, 2009 Versie 1.1: Open file / classes / Discount.php Op regel 197 van de plaats: $totalAmount = floatval ( $order_total_products ) + floatval ( $shipping_fees ); change: $totalAmount = floatval ( $order_total_products ); This must be working after testing, it's not working unfortunately. same as topic, i think shipping/tax should not be subject to a discount. i intend to modify discount.php but failed. Any advise guys? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now