INOCOS
INOCOS VERNIZ LIKE GEL 222 11ML
3,05 €
2,75 €
Promoción válida de 2026-03-01 a 2026-04-30
Entrega en 24 horas
A domicilio, gratis desde 50,00 €
{
productName = $event.detail.productName ?? '';
selectedId = $event.detail.selectedId ?? null;
oldPrice = $event.detail.oldPrice ?? '';
finalPrice = $event.detail.finalPrice ?? '';
options = [
{
label: '',
id: null,
disabled: true,
},
...$event.detail.options ?? [],
];
showOldPrice = oldPrice != finalPrice;
currentProductIsOutOfStock = $event.detail.currentProductIsOutOfStock;
}"
>