Carrito
| Producto | Precio | Cantidad | Subtotal | ||
|---|---|---|---|---|---|
|
|
{{ producto.NOMBRE_PRODUCTO }} | {{ formatoMoneda(producto.PRECIO_REFERENCIA) }} |
-
+
|
{{ formatoMoneda(producto.TOTAL) }} | |
|
|
|||||
Total del carrito
| Subtotal | {{ formatoMoneda(subtotal) }} |
|---|---|
| Cupón: {{cuponAplicado.CODIGO}} | - {{ formatoMoneda(descuento) }} |
| El cupón se aplicó solo a los productos elegibles en tu carrito El cupón se aplicó a todo tu carrito Límite máximo de descuento: {{ formatoMoneda(cuponAplicado.MAXIMO_DESCUENTO) }} | |
|
Productos con descuento:
{{ producto.NOMBRE_PRODUCTO }}, |
|
| Shipping | |
| Agrega {{ formatoMoneda(monto_minimo_envio_gratis - subtotal) }} más para obtener envío gratis | |
| Total | {{ formatoMoneda(total_carrito) }} |
Tu carrito está vacío.
