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.
Manual import
Corresponding tables’ content can be moved from Magento 1 to Magento 2. As the first step, compare the database structures enlisted at:
app/code/local/Amasty/GiftCard/sql/amgiftcard_setup/mysql4-install-1.0.0.php
- for Magento 1 extension;
app/code/Amasty/GiftCard/Setup/InstallSchema.php
- for Magento 2 extension.
Then, adjust the M1 table contents manually to the Magento 2.x scheme, and import them into M 2.x database without any migration tools.
Migration service
If you would like to migrate the data rather than set up M2 modules from scratch, please use the option of our migration service.
Related Articles
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 possible to create a gift code account using a specific code from the pool?
By default, a particular code cannot be assigned to a certain purchased gift card. The extension pulls a random code from the pool when the customer is placing an order or when the admin is creating a gift card code account.
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 migrate data from one Magento instance to another with the Import & Export solution?
The Amasty Import and Export modules utilize the same functionality, so it is possible to duplicate the structure from import profiles to the export ones. This allows users to transfer data between Magento instances.
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 ...