ugly-tan
ugly-tan2y ago

ESTOY EN LA VERSION GRATUITA DE VOICEFLOW, HE INTENTO AGREGAR EL CHATBOT A SHOPIFY

No se puede incorporar el chatbot en shopify si estoy en la version gratuita? o si se puede y estoy haciendo algo mal?? porfavor si alguien maneja información y me puede ayudar se lo agradecería. Saludos
1 Reply
NiKo | Voiceflow
The Chat Widget is available on all plans. The issue you're facing with Shopify is a known one and you can fix it by adding some CSS on your page. There's a css rule on Shopify to check for empty elements, inside base.css in the Assets folder (code editor inside Shopify), you want to update this rule and/or add the following CSS code: <style> #voiceflow-chat { display: block !important; } </style>

Did you find this page helpful?