crackers Posted January 27, 2003 Share Posted January 27, 2003 Sub-Total: $344.99 HST 15.0%: $45.00 Canada Post (1 x 26kgs) (Expedited, 2003-01-28): $15.91 Total: $360.90 For some reasong no matter what payment module I use the tax never gets added to the total tho it shows what it would be. PayPal IPN when you confirm the oder dosen't add the tax in either (its set to "true"). How can I fix this so it adds my tax? Thanks in advance! Link to comment Share on other sites More sharing options...
guntersammet Posted January 27, 2003 Share Posted January 27, 2003 It looks like you are display the price including tax already. This would mean the 344.99 is already including tax. The 45 $ HST is the tax amount included in the above. There is a setting in application_top.php: define('DISPLAY_PRICE_WITH_TAX', true); // Display prices with tax (true) or without tax (false) Set this to false and you should have the 299.99 as subtotal. If you want to display all prices including HST, you can move the sort order in admin - modules - order_total. Move it past the 'Total' and change the wording from HST to something like 'HST included in above'. HTH Gunter Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.