Skip to content

Choose a theme to integrate

Our app has several presets for the most popular themes among our clients. Such presets include search configuration optimized for each theme and widgets styled accordingly. As of now, presets are available for these themes:

  • Athens
  • Caros
  • Chromium
  • Dawn
  • Ella
  • Empire
  • Enterprise
  • Impact
  • Minion
  • Pursuit
  • Spark
  • Warehouse

We constantly add more themes to this list.

Automated integration through the app

  1. Select the theme you want to integrate into, then click Customize.

  2. After the theme editor is loaded, go to the App Embeds section.

  1. Click on the Convermax block to expand it, then select a theme name corresponding to the theme you’re editing from the drop-down list. If there’s no such name, then select the Generic option.

  1. Then enable the Convermax block.

Manual integration directly into the theme.liquid

  1. Custom built .css & .js files:
<link rel="stylesheet" type="text/css" href="https://{{ shop.permanent_domain | replace: 'myshopify', 'myconvermax' }}/static/search.css">
<script src="https://{{ shop.permanent_domain | replace: 'myshopify', 'myconvermax' }}/static/config.js" fetchpriority="high"></script>
<script src="https://{{ shop.permanent_domain | replace: 'myshopify', 'myconvermax' }}/static/search.min.js" fetchpriority="high"></script>
  1. Theme package:
<link rel="stylesheet" type="text/css" href="https://{{ shop.permanent_domain | replace: 'myshopify', 'myconvermax' }}/static/THEME_NAME/search.css">
<script src="https://{{ shop.permanent_domain | replace: 'myshopify', 'myconvermax' }}/static/config.js" fetchpriority="high"></script>
<script src="https://{{ shop.permanent_domain | replace: 'myshopify', 'myconvermax' }}/static/THEME_NAME/search.min.js" fetchpriority="high"></script>