Skip to main content

Adobe Commerce / Magento Open Source

Updated yesterday

Integrating ConversionWax with Adobe Commerce / Magento

You can integrate ConversionWax with Adobe Commerce (formerly Magento) using either our Composer module or by adding the script directly in the CMS.

Option 1: Install via Composer

Our plugin adds the ConversionWax script tag to your site header automatically:

composer require conversionwax/magento

Option 2: Install via CMS

If you do not have access to install plugins, add the following snippet to your site header manually. Go to Content > Design > Configuration, edit your store view, and add this to the Scripts and Style Sheets section in the HTML Head:

<script src="https://assets.conversionwax.com/dist/app.js" defer></script>

Verify Installation

Visit your site and check the page source to confirm the script is present in the head section.

Did this answer your question?