I have built an e-commerce website on shopify using Liquid template language. Now, I want to integrate a chatbot to it that I have built using Rasa framework. Is it possible? If yes, please share how I can.
I have built an e-commerce website on shopify using Liquid template language. Now, I want to integrate a chatbot to it that I have built using Rasa framework. Is it possible? If yes, please share how I can.
2
Answers
Your question requires a (very) long answer, quite unsuited to coding questions.
You are likely to find tutorials from either the Rasa Community sites or the Shopify sites.
Step 1: Log in to your Shopify account. Click on Online Store.
Open Shopify console
Step 2: Edit code
Navigate to the Themes section. Click on the Actions button and then click the Edit Code option.
Step 3: Add chatbot widget code. Rasa or any other bot provider will be providing the javascript snippet
In the Edit Code section, go to the left side Edit Code for Debut panel and click on Sections.
Open the footer -> liquid section and paste the copied chatbot javascript plugin script just below tag. Click on Save. Preview & Publish
Above screenshot is taken from Kommunicate but process is same for others.