How to Install the MyWorld Integration in Magento 2 Store
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
- After successfully uploading the directory, the extension will be installed/upgraded.
Related Articles
How to Manage Activity Logs on MyWorld
The Magento 2 store owners can view and manage the MyWorld Activity logs. To view the Amazon activity logs Go to the Magento 2 Admin panel. On the left navigation bar, click the MYWORLD INTEGRATION menu. Click Activity Logs. The Activity Logs page ...
How to Perform Queue Management on MyWorld
The Magento 2 store owners can view and manage the MyWorld Queues. To view the MyWorld Queues Go to the Magento 2 Admin panel. On the left navigation bar, click the MYWORLD INTEGRATION menu. The menu appears as shown in the following figure: Click ...
How To Add & Manage Multiple MyWorld Seller Accounts
The merchant has to first create a seller account in the MyWorld seller panel. Once the seller account is created and is approved by MyWorld, the Magento 2 store owners have to obtain multiple seller credentials such as API Key values from the ...
Overview
The MyWorld Integration for Magento by CedCommerce interacts with the MyWorld marketplace resulting in perfect synchronization of product listings, pricing, inventory, and orders. Sellers can automate the complete workflow of their Magento store and ...
How to Perform Cron Management on MyWorld
To view MyWorld Cron Details Go to the Magento 2 Admin panel. On the left navigation bar, click the MYWORLD INTEGRATION menu. Click Cron. The MyWorld Cron page appears as shown in the following figure: All the running and previous crons are mentioned ...