Items
Detalles
Revise su orden
| Producto | Precio | Cantidad | Subtotal |
|---|---|---|---|
Carrito de compras esta vacio. |
|||
| Producto | Subtotal |
|---|---|
| Subtotal | {{ app_unox.moneda }} {{ app_unox.formattedCartTotal }} |
| Envío |
|
| Total | {{ app_unox.moneda }} {{ app_unox.cart.total + parseInt(app_unox.cart.deliveryCost) }} |
| 15% OFF por primera compra + envío | {{ app_unox.moneda }} {{ ((app_unox.cart.total * 0.85) + parseInt(app_unox.cart.deliveryCost)).toFixed(2) }} {{ (((app_unox.cart.total * 0.85) / app_unox.precio_dolar) + (app_unox.cart.deliveryCost / app_unox.precio_dolar) ).toFixed(2) }} |