RUBBERGOLD
LUVAS NITRILO S/PÓ EXTRA RESISTENTES PRETO L 100UN
5,95 €
Entrega em 24 horas
Em casa, grátis a partir de 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;
}"
>