How to migrate my Advanced Pack data to a new PrestaShop installation?
First of all, please note that Advanced Pack data migration is only possible if the catalog identifiers in the database are STRICTLY identical (products, attributes, carts, etc.). If the identifiers are not the same, then migration will not work.
To export your packs to your new PrestaShop installation, please use the following procedure:
- Connect to your current MySQL database from your PHPMyAdmin space
- Copy all tables starting with "pm_advancedpack" in your new database
- Copy all entries in the "ps_configuration" table starting with "PM_AP5" in your new database
You can now install the module on the migrated store. All your packs and previous configuration will be restored.