...
Code Block | ||
---|---|---|
| ||
<!-- Will display an icon and a text (e.g Out of stock or Available) --> <StockDisplayModes>Icon<StockDisplayMode>Icon AvailabilityText<StockDisplayModes>AvailabilityText<StockDisplayMode> |
Mode | Description |
---|---|
None | Availability will not be displayed. |
Text | |
Quantity | Stock level will be displayed. If level is 0 Out of stock will be displayed. |
Icon | Icon for availability will be displayed, X for out of stock and check for available. Depending on stock level different colours and icons may be used by stying in CSS. |
AvailabilityText | A text will be displayed, e.g Out of stock or Available. |
LeadTime | Delivery date or days to deliver. This option requires custom providers. |
...