Referral modal

This standalone modal allows a logged in customer to refer their friends via various channels. If no customer is logged in, it asks them to log in first and display log in and sign up buttons.

Available on the Advanced plan and above.

Opening the referral modal

On click

You can open the referral modal by adding the data-lion-refer attribute to any element. When that element is clicked, we’ll display the referral modal.

<a href="#" data-lion-refer>Refer your friends and get $10</a>

On page load

You can have the referral modal open automatically on page load. To do this, link to your store and include the parameter ll_act=refer in the URL.

https://example.com/?ll_act=refer

Example

referral modal