Adding Verify Fitment
There are two ways to do it.
a) Via the theme editor:
- Go to your theme editor (see how to find it)
- Select the “Products” template in the dropdown at the top and pick the “Default product” option
- Click Add section or Add block in the panel on the left
- Select Verify Fitment from the list of Apps
b) Manually:
-
Go to your theme code editor (see how to find it)
-
Select the desired product template file
-
Choose the desired location of the Verify Fitment and paste the following code:
{% for collection in product.collections %}{% assign verify_hidden = collection.metafields.convermax.hide_verify %}{% if verify_hidden %}{% break %}{% endif %}{% endfor %}{% unless verify_hidden or product.metafields.convermax.hide_verify %}<div id="cm-verify-fitment"></div>{% endunless %}