Why does shipping/tax stay the same after applying a gift card to the order?
In its essence, a gift card is different from a discount coupon. A discount is applied to the product(s) in the order, changing their final price. Thus, Magento recalculates tax and shipping rates to correspond with the changed final price of the product(s).
A gift card, in its turn, is not applied to the products' price but rather to the order total. The order total may or may not include tax, shipping, previously applied discounts, etc. A gift card can cover tax and shipping, but doesn't trigger their recalculation.
When the gift card code is applied, shipping and tax costs do not change, but the subtotal is recalculated.
Related Articles
Is it possible to use several gift card codes while placing an order?
Starting from 2.9.0 extension version, the admin can set the maximum gift card codes qty to be applied in one order. The setting is located at Stores → Configuration → Amasty Extensions → Gift Card → Gift Card Account → Gift Card Code Qty Applied On ...
Gift Card API
1. Amasty\GiftCard\Api\ImageRepositoryInterface - class for managing gift card images: POST /V1/amgcard/image, method="save" - save a gift card image; PUT /V1/amgcard/image/:id, method="save" - save a gift card image by ID; DELETE ...
Is it normal that the shipping option is missing when purchasing the virtual gift card?
The behavior you observe is correct: virtual products do not require shipping. If you purchase a virtual gift card and/or virtual products, you'll be redirected to payment right away.
How to activate the gift card account?
The gift card account is created automatically when the order is invoiced and paid. If the order has the Complete status, but the code of the gift card is not activated and can't be applied, please contact our team.
How does printed card work in the Gift Card extension?
By default, the Gift Card extension offers administrators the flexibility to choose the type of gift card during its creation: virtual, printed (physical), or combined. A virtual gift card functions as an email-sent code, resembling the format of ...