InSales Installation

InSales allows adding custom code via store settings or template editing.

Installation Code

Copy this code from the Parsewise admin panel:
<script>
  window.ParsewiseConfig = { shopId: "YOUR_SHOP_ID" };
</script>
<script async src="https://releases.parsewise.ru/widget/latest/widget.iife.js"></script>

Installation Instructions

1. Log in to the InSales admin panel
2. Go to Settings → Appearance → Code Editor
3. Open the layouts/layout.liquid file
4. Find the </head> tag and paste the code before it
5. Save changes

Useful Links

Was this page helpful?