rawveg/module-upsellmotivator

Displays messages to encourage customers to add more to their cart to qualify for deals/free shipping etc. The thresholds and deals are all fully configurable.

1.0.4.3 2018-07-07 20:11 UTC

This package is auto-updated.

Last update: 2024-05-08 09:12:39 UTC


README

Upsell motivators fills a simple need, to encourage customers to spend a little more by advising them of various conditions, such as 'Spend £12.30 more to qualify for free shipping'.

To install using composer:-

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

Setup:-

  1. Enable the module by visiting: Stores > Configuration > Rawveg > Upsell Motivators > Enabled

    Enabling the Module
  2. Messages can be added by visiting Rawveg > Upsell Motivators

    Upsell Motivators
  3. Click on Add Motivator to add a new message

    Screen_Shot_2018-05-28_at_22.24.55.png
  4. Add a subtotal value and a message. The message should be in a format that is understandable by sprintf, so replace the variable amount by the string %s. Optionally add start and finish dates for the message.

    Screen_Shot_2018-05-28_at_22.26.07.png
  5. Click Save Motivator to save your message.

    Screen_Shot_2018-05-28_at_22.27.04.png
  6. The messages are implemented as Widgets, which can be placed anywhere you like on the site. Add a widget by visiting Content > Widgets, click Add Widget.
  7. In Type select Upsell Motivators

    Screen_Shot_2018-05-28_at_22.28.42.png
  8. Select your Theme, and click continue

    Screen_Shot_2018-05-28_at_22.29.03.png
  9. Select your Store, Sort Order and Layout Updates.

    Screen_Shot_2018-05-28_at_22.30.31.png
  10. Click Widget Options and choose the width and height.

    Screen_Shot_2018-05-28_at_22.30.55.png
  11. Click Save

Now you're all set to view the results!


Screen_Shot_2018-05-28_at_23.06.01.png