{{ String(product.attributes.name) }}
{{ String(product.attributes.productType) }}
NEW
|
{{ String(product.attributes.artNo) }} |
{{ (String(product.attributes.sizeStr) != 'undefined') ? String(product.attributes.sizeStr) : '–' }} |
Not available
{{ product.attributes.discountPrice.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",") + ' ' + currency }}
{{ product.attributes.price.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",") + ' ' + currency }}
{{ product.attributes.price.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",") + ' ' + currency }}
|