{{ cartProducts.length + backOrder.length }} Artículo
{{ cartProducts.length + backOrder.length}} Artículos
VACIAR CARRITO

{{ pd.product_name }}

{{ pd.stock + ' x $' + parseFloat(pd.product_json_pim.pricing.discounts.final_price).toFixed(2) }}

{{ pd.stock + ' x $' + parseFloat(pd.product_json_pim.pricing.prices.price_published).toFixed(2) }}


TOTAL: {{ '$ ' + toCurrency(totalCart) }}