How to choose time/date of sending a gift card via email?

How to choose time/date of sending a gift card via email?

The extension allows customers to select only the date of certificate delivery. For greater delivery accuracy, customers will need to specify the recipient's timezone.




The email is sent with the execution of the first cron job on the selected date.

To allow customers to choose the delivery date, navigate to Stores → Configuration → Amasty Extensions → Gift Card and expand the Display Options tab. Here, enable Date of Certificate Delivery in the Gift Card Fields setting and select the timezones:


   

      • Related Articles

      • How to change the format of the delivery date?

        Starting from version 2.11.0, the delivery date format on the frontend is displayed according to the selected store locale in Magento configurations: Stores → Configuration → General → General → Locale Options → Locale. For lower versions, the format ...
      • 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 ...
      • How to activate the gift card account?

        Out of the box, the gift card account is created automatically when the order is invoiced and paid. Since v. 2.18.0 of Gift Card extension it is possible to create gift code accounts and send gift card emails right after the order creation, along ...
      • 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 ...
      • How to fix a gift card image not showing in the email?

        There are a number of reasons for gift card images not showing in the email. To resolve this issue, kindly try the solutions below. 1. Please, note that for correct sending of images via emails, the module requires installation of the Imagick module ...