-
-
Save BFTrick/6081396 to your computer and use it in GitHub Desktop.
UPDATE `wp_postmeta` | |
SET meta_value='taxable' | |
WHERE meta_key='_tax_status' |
It took a second ... absolutely pure gold. Thank you!
Thank you!! This helped me a lot and saved me so much time. I am grateful <3
useful, thanks
Saved me a lot of time. Thank you!
Thanks. Still working as of now.
This helped me thank you!
Thanks, you have saved me a lot of work
Perfect!
how i am supposed to run this?
Kral adamsın :)
This looks like SQL, so you should run it in phpmyadmin or in you mysql console :)
Thanks bro !
Thanks for this query, flipped all rows in wp_wc_product_meta_lookup to taxable but the products kept saying it wasn't taxable. This query solved my issue, great!
Thanks! Found easily with a google search...
Yup same
KING :D
Thanks !!!!
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!
Works like magic. Thanks!