/

February 13, 2025

Winter ’25 Enhancements: Smart Collections & Product Categories

winter 25 enhancements smart collections product categories

Smart collections based on taxonomy attributes:

You can now use taxonomy-based product features, including material, color, and other defined properties, to create smart collections with Shopify. This guarantees a more organized and scalable method of product classification by enabling you to dynamically arrange products according to Shopify’s Product Taxonomy.

 

1. What Are Shopify’s Taxonomy Attributes?
A uniform classification system called Shopify’s Product Taxonomy helps retailers maintain an organized product organization. It has qualities such as:

Material (such as polyester, leather, or cotton)
Color (such as green, blue, or red)
Style (such as sports, formal, or casual)
Age Group (for example, baby, child, or adult)
Pattern (such as floral, solid, or striped)
According to Shopify’s taxonomy, every product category has unique characteristics.

🔹 For instance:

Bags → Features: Material, Pattern, Closure Type
T-Shirts → Features: Material, Fit, Sleeve Length
Shoes → Features: Material, Color, Shoe Size

Without manually labeling products, you may use these qualities to create automated smart collections.

 

2. Using Taxonomy Attributes to Create an Intelligent Collection.
Step 1: Choose the proper Product Type

  1. In Shopify Admin, select Products.
  2. Navigate to Product Organization after opening a product.
  3. Choose the most pertinent Shopify Taxonomy category under Category.
    🔹 For instance, choose Accessories > Wallets if the wallet is leather.
  4. Save the product.

Smart collections

 

Add the material on the Category metafields on the product page

product category

 

Step 2: Create a Smart Collection.

  1. In Shopify Admin, select Products > Collections.
  2. Select Smart after clicking Create Collection.
  3. Establish the criteria for collection:
    • Choose a Product Taxonomy attribute as the type of condition.
    • Select a property such as Material.
    • Configure the condition to correspond with a certain value (material = leather, for example).

4. Save the collection.

Taxonomy attribute

✅ From now on, this collection will automatically include all products that have “Leather” listed as the Material (from the Product Taxonomy).

 

3. Advantages of Smart Collections Based on Taxonomy

✅ Shopify automatically classifies products, eliminating the need for human labeling.

✅ Dynamic updates: New items that fit the requirements are added immediately.

✅ More organized data guarantees consistent product classification.

✅ Better filtering and SEO make it easier for customers to find things.

 


 

Custom metafields for product categories:

Shopify allows you to assign metafields to specific product categories, extending the standard attributes from Shopify’s Product Taxonomy. This helps tailor product data fields to match your store’s needs while keeping things structured and organized.

 

1. What Are Metafields Based on Categories?
Standard properties such as Material, Color, Pattern, Age Group, and so on are automatically assigned to various product categories by Shopify’s Product Taxonomy.

You can add your metafields that are exclusive to particular product categories by using custom metafields for product categories.

🔹 For instance:

Classification: “T-Shirts”
Default Features: Sleeve Length, Material, and Fit

Particular Metafields:
Custom.fabric_weight => Heavy, Medium, and Light, for example,
custom.print_technique → (Digital Print, Screen Print, etc.)

The “T-shirts” category is the only one for which these metafields will be visible.

 

2. How to Assign Particular Product Categories to Custom Metafields

First Step: Establish a Unique Metafield Definition.

  1. In Shopify Admin, select Settings > Custom Data > Products.
  2. To add a definition or modify an existing one, click Add.
  3. Choose a name (for example, “Fabric Weight”).
  4. Select a Type (such as Metaobject reference, Integer, or single-line text).
  5. Expose this metafield to Storefront API” should be enabled if necessary.
  6. Click “Save.”

product metafield

 

Second Step: Assign a Product Category to the Metafield.

  1. Go to “Applies to categories” in the metafield options.
  2. Select “Assign categories.”
  3. Choose which product categories you would like to see this metafield in.
  4. For instance, jackets, hoodies, and t-shirts
  5. Preserve the metafield.
  6. The metafield will now show up in the Category Metafields section of the Product Detail Page in the Shopify Admin when you edit a product in these categories.

assign metafield

 

3. How to Utilize Storefront Category Metafields
After assigning metafields to categories, you can use Liquid to show them on your product pages:

{% if product.metafields.custom.fabric_weight %}
<p>Fabric Weight: {{ product.metafields.custom.fabric_weight }}</p>
{% endif %}

 

✅ This metafield will now only be displayed for products in the designated category.

 

4. Advantages of Category-Based Metafield Utilization

✅ Clears up clutter: Only pertinent metafields for every product type are displayed.

✅ Improved organization: Product data is more meaningful and structured.

✅ Customers may now filter products based on particular qualities, which improves store search and filtering.

✅ Improved API integrations maintain data structure for apps developed by third parties.

 

 

From the same category