We have a site using Gift cards.
The first requirement was to avoid including the value of the gift card in the calculation for the Shipping fee, at the time the gift card is purchased.
And for this purpose, we have defined a Free shipping discount.
Now, we have another challenge. When paying an order with a gift card, the shipping fee calculation is based on the remaining amount which leads to many orders without free shipping.
For example, if I have a 250RON order and I pay 200RON with the gift card, the remaining amount is 50RON which will not trigger the free shipping rule.
How should I handle this situation? Is there a combination of configurations that would give me what I need?
Thank you,
Adrian