Skip to content

Facets & Widget: A quick guide

Category filter

To add or edit the existing categories, please go to the Navigation menu here: https://pertronix.myshopify.com/admin/menus/199119601835

Add or edit the menu items as needed. Please avoid duplicating names.

To apply changes, save the menu and run the index update here: https://pertronix.myshopify.com/admin/apps/year-make-model-fitment-search

Brand filter

It’s working automatically and is based on the Shopify Vendor field:

Stock Filter

The Available option includes In-Stock products AND Special Order products.

The stock filter is based on the Inventory information:

If the continue selling option is enabled, the product is considered a “Special Order” product.

Widgets Wording

To change wording for our widgets (the YMM panel, Garage, Verify Widget, etc.), please contact us at [email protected]

Year Make Model Bar

There are two ways to do it:

a) Via the theme editor:

  1. Go to your theme editor
  2. Select the “Home page” template in the dropdown at the top
  3. Click Add section in the panel on the left
  4. Select Year Make Model Bar from the list of Apps

b) Manually:

  1. Go to your theme code editor

  2. Select the desired template file

  3. Choose the desired location of the Year Make Model Bar and paste the following code:

    <div id="cm-ymm"></div>

Verify Widget

The Verify widget is added to the product pages automatically.

However, there are two ways to do it:

a) Via the theme editor:

  1. Go to your theme editor
  2. Select the “Products” template in the dropdown at the top and pick the “Default product” option
  3. Click Add section or Add block in the panel on the left
  4. Select Verify Fitment from the list of Apps

b) Manually:

  1. Go to your theme code editor

  2. Select the desired product template file

  3. Choose the desired location of the Verify Fitment and paste the following code:

    <div id="cm-verify-fitment"></div>

Adding Fitment Table

There are two ways to do it:

a) Via the theme editor:

  1. Go to your theme editor
  2. Select the “Products” template in the dropdown at the top and pick the “Default product” option
  3. Click Add section or Add block in the panel on the left
  4. Select Fitment Table from the list of Apps

b) Manually:

  1. Go to your theme code editor

  2. Select the desired product template file

  3. Choose the desired location of the Fitment Table and paste the following code:

    <div id="cm-fitment-table"></div>