Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create a coupon on specific product in Magento?

Let's say I have 10% off coupon code.
This coupon is applicable only to Product B

A customer have in its cart :

  • Product P1
  • Product B
  • Product P2

I don't want my 10% off coupon apply to other product but only to Product B.

Do you know how I can do that within Magento?

like image 815
ÉricP Avatar asked Mar 17 '11 11:03

ÉricP


Video Answer


1 Answers

They are not exact answer for the question. Most of all the right but you have to setup one more thing as below if you want to discount only specific items or specific items in category.

  1. Do it as above
    under Shopping Cart Price Rule
  2. Go to Conditions > Remove all conditions
  3. Go to Actions and setup under "Apply the rule only to cart items matching the following conditions (leave blank for all items)"

    • If you want to discount specific items, select SKU and input the SKU #
    • If you want to discount Category items, select category

It will be discounted only setup items even if other items are in the cart.

like image 66
Michael Roh Avatar answered Sep 23 '22 07:09

Michael Roh