2.Extension Installation ↑ Back to Top
To install the extension,
- Upload and unzip the Wayfair.zip file inside the magento_root Directory. (Directory structure should be app/code/Ced/Wayfair)
- Check the Ced directory permission(it should be 755).
For Wayfair SDK-
Map the SDK with Magento root composer.json file in autoload psr-4 section.
“Ced\\Wayfair\\Sdk\\”: “vendor/cedcoss/wayfair/sdk/lib/wayfair/src” - Run the Installation commands-
composer dump
php -dmemory_limit=5G bin/magento setup:upgrade
php -dmemory_limit=5G bin/magento setup:di:compile
php -dmemory_limit=5G bin/magento setup:static-content:deploy -f
php bin/magento index:reindex
php -dmemory_limit=5G bin/magento cache:clean
php -dmemory_limit=5G bin/magento cache:flush
×