Set any tax rule as default

PHOTO EMBED

Mon Feb 24 2025 15:15:59 GMT+0000 (Coordinated Universal Time)

Saved by @caovillanueva ##mysql

Make changes in one product first to see the id_tax_rules_group then do the bulk edit:


UPDATE `ps_product` SET `id_tax_rules_group`='2' WHERE  `id_tax_rules_group`=1;

UPDATE `ps_product_shop` SET `id_tax_rules_group`='2' WHERE  `id_tax_rules_group`=1;
content_copyCOPY

Display the tax rule default when edit products

https://www.prestashop.com/forums/topic/633322-solvedhow-to-set-a-taxrule-for-all-products/