๐Ÿš€ Launch Console
Innovation Essentials โ€” Shopify execution checklist
0 of 6 launched
1
Conversion Widget
Embed the trust-builder script tag into your theme
Pending โ–พ
๐Ÿ“
Shopify Admin โ†’ Online Store โ†’ Themes โ†’ Edit code โ†’ theme.liquid
Scroll to the bottom of the file and paste just before the closing </body> tag. Save.
โ†— Open Shopify Themes
Script tag โ€” paste before </body> in theme.liquid
<!-- Innovation Essentials Conversion Widget -->
<div id="ie-conversion-widget"
  data-store="getinnovationessentials"
  data-show-trust-badges="true"
  data-show-recent-orders="true"
  data-show-countdown="true">
</div>
<script
  src="https://innovexos.polsia.app/widget.js"
  data-store="getinnovationessentials"
  async>
</script>