The following default pages can be configured in OrderField:
Home
Basic configuration
{
"code" : "home",
"i18n" : [],
"name" : "Home",
"sortOrder" : 1,
"type" : "home"
}
Attributes
Catalog
Basic configuration
{
"code" : "catalog",
"i18n" : [],
"name" : "Catalog",
"sortOrder" : 1,
"type" : "catalog"
}
Attributes
Item tile
Determines the content of tiles shown on the catalog page
Basic configuration
{
"code" : "item_catalog",
"i18n" : [],
"name" : "Item catalog",
"sortOrder" : 1,
"type" : "catalog"
}
Attributes
Item details
Determines the content of the item details page
Basic configuration
{
"code" : "item_details",
"i18n" : [],
"name" : "Item details",
"sortOrder" : 1,
"type" : "catalog"
}
Attributes
Favorites
Basic configuration
{
"code" : "favorites",
"i18n" : [],
"name" : "Favorites",
"sortOrder" : 1,
"type" : "catalog"
}
Attributes
Orderhistory
Basic configuration
{
"code" : "orderhistory",
"i18n" : [],
"name" : "Order history",
"sortOrder" : 1,
"type" : "orderhistory"
}
Attributes
Checkout
Basic configuration
{
"code" : "checkout",
"i18n" : [],
"name" : "Checkout",
"sortOrder" : 1,
"type" : "checkout"
}
Attributes
Search
Basic configuration
{
"code" : "search",
"i18n" : [],
"name" : "Search",
"sortOrder" : 1,
"type" : "search"
}
Attributes
Page attributes
| Attribute | Format | Remarks |
| banner | Banner settings for this page
Sub-attributes
- img
Image url - title
Title - subTitle
Subtitle - buttonText
Text in the button - linkToPage
Link url
| Applicable toTitle, subtitle and buttontext can be translated |
| blocks | Block settings for this page
Sub-attributes
- img
Image url - title
Title - subTitle
Subtitle - buttonText
Text in the button - linkToPage
Link url - sortorder
Sort order of this block
| Applicable toTitle, subtitle and buttontext can be translated |
| showThumbnails | Indicates that thumbnails of the product pictures should be shown
Example "settings" : [ {"platform" : "all", "key" : "showThumbnails", "value" : true} ] | Applicable to |
| showFavoriteIcon | Indicates that favorite icons should be shown
Example "settings" : [ {"platform" : "all", "key" : "showFavoriteIcon", "value" : true} ] | Applicable to |
| showAttributes | Determines which attributes should be shown
Example "settings" : [ {"platform" : "all", "key" : "showAttributes", "value" : ["barcode" ]} ] | Applicable toDifference between facets and attributes is that attributes are unique per product |
| showFacets | Determines which facets should be shown
Example "settings" : [ {"platform" : "all", "key" : "showFacets", "value" : ["scent", "color"]} ] | Applicable to |
| facetgroups | Determines which facet groups should be shown as filters
Example "facetgroups" : ["scent", "color","season","usage"] | Applicable to |
| showSalesOrderAddressInfo | Set this to false if no delivery address info is available for previous orders. The previous orders will then be shown in a more compact list.
Example "settings" : [ {"platform" : "all", "key" : "showSalesOrderAddressInfo", "value" : true} ] | Applicable to |
| showDeliveryColumn | Determines if delivery column is shown
Example "settings" : [ {"platform" : "all", "key" : "showDeliveryColumn", "value" : true} ] | Applicable to |
| showTermsAndConditionsCheckbox | Determines if terms & conditions checkbox is shown
Example "settings" : [ {"platform" : "all", "key" : "showTermsAndConditionsCheckbox", "value" : true} ] | Applicable to |
| customerReferenceMaxLength | Determines max length of the reference field
Example "settings" : [ {"platform" : "all", "key" : "customerReferenceMaxLength", "value" : 25} ] | Applicable to |
| showUomInfoForUoms | Determines to which customer group the pallet calculation is shown
Example "settings" : [ {"platform" : "all", "key" : "showUomInfoForUoms ", "value" : ["PL"]} ] | Applicable to |
| showOrderType | Determines if Order Type choice is shown
Example "settings" : [ {"platform" : "all", "key" : "showOrderType", "value" : false} ] | Applicable to |