wydydygibus Posted February 10, 2016 Share Posted February 10, 2016 Hi! How can I check if product have cart rule? I have only product ID.I checked already classes/CartRule.php but I didn't found anything interesting :/ Help me plz. Link to comment Share on other sites More sharing options...
sandipchandela Posted February 13, 2016 Share Posted February 13, 2016 Check out three tables. Last table will have have a product ID. ps_cart_rule_product_rule ps_cart_rule_product_rule_group ps_cart_rule_product_rule_value Link to comment Share on other sites More sharing options...
safa Posted February 13, 2016 Share Posted February 13, 2016 you can cart rule in cart functions. like this. if ($cart->getCartRules()) { foreach ( $cart->getProducts() as $key=>$item ) { } } Link to comment Share on other sites More sharing options...
thuanr Posted February 14, 2016 Share Posted February 14, 2016 Hi all, add 1 prob: is any way to set promotion for every sunday ? Tks everyone (from thoitrangdienthoai.com) Link to comment Share on other sites More sharing options...
sandipchandela Posted February 16, 2016 Share Posted February 16, 2016 Need to check manually. Link to comment Share on other sites More sharing options...
thuanr Posted February 16, 2016 Share Posted February 16, 2016 Tks Sandy, So there is no way for looping ! Link to comment Share on other sites More sharing options...
sandipchandela Posted February 16, 2016 Share Posted February 16, 2016 Copy cart rule controller file to local folder. Put if condition in cart post action. I think it will be more convenient way. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now