CeresItemConfig
PluginConfig class, including all plugin settings for the single item view.
Namespace
Ceres\Config
Extends
Type | Name | Description |
---|---|---|
|
Name of an item to display. Possible values are 'itemName', 'variationName' and 'itemNameVariationName'. |
|
|
Item name. |
|
|
Show item information. Deprecated: will be removed in 6.0.0. |
|
|
Number of decimal places for discounts. |
|
|
Defines if the selection of variations without stock in the variation dropdown is enabled. Deprecated: will be removed in 6.0.0. |
|
|
Show variations by type. Possible values are 'all', 'main', 'child' and 'combined'. Deprecated: will be removed in 6.0.0. |
|
|
Defines if the "Please select" option is displayed. |
|
|
Defines if the image carousel for category item list is enabled. |
|
|
Show image carousel dots in category item list and item lists. Deprecated: will be removed in 6.0.0. |
|
|
Show image carousel navigation in category item list and item lists. Deprecated: will be removed in 6.0.0. |
|
|
Show category image in category view. Deprecated: will be removed in 6.0.0. |
|
|
Show category description in category view. Deprecated: will be removed in 6.0.0. |
|
|
Show category description above item list. Possible values are 'none', 'description1', 'description2' and 'both'. Deprecated: will be removed in 6.0.0. |
|
|
Show category description below item list. Possible values are 'none', 'description1', 'description2' and 'both'. Deprecated: will be removed in 6.0.0. |
|
|
Defines if all order properties are required before adding an item to shopping cart. |
|
|
Loading animation. Possible values are 'bars' and 'spinner'. Deprecated: will be removed in 6.0.0. |
|
|
Show categories as filter options for search results. Deprecated: will be removed in 6.0.0. |
Methods
public getPluginName():string
Return the name of the plugin to get the configuration values for.
public load()
Initially load configuration values into member variables.