- Overview
- Walmart Mexico Integration Extension Installation
- Retrieve API Credentials from the Walmart Mexico
- Walmart Mexico Configuration Settings
- Manage Walmart Mexico Profile
- Walmart Mexico Product Listings
- Manage Walmart Mexico Orders
- WalmartMx Feeds
- WalmartMx Cron Details
- View WalmartMx Category Details
- View WalmartMx Category Attributes Details
- WalmartMx Help and Support
2.Walmart Mexico Integration Extension Installation ↑ Back to Top
To install the extension
- Log in the ftp, and then go to Magento 2 root folder (generally present under the public_html folder).
- Create a new folder named code under the app folder; under the code folder, create a folder named Ced.
- Upload or Drag and Drop app/code/Ced/WalmartMx directory.
- After successfully uploading the directory, the extension will be installed or upgraded.
- Now run the following upgrade command in cmd
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
chmod -R 777 generated/
chmod -R 777 pub/
chmod -R 777 var/
×