No content to show
User Activity
In your websites code theme.liquidadd the following <script>
window.onload = function() {
setTimeout(function() {
if (window.ShopifyChat && window.ShopifyChat.hideChat) {
ShopifyChat.hideChat();
}
}, 1000);
};
</scri...
In your websites code theme.liquidadd the following <script>
window.onload = function() {
setTimeout(function() {
if (window.ShopifyChat && window.ShopifyChat.hideChat) {
ShopifyChat.hideChat();
}
}, 1000);
};
</script...
I'm Currently in the process of localising my store and I've written some code to interface with the Shopify Admin API GraphQL and google translate to do so, I've been able to get it to work without issue for products, collections, and policy's I'm C...