How does printed card work in the Gift Card extension?

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 virtual and downloadable Magento products. It holds no physical weight, has no inventory presence, and is not subject to shipping.

In the case of a printed gift card, the code is physically printed on a sheet of paper and subsequently delivered. The delivery process aligns with the standard flow for typical Magento products.

It's worth noting that the Amasty Gift Card does not address printing-related concerns; our focus mainly remains on providing tracking tools. Nevertheless, upon the creation of the gift code account associated with a newly purchased physical gift card, our extension offers the option to easily download a gift card image generated specifically for that purchase. This downloadable image displays all essential gift card details, including the code, balance, expiry date, and other relevant information that the admin has added to the image.

To download the image of a purchased gift card, navigate to Marketing → Gift Cards → Accounts. Find the required gift card account and click the Download Image option in the Actions column:



An example of the downloaded gift card image:



Subsequently, you can use this image to print the gift card and dispatch it to the customer's provided address.

      • Related Articles

      • Does the extension allow sending a gift card code to the customer who hasn't purchased it using the Admin Panel?

        As a store admin, you can send gift card codes to users with a required balance. For that, please create a gift card in Amasty Extensions → Gift Card → Accounts. After saving the settings, the gift card account gets a random code from the chosen ...
      • 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 | GraphQL methods

        Queries amGiftCardAccount(input: AmGiftCardAccountInput!) description: get gift card account information by code amGiftCardSetting description: get gift card module settings amGiftCardPreview(input: AmGiftCardPreviewInput) description: get rendered ...
      • How to transfer the gift card data from Magento 1 into the extension?

        Although the Import and Export functionality for gift card information is available in the Pro and Premium tariff packages, transferring data from Magento 1 to Magento 2 can be tricky. Below, you may find the available options for the data transfer. ...
      • 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 ...