How to adjust discount distribution in liquid code?

The Shopify app bundle divides the discount equally between all products, for example A+B with a €10 discount divides it into €5 each. I want to go and change this thing on the code and make, for example, that A+B with a €10 discount is €9 in A and €1 in B. Where in the code do I need to go to set this up?

This discount allocation is based on the setting in the cart transformation function. And there is no way to change it right now. So you can’t change this allocation with code

2 Likes