Skip to content

Instantly share code, notes, and snippets.

@BFTrick
Created July 25, 2013 16:25
Show Gist options
  • Star 21 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save BFTrick/6081396 to your computer and use it in GitHub Desktop.
Save BFTrick/6081396 to your computer and use it in GitHub Desktop.
Update the tax status of all WooCommerce products.
UPDATE `wp_postmeta`
SET meta_value='taxable'
WHERE meta_key='_tax_status'
@davidebr90
Copy link

Thanks !!!!

@bartmolk
Copy link

Thanks! Was looking to write this myself and find the columns but 1 search query and google showed me the correct thing.
P.s. for people who are using object cache, the reason it won't add the taxes until you visited the problem is because you have to clean the Cache. This could be Reddis object cache or other caching plugins!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment