Change Absolute Discounts To Percentage

hi new user 4.24



can anyone help show me how to change absolute quantity discounts to percentages to come up first in drop down discounts please



many thanks



jordan

absolute.PNG

Fair point, did you find out. I need this

In the design\backend\templates\views\products\components\products_update_qty_discounts.tpl out this string


```php

{__("percent")} (%)
```

before this one:

```php
{__("absolute")} ({$currencies.$primary_currency.symbol nofilter})
```