spaceman Posted September 22, 2002 Share Posted September 22, 2002 Hi, For the (Australian) store I'm working on, all product prices will always include a tax component (currently 10% 'GST'). We've entered all the products with their tax-inclusive prices. Is it possible to set a flag or indicator somewhere that tells osCommerce that these prices already include 10% tax? Or does osCommerce always assume that prices are exclusive of all tax, and so tax must be added on depending on the tax class applied to it? If the answer is the latter, then I guess I'll have to run an SQL update query on every single product price to reduce it by 10%... Thanks for your help. Link to comment Share on other sites More sharing options...
♥olby Posted September 22, 2002 Share Posted September 22, 2002 I would recommend the SQL-run, and then select "Show prices with tax". If the tax changes its very easy to update the tax-rate. Best Regards olby Link to comment Share on other sites More sharing options...
spaceman Posted September 23, 2002 Author Share Posted September 23, 2002 Makes perfect sense to me - thanks for your advice. Link to comment Share on other sites More sharing options...
CHRIS2410 Posted October 3, 2002 Share Posted October 3, 2002 Could you tell me how to "SQL-run" and Select "Show Prices with Tax" Sorry for this stupid question ... Thanks Link to comment Share on other sites More sharing options...
♥olby Posted October 3, 2002 Share Posted October 3, 2002 phpAdmin for mySQL is well suited for that job, and it holds a lot of online documentation. You just run an UPDATE ... query on FIELD products_price in TABLE products. Products with or without tax is set in: catalog/includes/application_top.php in this line: define('DISPLAY_PRICE_WITH_TAX', true); // Display prices with tax (true) or without tax (false) Best Regards olby Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.