cancel
Showing results for 
Search instead for 
Did you mean: 

How to remove discount price rule for all products. I need this only for those who applied discount

How to remove discount price rule for all products. I need this only for those who applied discount

How to give discount price for only products that have discount code in cart page while clicking add to cart page. How to resolve actually all the ordered products has discount price rule. I don't want the discount price rule for all products. I need only for those who apply with discount code. Can you please help me to get the relevant information which I required for Magento 2. Thanks
2 REPLIES 2

Re: How to remove discount price rule for all products. I need this only for those who applied disco

Hello @vrmohan

 

You can create cart price rule for specific products and once you will add & aplly coupon code it will apply on specified products only.

 

Please follow below url:

https://belvg.com/blog/coupons-in-magento-2.html

Manish Mittal
https://www.manishmittal.com/

Re: How to remove discount price rule for all products. I need this only for those who applied disco

Hello @vrmohan,

 

To remove discount price rules, Please follow below steps

  1. After login adminside, Go to Marketing > Catalog Price Rule
  2. Please do Disable all rule status  https://www.screencast.com/t/b4N9zuFrz
    2018-10-01_11-06-35.jpg
  3. Please login via terminal and follow below command to reindex price data and clear cache
    php bin/magento indexer:reindex
    php bin/magento cache:clean
    php bin/magento cache:flush
  4. For cart price rule, Please refer this blog https://www.mageplaza.com/kb/how-create-a-cart-price-rule-in-magento-2.html

Let me know if you have any issue.

 

--
If my answer is useful, please Accept as Solution & give Kudos