JRL SET PEINES MÁQUINA CORTE 1.000-1.040 (2 UNIDS)
5,15 €
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;
}"
>