Installing the Extension

Installing the Extension

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

    • Related Articles

    • Overview of the Integration

      Wayfair is an American marketplace where you can find the ultimate collection of furniture, Kitchen and Tabletop, Kid’s furniture, playroom, Bed and Bath, and so on. It was founded in 2002 and offers 14 million items from more than 11,000 global ...
    • Order Management

      To View Orders, Go to the Magento 2 Admin panel. On the left navigation bar, click the Wayfair Integration menu. The menu appears as shown in the following figure: Click on Orders. The Manage Orders Page appears as shown below: To fetch new orders ...
    • Configuration

      To configure the extension, Go to the Magento 2 Admin panel. On the left navigation bar, click the Wayfair Integration menu. The menu appears as shown in the following figure: Click on Configuration. The Configuration page appears as shown in the ...
    • Cron Logs

      To View Cron Logs, Go to the Magento 2 Admin panel. On the left navigation bar, click the Wayfair Integration menu. The menu appears as shown in the following figure: Click on Cron Events. The Cron Grid page appears as shown in the following figure: ...
    • Product Management

      To manage Wayfair products, Go to the Magento 2 Admin panel. On the left navigation bar, click the Wayfair Integration menu. The menu appears as shown in the following figure: Click on Products. The Manage Products page appears as shown below: To ...