Skip to main content

Adobe Commerce / Magento Open Source

Updated yesterday

Our plugin makes integrating ConversionWax super easy to your site.

Install Module via Composer

Our plugin will add the appropriate script tag to your site’s header

composer require conversionwax/magento 

---- or ----

Install in cms

If you do not have access to install plugins you can alternatively add the js via Magento Admin.

  • Login to your admin

  • Go to content > Design > Configuration

  • Select your Storeview Theme Configuration

  • Under "HTML Head" in the field labeled "Scripts and Style Sheets" add

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

  • Save your changes

Did this answer your question?