Shopify Integration¶
Automatic integration¶
After passing Shopify authorization, Loyalty page will be located at /pages/loyalty.
To turn Loyalty integration on/off, navigate to Talkable Shopify Integration page https://admin.talkable.com/sites/<YOUR-TALKABLE-SITE-ID>/integration/shopify
Manual integration¶
Pass Shopify authorization
You will be redirected to your Shopify store, log in and click the Install button
After successful installation you will be redirected back to Talkable
Click “Integrate manually“
Set up Referral Integration manually
Then navigate to:
Open Themes / Templates
Click “Add a new template“
Create a new template for page called loyalty
Paste the following code inside layout:
{% if shop.customer_accounts_enabled %} <div id="talkable-loyalty"></div> {% endif %}
Click “Save”
Then navigate to:
Open Online Store / Pages
Click “Add page“
Add title loyalty
Select Theme template loyalty
Click “Save”
Requirements
User accounts. The website must support user accounts since the loyalty program is only available to logged in users.