For example i have the folowing discounts:
"10% discount on product category X"
"12% discount on product category Y"
These are the names used in management center sales discount.
On the frontend of a product we do not want to show this 'complex name' which is currently part of the ProductDiscounts loop.
Instead the customer needs control of what is displayed on the frontend for example 'Special sale Z'.
You could say use this name instead in the backend but this has disadvantages.
1. The customer has a lot of discount definitions and are not easy to find with a simple or even duplicate name.
2. Translation for other languages is not covered.
Can you add this feature to the roadmap of DW?