{{ item.product_amount.product.name + ' ' + item.product_amount.presentation + ((item.product_amount && item.product_amount.unit && getUnit(item.product_amount.unit)) || '') + ' - Cant: ' + item.amount }}
Categorías
{{ category . name }}
Ver Todos
-{{ item . offer . percentage }}%
{{ $getBulkUnitGrams(item) }} gr
({{ item . taxe ? item . taxe . name : 'Exento de IVA' }}
)
Ahorra
{{ (getPriceByCurrency(getPrice(item), item . coin) - getPriceByCurrency($getPrice(item, true), item . coin)) | VES }}
Ahorra
{{ (getPriceByCurrency(getPrice(item), item . coin) - getPriceByCurrency($getPrice(item, true), item . coin)) | USD }}
{{ item . es_name }}
{{ (function(){
var cartItem = cart.find(function(i){ return Number(i.id) === Number(item.id); });
if (!cartItem) { return 1; }
if (typeof vue_header !== 'undefined' && typeof vue_header.getDisplayQuantity === 'function') {
return vue_header.getDisplayQuantity(cartItem);
}
var qty = parseFloat(cartItem.cantidad || 1);
return Math.max(1, Math.round(isNaN(qty) ? 1 : qty));
})() }}
{{ (function(){
var cartItem = cart.find(function(i){ return Number(i.id) === Number(item.id); });
if (!cartItem) { return 1; }
if (typeof vue_header !== 'undefined' && typeof vue_header.getDisplayQuantity === 'function') {
return vue_header.getDisplayQuantity(cartItem);
}
var qty = parseFloat(cartItem.cantidad || 1);
return Math.max(1, Math.round(isNaN(qty) ? 1 : qty));
})() }}