• {{ item.name }}

    {{weights[parseInt(item.salesWeights[0])]}} {{item.salesUnit}}   {{currency}}. {{parseFloat(parseFloat(item.price)/parseFloat(item.salesWeights && item.salesWeights[0] ? item.salesWeights[0] : 1)) .toFixed(2)}}

    {{item.about}}

    {{yourcartqty[item._id]}}

Your Basket is empty

S.No Product Qty Price Total
{{ idx+1 }} {{ item.name }}
{{item.modifier}}
{{ item.qty }} {{ parseFloat(item.price).toFixed(2) }} {{ parseFloat(item.total).toFixed(2) }}