- A Brief Overview On MyWorld Integration
- How To Install MyWorld Integration in Magento 2 Store
- How To Perform Configuration Settings
- How To Add & Manage Multiple MyWorld Seller Accounts
- How To Manage MyWorld Profiles
- How To Manage Product Listings
- How To Manage Orders Received From MyWorld
- Additional Developers Section
- How To Get Help and Instant Support For MyWorld Magneto 2 Integration
2.How To Install MyWorld Integration in Magento 2 Store ↑ Back to Top
To install the extension
- Create a new folder named code (if not exists) under the app folder.
- Extract the Ced.zip on your system and then Drag and Drop app/code/Ced/MyWorldand app/code/Ced/Integrator directory inside code.
- Update composer.json file by adding the code written below inside autoload ->psr-4 and as shown in the image:
“MyWorld\\Sdk\\”: “app/code/Ced/MyWorld/Lib/myworld-sdk”
- Now run the following upgrade command in cmd
- composer dump
- php bin/magento setup:upgrade
- php bin/magento setup:di:compile
- php bin/magento setup:static-content:deploy -f
- php bin/magento indexer:reindex
- php bin/magento cache:flush
- composer dump
- After successfully uploading the directory, the extension will be installed/upgraded.
×