Follow these simple steps to add the LiveChat widget to your Shopify store. The chat button will appear on all pages of your store.
https://www.poplivechat.com for production deploymentIn your Shopify admin panel, go to:
Online Store → Themes → Click "Actions" → "Edit code"
In the theme editor, find and open the "theme.liquid" file (usually located in the "Layout" folder).
This file controls the layout for all pages in your store.
Scroll down in the theme.liquid file and find the closing </body> tag near the end of the file.
The code should be placed just before this tag.
The code below is sample code for demonstration purposes. The YOUR_COMPANY_ID shown is a placeholder.
To get your actual installation code with your Account ID, please log in to your LiveChat Dashboard
and navigate to the "Installation Code" section.
Copy the code below and paste it just before the </body> tag:
<!-- PopLiveChat Widget -->
<script>
window.LiveChatWidgetConfig = { companyId: 'YOUR_COMPANY_ID' };
</script>
<link rel="stylesheet" href="https://www.poplivechat.com/css/chat-widget.css">
<script src="https://www.poplivechat.com/js/chat-widget.js"></script>
<!-- End PopLiveChat Widget -->
⚠️ Important: This is sample code. Replace YOUR_COMPANY_ID with your actual Account ID.
Get your personalized installation code from your Dashboard → Installation Code page.
Click the "Save" button at the bottom of the editor.
Visit your Shopify store and look for the chat button in the bottom-right corner. Click it to test!
</body> tag, not after itChat widget not appearing?
</body> tag in theme.liquidIf you encounter any issues during installation, please contact our support team:
📧 Email: contact@items7.com
🏠 Access Dashboard |
All Installation Guides