Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

I set up the tax zones properly, but when i entered an item into the db i didn't specify it as a taxable good

 

now that i have over 1000 items and have been online for almost 2 yrs with osc i was wondering if its possible to make all items taxable if the user lives in the state of wisconsin without having to go back and change all the "taxable good" settings per item??

Posted

you can run a single sql query to update all the products for the products_tax_class_id

 

example:

update products set products_tax_class_id = 1

 

make sure the identifier is valid and represents the tax class you want to assign to all products.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...