Is it possible to use a gift card for several orders?

Is it possible to use a gift card for several orders?

A gift card of a large denomination can cover the cost of several orders. To allow application of a gift card to several orders, ensure that the multiple usages option is enabled on its product configuration page (Catalog → Products → choose the required gift card).




In such a case, for example, if the gift card is valued at $100 and the customer has spent $10, then the card's remaining balance can be used for other orders.




Please note that it's not possible to use a certain amount from the gift card balance. If the order total exceeds the gift card balance, the card will be used in full. 


      • 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 ...
      • 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 ...
      • Does the Export Orders extension include fields from other Amasty modules I use?

        Yes, the extension is integrated with some other Amasty modules such as One Step Checkout, Order Attributes, RMA, Gift Card. If these extensions are installed, the additional corresponding tabs appear in the Fields Configuration section on the ...
      • Can I restrict multiple usage of a gift card code?

        The Gift Card Pro and Premium tariffs provide an option to restrict/allow multiple usage for specific gift card codes. To do so, proceed to Gift Card → Accounts and select an account you would like to edit. The Usage option may be set to either ...
      • 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 ...