[ Shopping Bag ]

{{item.productName}}
$ {{item.unitPrice | number:'.2-2'}}
{{item.quantity}}
$ {{(item.unitPrice * item.quantity) | number:'.2-2'}}
 Note that the price of this article changed in our Catalog. The old price when you originally added it to the basket was $ {{item.oldUnitPrice}}

Your shopping bag

({{basket?.items ? basket?.items.length : 0}} items)
TOTAL
${{totalPrice | number:'.2-2'}}