Disclaimer: This website requires Please enable JavaScript in your browser settings for the best experience.

HomeDev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunityOptimizely AcademySubmit a ticketLog In
Dev Guide
GitHubNuGetDev CommunityOptimizely AcademySubmit a ticket

Optimizely developer documentation

How can we help you?

Try our conversational search powered by Generative AI!

AI OnAI Off

User interface configuration

Describes configuration options for the user interface that can enhance performance and the user experience in Optimizely Customized Commerce.

You should model the catalog using category hierarchies to avoid having too many items in a category. Too many items in a category makes it difficult for the user to find an item using the catalog UI components. Also, the catalog UI may become slow, and handling the items can consume a large amount of system resources, no both the server and client side.

If a category contains more than a certain number of items (by default 2000), a simplified UI mode is used, disabling the following features to try to stay responsive.

  • Sorting
  • Grouping variants into their parent products
  • Bundling/packaging items into a bundle/package

In simplified UI mode, a message appears in the catalog listing: This category listing contains too many items. Some features were disabled to improve performance.

To configure the simplified mode threshold, use the SimplifiedCatalogListingThreshold appSetting.

"Commerce": { "CatalogOptions": { "SimplifiedCatalogListingThreshold ": 2000

If not set, a default value of 2000 items per category is used.


Did this page help you?