rawveg/module-upsellmotivator

显示消息,鼓励客户添加更多商品到购物车以符合优惠/免费送货等条件。阈值和优惠都可以完全配置。

1.0.4.3 2018-07-07 20:11 UTC

This package is auto-updated.

Last update: 2024-09-08 09:46:15 UTC


README

Upsell motivators 满足一个简单的需求,通过告知客户各种条件,如“再消费12.30英镑即可享受免费送货”来鼓励他们多花一些钱。

使用composer安装:

composer require rawveg/module-upsellmotivator
bin/magento setup:upgrade
bin/magento cache:flush 
bin/magento cache:clean

设置:

  1. 通过访问: 商店 > 配置 > Rawveg > Upsell Motivators > 启用 启用该模块

    Enabling the Module
  2. 可以通过访问 Rawveg > Upsell Motivators 添加消息

    Upsell Motivators
  3. 点击 添加激励 添加新消息

    Screen_Shot_2018-05-28_at_22.24.55.png
  4. 添加小计值和消息。消息应采用 sprintf 可理解的格式,因此将变量金额替换为字符串 %s。可选地添加消息的开始和结束日期。

    Screen_Shot_2018-05-28_at_22.26.07.png
  5. 点击 保存激励 保存您的消息。

    Screen_Shot_2018-05-28_at_22.27.04.png
  6. 这些消息作为小部件实现,可以放置在网站上的任何位置。通过访问 内容 > 小部件,点击 添加小部件 添加小部件。
  7. 类型 中选择 Upsell Motivators

    Screen_Shot_2018-05-28_at_22.28.42.png
  8. 选择您的主题,然后点击 继续

    Screen_Shot_2018-05-28_at_22.29.03.png
  9. 选择您的商店,排序顺序和布局更新。

    Screen_Shot_2018-05-28_at_22.30.31.png
  10. 点击小部件选项并选择宽度和高度。

    Screen_Shot_2018-05-28_at_22.30.55.png
  11. 点击 保存

现在您已经设置好了,可以查看结果了!


Screen_Shot_2018-05-28_at_23.06.01.png