mom4x Posted June 9, 2005 Posted June 9, 2005 is it possible to set all products to be taxed in the catalog by default?
Guest Posted June 10, 2005 Posted June 10, 2005 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
mom4x Posted June 10, 2005 Author Posted June 10, 2005 If you have time, could you explain how to run the query to update the existing products? Thanks!!
Guest Posted June 13, 2005 Posted June 13, 2005 Through your webhosting control panel>>mySQL>>phpmyadmin Matti
jeepsterdk Posted June 28, 2005 Posted June 28, 2005 Through your webhosting control panel>>mySQL>>phpmyadmin Matti <{POST_SNAPBACK}> 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
mom4x Posted June 28, 2005 Author Posted June 28, 2005 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 <{POST_SNAPBACK}> 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.