- 01 Shopping Cart
- 02 Check Out
- 03 Orden Completada
CART TOTAL
-
SUBTOTALRD ${{ ngCart.getSubTotal() - ngCart.getTax() | number:2 }}
-
ITBISRD ${{ ngCart.getTax() | number:2 }}
-
SHIPPINGFree Shipping RD ${{ ngCart.getShipping() | number:2 }}
-
TOTALRD ${{ ngCart.getSubTotal() + ngCart.getShipping() - CompraCtrl.DescuentoMonto | number:2 }}