The property WarehouseQuantityMessage can be used to set a custom string use when displaying the quantity by warehouse details. The replacement tags [code], [description] and [qty] are all supported. The default value is the HTML string below.
<div class="warehouseDetail"><span class="warehouse">[code]:</span><span class="warehouseQTY">[Qty]</span></div>
Implementer's Note:
When including HTML code in the WarehouseQuantityMessage the SitePages.config file, then it is necessary to use HTML converted codes (e.g. < for <, > for > and " for double quotes, or use single quotes instead)