Hello, i want to apply a discount (for example: 10%) even if the product has a special price with an already bigger discount.
Right now it doesn't work because the logic is this:
- Regular price: 50$
- Special price: 25$
--- catalog discount rule: 10%
The discount is not applied because the item is already discounted by 50% with the special price.
Is there a way to apply the catalog discount directly to the special price, not to the base price?