1C-Bitrix Installation
1C-Bitrix allows adding custom code via site template or through the administrative panel.
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>
Method 1. Via Site Template
1. Open the Bitrix administrative panel2. Go to Settings → Product Settings → Sites → Site Templates
3. Select the active template and click "Edit"
4. Find the header.php file
5. Paste the code before the closing
</head> tag
Method 2. Via Service Scripts Module
1. Go to Settings → Product Settings → Module Settings → Main Module2. Find the "Additional HTML in header" field
3. Paste the code and save