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 panel2. Go to Settings → Appearance → Code Editor
3. Open the
layouts/layout.liquid file4. Find the
</head> tag and paste the code before it5. Save changes