You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Widget Use

Renders the 'Sort By' selector for the product list.


Example of Widget Use

Following is an example of the widget in use:


Where can the Widget be placed?

The widget can be used in the following templates:

  • Product List Template


Widget Options

OptionUseCommentsAvailable from Version
DescriptionA short description of the widget's use.We recommend this field be updated so the widget's purpose is clear at a glance from the template page.All
Layer

The layer the widget is valid for.

The layering technology allows for the content to be shown to specific audiences.

This is handy if the content is only valid for a certain type of user, or if the same widget is required for more than one audience, but different configurations are needed.

The widget can be added to the zone more than once and the layer feature can determine which audience can see each widget. 

All
Sort By PromptThe label for the drop-down selector.Default: SortAll
Please Select TextThe text displayed in the drop-down selector when the user has not yet selected a sort option.

Default: Please Select...

NOTE - If Lucene is enabled, the default sort value will be Popularity.

All
RelevanceThe text that tells the user what the dropdown list is for.Default: Relevance
Sort Options

The options in the dropdown list used by the user to sort records.

Format must be: [{text: 'TEXT DISPLAYED', value: 'SORT VALUE'},{text: 'TEXT DISPLAYED', value: 'SORT VALUE'}]

Default: [{text: 'Price (Low to High)', value: 'IntegratedPrice'},{text: 'Price (High to Low)', value: 'IntegratedPrice DESC'},{text: 'Product Code A-Z', value: 'ProductCode'},{text: 'Product Code Z-A', value: 'ProductCode DESC'},{text: 'Description A-Z', value: 'Description'},{text: 'Description Z-A', value: 'Description DESC'}]All



Related help

  • No labels