OpenCart Installation

For OpenCart, add the widget code by editing the template file header.tpl (or header.twig for OpenCart 3.x).

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. Open FTP or hosting file manager
2. Find the file catalog/view/theme/[your_theme]/template/common/header.tpl
3. Paste the code before the closing </head> tag
4. Save the file and clear the OpenCart cache

Useful Links

Was this page helpful?