Adding VF chatbot on shopify store
Can someone please help me? I've been trying this for days, but nothing works. I can't get the VF chatbot to work on Shopify. I'm placing the code right above the </body> tag, and I'm adding the following CSS at the top under the <head> section:
#voiceflow-chat {
display: block !important;
visibility: visible !important;
opacity: 1 !important;
}
What am I doing wrong?
#voiceflow-chat {
display: block !important;
visibility: visible !important;
opacity: 1 !important;
}
What am I doing wrong?