Skip to content

How to configure Manufacturers page

Follow this instruction to create Manufacturers page using our JS widget

For Shopify stores, it is preferable to use this instruction How to configure Manufacturers Liquid page to create a static page rather than a page with our JS widget.

  1. Add ConfigureManufacturersPage: true to Schema.Extra and reindex the store. This will create extra for Make field with manufacturer images and links to the search page. The link will look like this https://your-domain.com/search?Make/Audi/Fitment/Vehicle-Specific. You can change the extra data by specifying the third argument int the MakesHelper.GetExtra() method call. The platform converters have a virtual method MakeExtraSelector that you can override.
  2. Create a widget:
{
name: 'FacetManufacturersTiles',
type: 'FacetTiles',
location: '#cm_manufacturers',
template: 'facetTiles/manufacturersContainer',
facetField: 'Make',
}
  1. Add this selector to the page.
  2. Check the page.