ARTICLE

Adobe Commerce Visual Merchandising and Smart Category Rules on Hyva: Automating Product Sorting at Catalog Scale

Adobe Commerce Visual Merchandising and Smart Category Rules on Hyva: Automating Product Sorting at Catalog Scale

Adobe Commerce Visual Merchandiser is the native catalog tool that assigns and sorts products in a category automatically, using attribute-based rules, twelve built-in sort orders, and drag-and-drop tiles for manual control. It runs in the Admin, so it works identically on Luma or Hyva. Its biggest trap: rules re-evaluate only when a category is saved.

For a store with thousands of SKUs, merchandising a category by hand does not scale. Visual Merchandiser exists so a category can define itself by rule, keep out-of-stock items at the bottom, and still let a merchant pin a hero product to the top. This guide covers how the rules and sorting work, the save-time behavior that quietly breaks rule-based categories, what actually changes when you move the storefront to Hyva, and when to graduate to Live Search category merchandising.

What Visual Merchandiser is

Visual Merchandiser is built into Magento 2 and Adobe Commerce catalog management. It lives inside each category, in the Products in Category section, and it gives a merchant three things: rule-based automatic product assignment, automatic sort orders, and manual drag-and-drop arrangement with pinning. You do not need an extension for the core capability, though the marketplace has add-ons that extend it.

The important framing is that this is an Admin tool. Everything a merchant does in Visual Merchandiser happens in the backend and writes product position and assignment data. The storefront then reads that data when it renders a category page. That separation is why the frontend theme has almost no bearing on how merchandising itself works, and why the interesting Hyva questions are about how the resulting category page renders, not about the tool.

Rule-based product assignment

The automation starts with a single setting. In the Products in Category section, set Match products by rule to Yes, and the condition builder appears. You then choose an attribute as the basis of a condition and enter the value to match, adding as many conditions as you need to describe the products the category should contain.

Two constraints matter. First, each category can have only one category rule, although that one rule can carry multiple conditions. Second, the conditions can reference any usable product attribute, so a category can be defined as, for example, everything in a brand that is in stock and above a price threshold. Adobe’s category product rules documentation details the condition syntax.

This turns a category from a static list into a living definition. A promotional landing category can be “all products flagged as clearance,” and it fills itself. A brand category can be “all products where manufacturer equals X.” The merchant maintains the rule, not the membership list.

Automatic sorting options

On top of assignment, Visual Merchandiser applies sort order automatically to the product list a rule produces. Set Automatic Sorting and choose from the built-in options, which include moving low or out-of-stock items to the bottom, pushing special-price items to the top, listing new products first, sorting alphabetically by a color attribute, and ordering by name ascending or descending. There are twelve built-in sort behaviors, and they work with or without a category rule.

The combination is what makes it powerful. You filter the products with a rule, then order the filtered set with a sort behavior, so a category can be “all in-stock items in this brand, with special-price products at the top and out-of-stock items pushed down,” maintained automatically as inventory and pricing change. Adobe documents the category sorting options and how they combine with rules.

Manual control: drag-and-drop, pinning, and exclusions

Automation rarely covers every case, so Visual Merchandiser keeps manual overrides. Switch the category to sort by Position and you get the tile grid: each product shows as a tile, and you drag a tile to a new position, with position numbers updating across all tiles to reflect the new order. You can pin a specific product so it holds its place regardless of the rule, and you can exclude products that a rule would otherwise include.

In practice, merchants run a hybrid. The rule and automatic sort do the heavy lifting across a large category, while a handful of manual pins put the season’s hero products exactly where the merchandising plan wants them. This is the difference between a category that maintains itself and one that a team re-sorts by hand every week.

Native Visual Merchandiser versus Live Search category merchandising

Adobe Commerce merchants have a second, more advanced merchandising layer available through Live Search. It is worth understanding the difference before you invest in either.

Factor Native Visual Merchandiser Live Search category merchandising
Availability Magento 2 and Adobe Commerce core Adobe Commerce with Live Search enabled
Where it runs Admin category catalog Commerce Services, against the Live Search index
Rule evaluation On category save Against the search index
Data overlays Position and attributes only Performance signals such as revenue and conversion
Best for Standard rule-based categories and pinning Data-driven merchandising on larger, high-traffic catalogs
Cost Included Requires Live Search and Commerce Services

Native Visual Merchandiser is the right tool for most category work. Live Search category merchandising is the upgrade path when you want to merchandise against real performance data rather than static attributes, as Adobe describes in its Live Search category merchandising guide, and it is one more reason larger Adobe Commerce stores adopt Live Search on their Hyva storefront.

The save-time trap

