-{{ item.offer.percentage }}%
{{ $getBulkUnitGrams(item) }} gr
({{ item.taxe ? item.taxe.name : 'Exento de IVA' }}
)
Ahorra
{{ (getPriceByCurrency((Number(item.variable) === 2 ? (getPrice(item) * ($getBulkUnitGrams(item) / 1000)) : getPrice(item)), item.coin) - getPriceByCurrency((Number(item.variable) === 2 ? ($getPrice(item, true) * ($getBulkUnitGrams(item) / 1000)) : $getPrice(item, true)), item.coin)) | VES }}
Ahorra
{{ (getPriceByCurrency((Number(item.variable) === 2 ? (getPrice(item) * ($getBulkUnitGrams(item) / 1000)) : getPrice(item)), item.coin) - getPriceByCurrency((Number(item.variable) === 2 ? ($getPrice(item, true) * ($getBulkUnitGrams(item) / 1000)) : $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));
})() }}
No se encontraron productos relacionados a la búsqueda