wvmlt Posted May 19, 2003 Posted May 19, 2003 I've just installed a shop based on Ian's loaded 4. Every item has taxes added into the price and I can't find where to turn this off. Any suggestions? Keith What the hell was I thinkin'?
Silencer Posted May 19, 2003 Posted May 19, 2003 Set Tax class to none for all your goods. You can use following query in phpMyAdmin (or any other SQL manager) for do this quick: UPDATE products SET products_tax_class_id = 0; There is always more than one way to do it. And always Keep It Simple, Stupid.
Guest Posted May 19, 2003 Posted May 19, 2003 In catalog/includes/application_top.php around line 139 define('DISPLAY_PRICE_WITH_TAX', false); // Display prices with tax (true) or without tax (false) HTH The_Bear
Recommended Posts
Archived
This topic is now archived and is closed to further replies.