假设我有 10% 的优惠券代码.
此优惠券仅适用于产品 B
Let's say I have 10% off coupon code.
This coupon is applicable only to Product B
顾客的购物车里有:
我不希望我的 10% 优惠券适用于其他产品,而仅适用于产品 B.
I don't want my 10% off coupon apply to other product but only to Product B.
你知道我如何在 Magento 中做到这一点吗?
Do you know how I can do that within Magento?
以下是为任何特定产品创建优惠券代码的过程:-
Here is the process to create Coupon Code for any particular product:-
设置条件
请注意,SKU 选项可能默认不显示.(转到:目录 -> 属性 -> 管理属性.然后搜索'SKU' 属性并将下拉菜单'用于促销规则条件' 设置为 YES 并在需要时重新索引.)
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.)
设置操作
您可以从这里设置您想提供多少折扣
You can set how much discount you want to give from here
保存规则
这篇关于如何在 Magento 中创建特定产品的优惠券?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
覆盖 Magento 配置Override Magento Config(覆盖 Magento 配置)
什么会导致 print_r 和/或 var_dump 调试变量失败?What would cause a print_r and/or a var_dump to fail debugging a variable?(什么会导致 print_r 和/或 var_dump 调试变量失败?)
如何在 magento 中以编程方式更新自定义选项?How to update custom options programatically in magento?(如何在 magento 中以编程方式更新自定义选项?)
管理页面上的 Magento 404Magento 404 on Admin Page(管理页面上的 Magento 404)
Magento - 从订单中获取价格规则Magento - get price rules from order(Magento - 从订单中获取价格规则)
Magento 更改产品页面标题以包含属性Magento Change Product Page Titles to Include Attributes(Magento 更改产品页面标题以包含属性)