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 on mobile devices.

 

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 recommended 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 configuration is 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 is: Sort 
Please Select TextThe text displayed if the page loads without a sort value selected. The system will use a fallback sort order and prompt the user to select an option from the list.Default is: Please Select... 
Sort Options

The options present in the drop-down selector by which the user can sort records.

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

Default is: [{text: 'Price (Low to High)', value: 'PriceRRP'},{text: 'Price (High to Low)', value: 'PriceRRP 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'}] 

 

 

Other Widgets

  • No labels