...
What is shown on availability is defined in profile.config by using the tag StockDisplayModes located in the root of profile.config.
Code Block | ||
---|---|---|
| ||
<!-- Will display an icon and a text (e.g Out of stock or Available) --> <StockDisplayModes>Icon AvailabilityText<StockDisplayModes> |
...