loader

SHOPPING CART

  • 01 Shopping Cart
  • 02 Check Out
  • 03 Orden Completada
PRODUCT
PRICE
QUANTITY
TOTAL
image description
{{ i.getName() }}
RD ${{ i.getPrice() | number:2}}
{{i.getQuantity()}}
RD ${{ i.getTotal() | number:2}}

CART TOTAL

  • SUBTOTAL
    RD ${{ ngCart.getSubTotal() - ngCart.getTax() | number:2 }}
  • ITBIS
    RD ${{ ngCart.getTax() | number:2 }}
  • SHIPPING
    Free Shipping RD ${{ ngCart.getShipping() | number:2 }}
  • TOTAL
    RD ${{ ngCart.getSubTotal() + ngCart.getShipping() - CompraCtrl.DescuentoMonto | number:2 }}
INICIAR SESIÓN