Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

taxable goods


mom4x

Recommended Posts

Posted

is it possible to set all products to be taxed in the catalog by default?

Posted

In the table PRODUCTS the default products_tax_class_id is '0' - you can set the default as '1' (taxable goods)

 

You can run a query on the table to set existing products:

 

update products set products_tax_class_id = '1'

 

Matti

Posted

If you have time, could you explain how to run the query to update the existing products?

 

Thanks!!

Posted

Through your webhosting control panel>>mySQL>>phpmyadmin

 

Matti

  • 2 weeks later...
Posted
That doesn't seem to work on my website....I changed products_tax_id to 1, but there is till no tax on my stuff....help please

 

 

It didn't work on mine either so I had to do over 1000 products manually. I don't have the suggested phpmyadmin. Mine has a "MySQL Databases" instead. Sorry can't help ya. :( Hopefully someone will post again.

Archived

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

×
×
  • Create New...