99% of stores can ignore this document! Widgets will automatically update when you move to 2.0, this is specifically for stores that have a custom Junip installation (most commonly "headless" stores).
Our new v2 widgets use an updated script tag URL. While we’ve automatically updated this for most stores, for manually added or hardcoded script tags, we’ll need your help to update the URL.
Instructions below:
Locate the script tag
Go to your Shopify Admin > Online Store > Themes > Edit Code. The script tag is likely in the layout/theme.liquid file or in any file where Junip content is displayed.Find the current script tag
You'd want to look for this line:
<script type="text/javascript" async="true" src="https://scripts.juniphq.com/v1/junip_shopify.js"></script>
Update the script URL
Simply update the URL with the new one:
https://widgets.juniphq.com/v1/junip_shopify.js
Final Script
The updated Junip script should look like this:
<script type="text/javascript" async="true" src="https://widgets.juniphq.com/v1/junip_shopify.js"></script>
The new widgets come with new avatars, the "Verified Buyer" badge is hoverable, updated "Sort" filters ("Latest" instead of "Most recent"), and much more. Seeing these updates confirms that you've successfully transitioned to the new widgets! 🎉
If you have any questions or run into any issues, please reach out to our support team! Happy to help.