To install the AI Shop Assistant widget on your e-commerce website, follow these steps:
Ensure you can access your website's HTML files or insert custom scripts through your website builder or CMS.
<head>
SectionOpen the main template file where you manage your website's global structure. This is typically index.html
or a layout file depending on your framework.
You can use CMD + F (Mac) or CTRL + F (Windows) to search for </head>
within your code.
You can use CMD + F (Mac) or CTRL + F (Windows) to search for </head>
within your code.
Copy and paste the following script directly above the </head>
tag:
<script src="https://widget.shopassistant-ai.com/preguide_ai.js" data-tenantid='<Please insert your tenant id here>' defer></script> |
Replace <Please insert your tenant id here>
with your actual tenant ID.
For Example:
<script src="https://widget.shopassistant-ai.com/preguide_ai.js" data-tenantid='prz_123123123' defer></script> |
Make sure to include defer
in the script tag to ensure optimal loading.
Save your changes and upload the modified file to your web server if necessary.
Visit your website and confirm that the AI Shop Assistant widget is visible and functioning.