Skip to content

Instantly share code, notes, and snippets.

View markhilton's full-sized avatar

Mark Hilton markhilton

  • Miami, FL
View GitHub Profile
@vovayatsyuk
vovayatsyuk / README.md
Last active August 1, 2022 15:55
Export and Import product reviews in Magento 1

Export and Import product reviews in Magento 1

Based on script by "Magento Craftsman in Melbourne": https://blog.mdnsolutions.com/migrate-products-reviews-and-ratings-programmatically/

The steps below will export product reviews at "source" server and import the same reviews into magento at "destination" server.

  1. Connect to the "source" server. (If your server allows remote mysql connections you can do the steps 2-6 from local environment.)