Interface: PopularConfiguration
Represents a pre-configured product setup shown in popular configurations tabs.
This interface defines a saved configuration that showcases a recommended or popular way to configure the product. These configurations serve as starting points or inspiration for users, highlighting well-designed or commonly requested setups.
Popular configurations help users quickly find attractive options without having to manually explore all possible combinations of product options.
Properties
code
code:
string
The configuration code for this popular configuration.
This encoded string represents all the selected options that make up this configuration, and can be applied to instantly set the product to this exact setup.
counter?
optional
counter:number
Number of times this configuration has been selected.
For dynamically generated popular configurations, this counter tracks popularity based on user selections.
Deprecated
This field is only used for dynamic popular configurations, which have been replaced by a more sophisticated recommendation system.
id
id:
string
Unique identifier for this popular configuration.
This ID uniquely identifies this specific configuration within the system and is used for tracking and reference.
thumbnailFilePath
thumbnailFilePath:
string
Relative path to the static image thumbnail.
This image visually represents the configuration, showing users what the product looks like with this particular set of options.