{{product.properties['inventoryStatus']}}
Sell Pk: {{ product['multipleSaleQty'] }}
{{ product['multipleSaleQty'] ? '|' : null}}
Case Qty: {{ product.properties['caseQuantity'] }}
{{ (product.properties['caseQuantity'] > -1) && (product.properties['palletQuantity'] > -1) ? '|' : null}}
Pallet Qty: {{ product.properties['palletQuantity'] }}
Qty On Order: {{ product.numberInCart }}
{{ (vm.isTmUser && product.properties['estimatedDate'] && product.numberInCart) ? '|' : null}}
ETA: {{ product.properties['estimatedDate'] }}
On Order