且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在 Magento 中创建特定产品的优惠券?

更新时间:2023-02-19 17:58:58

以下是为任何特定产品创建优惠券代码的过程:-

Here is the process to create Coupon Code for any particular product:-

  • 登录到管理员
  • 转到促销 -> 购物车价格规则
  • 点击添加新规则
  • 填写规则信息

设置条件

  • 在左侧边栏上,点击条件标签
  • 点击 + 按钮图标
  • 选择产品属性组合
  • 点击 + 按钮图标
  • 选择SKU
  • 现在,您将看到 SKU 是 ...
  • 将您的产品 SKU 放在那里

请注意,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

保存规则