ββ¨Customizing the product list template in your Shopify store allows you to tailor the appearance and functionality of your collection pages to better align with your brand and enhance the shopping experience. The Smart Product Filter & Search app facilitates this customization. Here's how to proceed:β
β‘οΈ1. Enable File Editing in the App Settings
Open the Smart Product Filter & Search app from your Shopify admin panel.β
Navigate to the Settings section.β
Ensure that the option to allow file editing is enabled. This setting permits you to customize the app's files directly.
β‘οΈ2. Access Your Theme's Code
From your Shopify admin, go to Online Store > Themes.β
Locate the theme you wish to edit and click on Edit code.β
β‘οΈ3. Create a new file
In the Snippets directory, create the globo.filter.product.liquid file.β
Copy the code as screenshot below, then insert it into this new file.β
Proceed to make your desired customizations within this file.β
β‘οΈ4. Save Your Changes
After completing your edits, click Save to apply them.
β‘οΈ5. Add Code to the theme.liquid for customization to take effect
After customizing the template, you need to insert the following code into your theme.liquid file to ensure your changes render properly.
How to Add the Code:
In your Shopify admin, go to Online Store β Themes.
Click Actions β Edit Code.
Open the theme.liquid file.
Scroll to the bottom and find the </body> tag.
Paste the following code right above the </body> tag:
Click Save β
β οΈ Important Notes:
Preventing Overwrites: The Do not edit this file comment ensures that the app does not overwrite your customizations when settings are changed within the app.
Editable Product Attributes: When customizing, you can utilize various product attributes, including:β
product.availableβ
product.collections
product.compare_at_priceβ
product.descriptionβ
product.featured_imageβ
product.first_available_variantβ
product.handleβ
product.idβ
product.imagesβ
product.optionsβ
product.priceβ
product.price_maxβ
product.price_minβ
product.price_varies
product.tags
product.template_suffixβ
product.titleβ
product.product_typeβ
product.urlβ
product.variantsβ
product.vendor
π¬ Need Help? Contact us at [email protected] β weβre happy to assist! π