Let's say I have 10% off coupon code.
This coupon is applicable only to Product BA customer have in its cart :
- Product P1
- Product B
- Product P2
I don't want my 10% off coupon apply to other product but 开发者_StackOverflow社区only to Product B.
Do you know how I can do that within Magento?
Here is the process to create Coupon Code for any particular product:-
- Login to Admin
- Go to Promotions -> Shopping Cart Price Rules
- Click Add New Rule
- Fill Rule Information
Set Conditions
- On left sidebar, click Conditions tab
- Click + button icon
- Select Product attribute combination
- Click + button icon
- Select SKU
- Now, you will see SKU is ...
- Put your product SKU over there
Please note that the SKU option may not show up by default. (Go to: catalog -> attributes -> manage attributes. Then search for the ‘SKU’ attribute and set the drop down ‘Use for Promo Rule Conditions’ to YES and reindex if needed.)
Set Actions
You can set how much discount you want to give from here
Save Rule
Also as extra information, if you not found SKU in promotion tab you can do following.
Go to: catalog -> attributes -> manage attributes
Search for the ‘SKU’ attribute and set the drop down ‘Use for Promo Rule Conditions’ on YES.
That will solve the problem.
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.
- Do it as above
under Shopping Cart Price Rule - Go to Conditions > Remove all conditions
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.
Go to your shopping cart rules in Admin Panel of Magento. When you create new rule, under conditions tab you have great options to set.
For example you can that this rule will apply only to products of a one category, or product which has defined attribute.
You should check those option, because Magento has many possibilities here.
- Login to Admin
- Go to Promotions -> Shopping Cart Price Rules
- Click Add New Rule
- Fill Rule Information
Under Actions :
- In Apply the rule only to cart items matching the following conditions (leave blank for all items)
Click on + button, under that select SKU
Now, you can see SKU is ...
- Put your product SKU over there
The SKU option wont be there in default, to add that
Catalog -> attributes -> manage attributes Find SKU
Set "Use for Promo Rule Conditions" to Yes
精彩评论