The referral modal is a widget that you can add to any page, we recommend adding it to the Order Confirmation page.
You can view an example here:
Example
This is how it works:
1) Customer completes checkout
2) Reach order confirmation and the popup modal will show to share their purchase with friends to receive Loyalty Rewards
3) Customers can choose to share via email, Facebook or Twitter and a direct link to the referral URL
This encourages customers to share their purchases with their friends, driving organic traffic growth.
You can find the widget settings here:
https://go.stamped.io/v3/#/settings/widgets/display/
For Shopify:
To install the Modal on the order confirmation page, you'll simply need to copy the codes and paste it into:
Shopify => Settings => Checkout => Additional scripts
Codes to be added in the section:
{% if checkout.email %}<br><div id="stamped-reviews-widget" data-widget-type="rewards-referral-modal" data-style-color-background="#fabbbb" data-style-color-button="#d45500" data-style-color-link="#ff0000" data-customer-email="{{checkout.email}}" data-customer-first-name="{{customer.first_name}}"></div><br>{% endif %}