Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Taxes are being added to all items


wvmlt

Recommended Posts

Posted

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'?

Posted

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.

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...