# Discount badge

{% hint style="info" %}
**Note**: This article is work in progress.
{% endhint %}

...

#### Discount

The "Discount" of a product is calculated from the difference between the "List price" and the "Price". For more information, see the [Shopware documentation](https://docs.shopware.com/en/shopware-6-en/catalogues/products#prices).

***

## Configuration

...

***

## Summary

#### Snippets

* `twt.extension.discountBadge.discount`
  * `%discount%` is replaced by the discount.
* `twt.extension.discountBadge.discountShort`
  * `%discount%` is replaced by the discount.
  * `%currency%` is replaced by the current currency symbol.
* `twt.extension.discountBadge.percentage`
  * `%discount%` is replaced by the percentage discount.
* `twt.extension.discountBadge.percentageShort`
  * `%discount%` is replaced by the percentage discount.
  * `%currency%` is replaced by the current currency symbol.
