Skip to main content

Store configuration

To ensure the Mecaparts app functions optimally, follow the configurations outlined below.

1. Configuring the Vehicle Filter

In this step, you'll need to use Shopify's free Search & Discovery app. Follow these steps:

  1. Install the Shopify Search & Discovery App:

    Search & Discovery App Installation

  2. Open the app and access the Filters Tab:

    Filters Tab

  3. Click on the Add filter button, click Select source button, then select the CAR Variant Metafield and finally click Save button.

    Add Filter Button

  4. Drag the CAR filter to the top of the list to prioritize it.

    Reorder Filters

  5. Navigate to your Shopify admin panel and go to Online Store > Themes > Customize.

    Custom Theme

  6. In the theme editor locate Custom CSS section and add the following CSS code:

       #FacetFiltersForm > div.page-layout-sidebar-inner-content > div:nth-child(1) {
    display: none;
    }

    Add Custom CSS

2. Adding a Custom Liquid Section

To enhance your theme's functionality, you can add a custom Liquid section. Here's how:

  1. Navigate to your Shopify admin panel and go to Online Store > Themes > Customize.

    Theme Customization

  2. In the theme editor, click on Add Custom Liquid section and input the following Liquid code:

        {{ product.metafields.pro.oem }}
    {{ product.metafields.pro.iam }}
    {{ product.metafields.pro.pdf }}

Add Custom Liquid

By completing these configurations, your Mecaparts app and Shopify store will be set up for optimal performance. If you have any questions or need further assistance, please contact our support team at contact@mecazon.com.