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
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025