0

Secondary Make Model Year Setup

  • You can add secondary snippits in addition to the original make-model-year to add further navigation options to your collection page
  • make-model-year-filters
  • make-model-year-horizantal
  • make-model-year-product-tags
  • make-model-year-related-products
  • make-model-year-sidebar
    • you include these make-model-year-horizantal and make-model-year-sidebar in your collection template just as you did with the original make model year
    • make-model-year-related-products goes in your product template
    • These snippits will also need a secondary scss file that must be included in the main template
    • In your themes under edit html there is a section called asset
    • Click on Add a New Asset and name it make-model-year
  • then go to your theme.liquid file under layout and add this {{ 'make-model-year.scss.css' | asset_url | stylesheet_tag }} in the head
  • Your navigation options should now be available