Updating M2 shipeasy
Revision as of 18:03, 23 July 2019 by <bdi>Moo</bdi> (talk | contribs) (Created page with "Brief guide to updating latest shipEasy & profitEasy - We've changed the db tables - Easiest is to remove previously-added tables, reset install flag and run db update Detai...")
Brief guide to updating latest shipEasy & profitEasy
- We've changed the db tables - Easiest is to remove previously-added tables, reset install flag and run db update
Details:
ShipEasy:
- In your db, in 'setup_module' table, delete the entry for the specific Moogento plugin you want to update
- In your db, in `core_config_data`, search for path %LIKE% shipeasy
- If you haven't had changes to the setup, delete those entries
- In your db, look for 3 tables with timezone in the title. Delete those.
- Run:
php -dmemory_limit=512M bin/magento setup:di:compile
profitEasy:
- In your db, in 'setup_module' table, delete the entry for the specific Moogento plugin you want to update
- In your db, in `core_config_data`, search for path %LIKE% profiteasy
- If you haven't had changes to the setup, delete those entries
- In your db, in table `sales_order`, look for these columns:
- shipping_cost
- profit_amount
- profit_calculated
- Delete, once you're sure they're not used elsewhere
- Run:
php -dmemory_limit=512M bin/magento setup:di:compile