Zid Docs
Merchant APIApp APIThemes
Merchant APIApp APIThemes
Help Center
Slack
  1. Products
  • 🚨 Important Update: Zid Themes
  • Landing Page Development
  • Getting Started with Zid Themes
    • Introduction to Theme Development
    • Manage your Themes
    • Building Themes in Zid
    • Theme File Structure
    • Twig Syntax and Features
    • Zid Theme Packager
  • Templates
    • Layout
    • Home Page
    • Products
    • Cart
    • Store Language and Currency
  • Settings Schema
    • Text
    • Number
    • Text-Area
    • Select
    • Radio Buttons
    • Checkbox
    • Range
    • Color
    • Image
    • Product
    • Category
    • List
    • Fieldset
  • Code Snippets
    • Apple Pay Quick Checkout
    • Custom CSS Injection
    • Displaying the Store's Business Center Logo
    • Customizing Copyright Text
    • Store's Main Navigation Menu
    • Customer Wishlist
    • Products
      • Products Badges
      • Product Ratings
      • Remaining Product Stock
      • Sold Items Count
      • Product Filtration by Attributes
      • Grouped Products
      • Product Questions & Answers
      • Product Restock Notfication
    • SEO
      • Images alt text
      • Themes SEO Marketing Tags
    • Marketing
      • Metafields
      • Gift Feature
      • Loyalty Program
  • Zid Themes Library: API Integration
    • Products
    • Product Categories
    • Cart
    • Blog
    • Customer
    • Store Settings
  • Data Reference
    • Locals
    • Store
    • Cart
    • Product
    • Products List
    • Category
    • Categories List
    • Session
    • FAQs
    • Customer
    • Blogs
    • Page
    • Main Menu
    • Main Navigation Menu
    • Request
    • Orders
    • Addresses
    • Store Payment Methods
    • Store Shipping Methods
    • Store Banks
    • Asset URL
    • Header Meta Tags
    • Loyalty pogram Wallet
  • Themes CLI
    • CLI Authentication
    • Theme Create
    • Theme Package
    • Theme Update
    • Themes List
    • Theme Preview
  1. Products

Product Filtration by Attributes

Zid Merchants can enhance the shopping experience by offering product filtration based on specific attributes. As a theme developer, integrating this feature effectively into the theme is crucial for enabling customers to easily find and select products based on their preferences.

Activation Steps for Merchants#

1.
Merchants can add product filtration attributes from their dashboard at: Zid Product Filtration Settings.
CleanShot 2024-10-22 at 15.00.00@2x.png
2.
After setting up filtration attributes, merchants assign appropriate attributes to each product.
CleanShot 2024-10-22 at 15.03.48@2x.png
3.
On the customer end, these assigned attributes are displayed, allowing customers to filter products based on these attributes.

Code Snippet Integration for Theme Partners#

This code snippet demonstrates how to integrate the product filtration system in your theme. It checks for the existence of product filters and conditionally includes templates for displaying and filtering products based on assigned attributes.
Modified at 2025-01-06 17:16:27
Previous
Sold Items Count
Next
Grouped Products
Built with