So we’ve applied a shipping discount on our client website where when someone orders X amount from Cat A, they get free shipping or if they order Y amount in Cat B, they get free shipping - All good so far, however, I am an unable to show this as an up-selling message as all the apps available to me give me the option to choose only one type discount - either I can offer them X or Y - not both (they are being applied in checkout the way we want, but the upsell message does not allow both-
For example Cat A = light things
Cat B: - heavy things
If you order 50 dollars of light things you get free shipping
if you order 300 dollars of heavy things you get free shipping
Now the upsell should be able to read what the user is ordering and show a pop-up message accordingly - in the example if someone’s ordering 40 dollars of small things, it should say, if you order another 10 dollars or small things you can get free shipping - 0r if someone is ordering 280 dollars of heavy thing, it should say, “hey if you order 20 dollars more of heavy thing, you get free shipping” - but the apps only let me give a pop up on one of the two scenarios - how can I fix this? any apps or code?