- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2018
11:36 PM
09-29-2018
11:36 PM
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
Labels:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2018
02:54 AM
09-30-2018
02:54 AM
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/
https://www.manishmittal.com/
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2018
10:43 PM
09-30-2018
10:43 PM
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
- After login adminside, Go to Marketing > Catalog Price Rule
- Please do Disable all rule status https://www.screencast.com/t/b4N9zuFrz
- 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
- 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