Permet de supprimer tous les produits d'une règle panier contenu dans une categorie sur prestashop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DELETE FROM ps_cart_rule_product_rule_value WHERE id_item IN (SELECT id_product FROM ps_category_product WHERE id_category = 53) AND id_product_rule = 1076 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment