Disable tier pricing when applying coupon code
I want to have a web shop where products have tier pricing, such as: This is easy by setting tier pricing in products. However, I don't want tier pricing to apply when coupon codes are applied (discount would get too high). So I want a coupon code discount to be based on the base price (1 pcs price). Is there a way to do this? Example: coupon code ...
coupon code applying only one one product instead of whole cart
we created shopping cart price rule to give 50 % discount for all cart subtotal. but coupon code is applying only for one product. in cart 2 items, when we applied coupon code, it should give 50 % discount and display as "250" , but now its displaying as "50" as discount is applying only for one product. same coupon code working fine in another sit...
Change success message on applying coupon code
In Magento 2.x, By default, we can set coupon codes from Marketing->Cart Price Rules. I've added a test code and it's working as expected. When I added the code in cart page (mysite.com/checkout/cart) , I see the success message as follows:- You used coupon code "TestCode1". How to change this message to include whatever text I need to put?
Custom shipping price for particular two products after applying coupon
I need to create a new coupon that will give a $50 discount for only two products . The customer should be charged shipping of $5 (fixed only for this two products). It should take $50 off of their cart, and then add $5 for shipping cost. Can any body please give me some idea / guidance how to implement this? Any help will be greatly appreciated. t...