weezal Posted January 22, 2003 Share Posted January 22, 2003 I have put prices on my os commerce site and for somereason when the product is viewed the tax is also included in the price. Now i want the pre-tax price to be displayed. And have the tax added in the shopping cart instead. How do i go about this? I live in Ontario so of course there's PST and GST. and how do i have it so that when someone in BC buys something the PST for that cpuntry is added and not the Ontario PST? Link to comment Share on other sites More sharing options...
toolcrazy Posted January 22, 2003 Share Posted January 22, 2003 /catalog/includes/application_top.php find the entry about line 154: define('DISPLAY_PRICE_WITH_TAX', false); // Display prices with tax (true) or without tax (false) Yours should say true, change it to false. Two suggestions. 1. Go to http://www.oscdox.com and get the manual. 2. Please search the forums before asking a question, this one has been answered a thousand times. Steve ------------------------- Link to comment Share on other sites More sharing options...
toolcrazy Posted January 22, 2003 Share Posted January 22, 2003 The tax setup is in admin. Just explore it you will find the answer. OSC can be set up with several tax zones. Steve ------------------------- Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.