<%= price
.replace('%price-label%', 'l\'unité')
.replaceAll('%id-suffix%', '-old-price')
.replaceAll('%price-type%', 'oldPrice')
.replaceAll('%price-type-excl%', 'baseOldPrice')
.replaceAll('%amount%', oldPrice)
.replaceAll('%amount-excl%', oldPriceExclTax)
.replaceAll('%amount-text%', priceUtils.formatPrice(oldPrice, currencyFormat))
.replaceAll('%amount-text-excl%', priceUtils.formatPrice(oldPriceExclTax, currencyFormat))
.replaceAll('%product-id%', productId) %>
<% } %>
<% if (!showMinPrice) { %>
<% if (hasSpecialPrice) { %>
<%= price
.replace('%price-label%', 'l\'unité')
.replaceAll('%id-suffix%', '')
.replaceAll('%price-type%', 'finalPrice')
.replaceAll('%price-type-excl%', 'baseFinalPrice')
.replaceAll('%amount%', finalPrice)
.replaceAll('%amount-excl%', finalPriceExclTax)
.replaceAll('%amount-text%', priceUtils.formatPrice(finalPrice, currencyFormat))
.replaceAll('%amount-text-excl%', priceUtils.formatPrice(finalPriceExclTax, currencyFormat))
.replaceAll('%product-id%', productId) %>
<%= price
.replace('%price-label%', 'l\'unité')
.replaceAll('%id-suffix%', '-old-price')
.replaceAll('%price-type%', 'oldPrice')
.replaceAll('%price-type-excl%', 'baseOldPrice')
.replaceAll('%amount%', oldPrice)
.replaceAll('%amount-excl%', oldPriceExclTax)
.replaceAll('%amount-text%', priceUtils.formatPrice(oldPrice, currencyFormat))
.replaceAll('%amount-text-excl%', priceUtils.formatPrice(oldPriceExclTax, currencyFormat))
.replaceAll('%product-id%', productId) %>
<% } %>
<% if (!hasSpecialPrice) { %>
<%= price
.replace('%price-label%', 'l\'unité')
.replaceAll('%id-suffix%', '')
.replaceAll('%price-type%', 'finalPrice')
.replaceAll('%price-type-excl%', 'baseFinalPrice')
.replaceAll('%amount%', finalPrice)
.replaceAll('%amount-excl%', finalPriceExclTax)
.replaceAll('%amount-text%', priceUtils.formatPrice(finalPrice, currencyFormat))
.replaceAll('%amount-text-excl%', priceUtils.formatPrice(finalPriceExclTax, currencyFormat))
.replaceAll('%product-id%', productId) %>
<% if (finalPrice != oldPrice) { %>
<%= price
.replace('%price-label%', 'l\'unité')
.replaceAll('%id-suffix%', '-old-price')
.replaceAll('%price-type%', 'oldPrice')
.replaceAll('%price-type-excl%', 'baseOldPrice')
.replaceAll('%amount%', oldPrice)
.replaceAll('%amount-excl%', oldPriceExclTax)
.replaceAll('%amount-text%', priceUtils.formatPrice(oldPrice, currencyFormat))
.replaceAll('%amount-text-excl%', priceUtils.formatPrice(oldPriceExclTax, currencyFormat))
.replaceAll('%product-id%', productId) %>
<% } %>
<% } %>
<% } %>
À partir de
CHF 24.97
CHF 23.10