FD-Racing

Shopify theme with a custom product filter for auto parts — searchable by collection, tags, and metafields.

Tech Stack

HTMLCSSJavaScriptLiquidJSON

About this project

Built a product filter system for an auto parts store allowing customers to narrow down products from the home page by collection, tags, or metafields. Field values are loaded from a JSON file uploaded to the store, and a configurable section lets the merchant control the filter filename, type, and field order.

My Contribution

  • Built a custom product filter system for auto parts filtering from the home page
  • Implemented filter logic by collection, tags, and metafields using Liquid and JavaScript
  • Designed a JSON-driven data structure so field values are loaded from a store-uploaded file
  • Created a configurable Liquid section for merchants to manage filter filename, type, and field order without code