C:ProductDetailsLabel

Default Settings

Title

[T:Product Details]

Master Page

[M:Master]

Content Page

ProductDetails

Appearance

C:ProductDetailsLabel

  • Description – 150 character item description, or item's Web description if set.
  • Product code – Item's code. An alphanumeric code, 30 characters max.
  • Unit – item's pack size
  • Shelf life – if less than 365 days, the product's shelf life in days.
  • Rate this product – displayed when Browse option Show product rating control is selected.
  • Please select the following – Product attributes, if a master product. More than one attribute can be displayed. Stock labels change according to attributes selected.

Syntax

[C:ProductDetailsLabel;filter=<filter type>;async=<true or false>]

e.g. [C:ProductDetailsLabel;filter=grey;async=false]

Parameters

C:ProductDetails - filter

  • filter affects the attribute dropdown lists for master products. When a valid combination of attributes is selected, then that child product can be added to the cart.
    • grey – if the combination of selected attributes would be for a product that is not in the catalogue, then the attribute is displayed with grey text in the dropdown list.
    • hide – if the combination of selected attributes is for a product that is not in the catalogue, then the attribute is hidden
  • async changes the way the attributes in dropdown lists are updated.
    • false – the options will filter synchronously, so there will be a pause as they all update at the same time
    • true (or no parameter given) – the options will filter asynchronously, so it is possible to change other options while the first one is updating. The drawback is that it is possible to select an invalid combination. The user does get feedback if an invalid combination is selected.

 

Concept Link IconSee Also