Log in to Magento Marketplace with the username and password you used to purchase the extension.
In the upper-right corner, click Your name > My Profile.
Click My Purchases.
Find the extension version you want to install.
Access your Magento Store SSH and type the following command:
composer requires iwd/opc X.X.XNote: X.X.X the most recent version at the Magento's Marketplace.Alternative Method: Navigate to your Magento project directory and update your composer.json file with the previous command.Enter your authentication keys. Your public key is your username; your private key is your password.
Wait for Composer to finish updating your project dependencies and make sure there aren’t any errors.
Enable the extension and clear static view files:
bin/magento module:enable IWD_Opc --clear-static-contentRegister the extension:
bin/magento setup:upgradeRecompile your Magento project: In Production mode, you may receive a message to “Please rerun Magento compile command”. Magento does not prompt you to run the compile command in Developer mode.
bin/magento setup:di:compile- Clean cache:
bin/magento cache:clean - Make sure your site uses a secure connection! The extension will not work properly without HTTPS.
Upgrade the eCommerce Connector on Magento 2 using composer:
To update the extension, please follow these instructions:
Update per module name:
composer update iwd/opcUpdate per version being x.x.x the newest version number:
composer require iwd/opc ^x.x.x
Run the following commands to upgrade, deploy, and clean the cache:
bin/Magento setup:upgrade --keep-generated
bin/Magento setup:static-content:deploy
bin/Magento cache:clean
Once you have downloaded the Magento extension from your email, follow these steps to install the Magento extension properly.
- Once you have downloaded your Magento 2 Checkout Suite Open Source files, upload them in the following folder path at your Magento 2 installation server:
path_to_the_store_root_folder/app/code/IWD/OPC
- Access the SSH console of your server, and navigate to your store root folder:
cd path_to_the_store_root_folder
- Run the following command:
php -f bin/magento setup:upgrade
- Now run the following. command:
php -f bin/magento setup:static-content:deploy
- Flush store cache; log out from the backend and log in again.
- Make sure your site uses a secure connection! The extension will not work properly without HTTPS.
Product Support