Custom Location Item Template
Custom Location Item Template
You can get full control of HTML by providing a custom template for the widget, below is the default HTML Template used by the app, only thing required in the template is {{titleText}} token which gets replace by Location name & Qty or Location Name and threshold message (High/Low Stock)
Template for each Location Item:
<div class="iia-list-item iia-id-{{location-id}}">
<div class="iia-title-text">{{titleText}}</div>
<div class="iia-address">{{address1}} {{address2}} {{city}}, {{province}} {{zip}}</div>
<div class="iia-phone">{{phone}}</div>
<div class="iia-info">{{info}}</div>
<div class="iia-note">{{note}}</div>
</div>