support

Author Topic: Change General product page to mark ALL items as taxable  (Read 6246 times)

Offline carlwert

  • Newbie
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Change General product page to mark ALL items as taxable
« on: August 31, 2016, 08:15:31 PM »
Does anybody know how to make all items in the store as taxable without going into the product general page and changing each one at a time.

Offline llegrand

  • Hero Member
  • *****
  • Posts: 1813
  • Karma: +529/-7
    • View Profile
Re: Change General product page to mark ALL items as taxable
« Reply #1 on: August 31, 2016, 11:38:47 PM »
If you are comfortable working directly in your database  you can change it there with an SQL statement

The table  is (your prefix) _ products
the field  is tax_class_id

1 indicates taxable if you haven't changed your tax classes.

Please remember to make a backup of your site BEFORE starting any changes.

Offline carlwert

  • Newbie
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: Change General product page to mark ALL items as taxable
« Reply #2 on: September 02, 2016, 03:54:47 PM »
Thanks for the help. I can issue an SQL statement, can you tell me what I need to say in SQL statement? Thanks again....

 

Powered by SMFPacks Social Login Mod