Kann ich den absoluten Rabatt vom Sale im Badge anzeigen lassen?

Ja, es ist mit folgenden Code möglich: {% if product.calculatedPrices and product.calculatedPrices|length != 0 %}{% set calculatedBadgePrice = product.calculatedPrices.first %}{% else %}{% set calculatedBadgePrice = product.calculatedPrice %}{% endif %}{% if calculatedBadgePrice.listPrice.discount %}{{ calculatedBadgePrice.listPrice.discount|currency }}{% elseif price.listPrice.discount %}{{ price.listPrice.discount|currency }}{% endif %}