App reviews, troubleshooting, and recommendations
Hello, I would like to use Shopify's Online store chat on my store, but it auto opens / expands when the page is loaded. I would like it to stay closed as the circle icon and only opens when someone clicks on it. Can someone provide assistance?
I am having the same issue. On mobile, the chat window covers the entire screen. There should be a setting to turn this off.
In your websites code
theme.liquid
add the following
<script>
window.onload = function() {
setTimeout(function() {
if (window.ShopifyChat && window.ShopifyChat.hideChat) {
ShopifyChat.hideChat();
}
}, 1000);
};
</script>
Charles
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024