Hi everyone, by recomendation of Elias, I’m posting this in here.
I have a small question regarding the chat solutions and its integration to Shopify.
We want to buy a chat solution made in our country that is fully compatible with the WhatsApp API, this app has not been tested on Shopify. The developers sent us two demo files, a chat.js, and a chat.css files.
They also sent us the code we must insert in the pages, in order to call the chat widget in the pages we need it.
The code in provided is this one:
My question is:
How can we make a chat that is not made for the Shopify platform work?, using the things I told you.
Right now I have uploaded into the “assets” part of the theme, the two files, chat.js and chat.css. But I do not know how to call it in order to use it in the front end.
I already added the code lines into the theme.liquid file. Here are the line of codes:
I have placed the:
Inside the custom HTML blocks in the theme personalization GUI. Not inside the code of any page.
If I must do this last part, in what page I must add this code? theme.liquid or another page.