Joovii Sendle shipping Magento 2 Integration

BACKING UP

Installing or upgrading this extension will make changes in your database, so it is best to have a backup of your database before proceeding.

Manual Install

– Create folder structure /app/code/Joovii/Sendleshipping/
– Download the .ZIP file from the marketplace
– Extract the contents of the .ZIP file to the folder you just created

Run install commands:

php bin/magento module:enable Joovii_Sendleshipping
php bin/magento setup:upgrade
php bin/magento setup:di:compile

– You may need to run the following command to flush the Magento cache:

php bin/magento cache:clean
php bin/magento cache:flush
php bin/magento setup:static-content:deploy

upgrade

php bin/magento module:disable Joovii_Sendleshipping
php bin/magento module:uninstall Joovii_Sendleshipping
php bin/magento setup:upgrade

Leave a Reply