How to transfer the gift card data from Magento 1 into the extension?

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.