search_box

Extension Installation

To install the extension,

  1. Upload and unzip the Wayfair.zip file inside the magento_root Directory. (Directory structure should be app/code/Ced/Wayfair)
  2. 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”
  3. 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
Yes No Suggest edit
Suggest Edit