Gorgias logo
Gorgias logo

All articles

544 Results for "chat"

Set up Chat

... want to add Chat on your Shopify checkout and thank you pages, also add the following URL to your allowlist: 1- https://*.shopify-checkout.config.gorgias.chat/ Related articles Gorgias Chat FAQs Main Chat features Basic Chat customization Advanced Chat customization

Display the chat widget after some time spent on the website

... loaded', function () { resolve();})}); initGorgiasChatPromise.then(async function() { var chatElem = document.getElementById("gorgias-chat-container") chatElem.style.display = "none"; function sleep(seconds) { ...

Remove the Chat on specific page(s) of the store

This suggestion isn't an official feature of our Chat widget, so our support for it is limited - we recommend that it be implemented by someone with a technical background.

Remove the Chat based on country code

This suggestion isn't an official feature of our Chat widget, so our support for it is limited - we recommend that it be implemented by someone with a technical background. If you only work with certain countries you might want to only handle Chat messages coming from ...

Subscribe to Chat events

... s useful to do something specific when the Chat widget is open or closed - you can use the example below to do that.Gorgias Chat supports the following events: A ready event is triggered when the Chat is rendered. A destroy event is triggered when the Chat is ...

Open the Chat automatically

... background. You can make the Chat open automatically on page load by adding the gs_open_chat parameter to your URL (notice the gs_ which stands for Gorgias). The resulting store URL is now www.my-store.com?gs_open_chat.

Replace the Chat widget button

This suggestion isn't an official feature of our Chat widget, so our support for it is limited - we recommend that it be implemented by someone with a technical background. You can replace our Chat widget button with your own by providing some custom code - the ...

Change the Chat position on different pages

This suggestion isn't an official feature of our Chat widget, so our support for it is limited - we recommend that it be implemented by someone with a technical background.