This is the single behavior that catches teams out, and it is worth stating plainly. Visual Merchandiser evaluates a category rule when the category is saved, not continuously. The products are sorted, matched, assigned, and unassigned according to the rule only at save time.

The consequence: when you add a new product that should belong to a rule-based category, it is not assigned automatically. To pull that new product into the category, you have to re-save the category so the rule runs again. On a catalog where products are added daily, rule-based categories drift out of date silently, showing yesterday’s membership rather than today’s.

Teams handle this in three ways. The disciplined option is an operational habit of re-saving affected categories after catalog updates, which does not scale well. The common option is a scheduled process that re-saves rule-based categories on a cadence, so membership refreshes without manual work. The heavier option is an extension that evaluates rules in real time. Whichever you choose, the failure mode to watch is a rule category that looks correct in the Admin rule but shows stale products on the storefront, because nobody re-triggered the evaluation. Because assignment and indexing interact, keeping cron and indexers healthy is part of keeping merchandising accurate.

What changes on a Hyva storefront

Because Visual Merchandiser is an Admin tool, migrating your frontend to Hyva changes nothing about how you merchandise. The rule builder, the sort options, and the drag-and-drop tiles are all backend interfaces that behave the same regardless of theme. If a category looks right in the Admin, the merchandising work carried over.

What Hyva changes is how the resulting category page performs for shoppers. A merchandised category is still a product listing page, and product listing pages are where large catalogs feel slow on Luma: heavy JavaScript, sluggish faceted filtering, and slow re-sorts. On Hyva, the listing renders on a lighter frontend, so the position order that Visual Merchandiser produced displays quickly, and shoppers can filter and re-sort without the lag that pushes them to bounce. This matters most on big categories, which is exactly where automated merchandising is used, so the two reinforce each other. If your merchandised categories are large, pair the merchandising work with attention to layered navigation performance on Hyva, because a fast rule-sorted category still needs fast filtering to feel fast.

One frontend detail to confirm after a migration: the storefront must be set to honor the Position sort that Visual Merchandiser writes, so the default category sort reflects your merchandising rather than falling back to name or price. Test a rule-and-pin category end to end on the Hyva storefront so the pinned hero products land where the plan intended.

Frequently asked questions

Is Visual Merchandiser available in Magento Open Source or only Adobe Commerce?

The native Visual Merchandiser tools, including rule-based assignment, automatic sorting, and drag-and-drop tiles, are part of Magento 2 and Adobe Commerce catalog management. The advanced category merchandising with performance data overlays is a Live Search feature that Adobe Commerce stores enable through Commerce Services.

Why are new products not showing up in my rule-based category?

Because category rules evaluate only when the category is saved. A newly added product is not assigned to a rule-based category until that category is re-saved and the rule runs again. Re-save the category, or schedule a periodic re-save, to refresh membership.

Can I mix automatic rules with manual product positioning?

Yes. You can define products by rule, apply an automatic sort order, and still pin specific products to fixed positions or exclude products the rule would include. Most merchants run this hybrid.

How many category rules can one category have?

One. A category can have a single category rule, but that rule can contain as many conditions as you need to describe the products to include.

Does migrating to Hyva affect how Visual Merchandiser works?

No. Visual Merchandiser is an Admin tool, so it behaves identically on Luma and Hyva. What Hyva improves is how fast the merchandised category page renders and filters for shoppers. Confirm the storefront honors the Position sort after migration.

What are the automatic sorting options?

Visual Merchandiser ships twelve built-in behaviors, including moving out-of-stock items to the bottom, pushing special-price products to the top, listing new products first, sorting by a color attribute, and ordering by name ascending or descending. They work with or without a category rule.

Getting merchandising right at scale

Automated merchandising is one of the quiet advantages of Magento and Adobe Commerce for large catalogs, and it pays off when the rules are maintained, the save-time behavior is handled, and the storefront underneath renders fast. Bemeir is the USA’s leading official Hyva partner and a full Magento and Adobe Commerce agency, and we build category experiences where rule-based merchandising, fast filtering, and pinned hero products all work together on a Hyva frontend. Our team has shipped catalog and merchandising work across enterprise stores, and you can read more about Bemeir and the technology partners we integrate for search, personalization, and PIM. We also deliver on Shopify, Shopware, and BigCommerce when those platforms are the honest fit. If your rule-based categories go stale or your product listing pages feel slow, both are fixable.

Let us help you get started on a project with Adobe Commerce Visual Merchandising and Smart Category Rules on Hyva: Automating Product Sorting at Catalog Scale and leverage our partnership to your fullest advantage. Fill out the contact form below to get started.

more articles about ecommerce

Read on the latest with Shopify, Magento, eCommerce topics and more.