shopping cart

You have {{ vm.getItems().length }} items in your cart.

{{ author.replace(',', ' ') }},  

ISBN {{ item.product.reference_code }}

{{ item.product.format }}

{{ item.product.displayGrossPrice }}

{{ item.customGrossPricePerItem | currency }}

{{ item.product.displayGrossPrice }}

LICENSE: {{ item.product.license_days }} DAYS ONLY

Vouchers & Discounts

Type in your voucher code, hit the 'Claim Voucher' button and the voucher value will be deducted from your order
    • Sub Total
      R {{ vm.cart.cartItemTotalGrossAmount | number : 2 }}
    • Discounts
      ({{ vm.addedVoucher.code }})
      -R {{ vm.cart.discountPrice + vm.cart.voucherPrice | number : 2 }}
    • Tax
      R {{ vm.cart.taxPrice | number : 2 }}
    • Total
      R{{ vm.cart.grossPrice | number : 2 }}