Magento 2.4.4 and Newer: Magento Extension
Important Note!
We strongly recommend upgrading the current module versions to the latest versions for Magento 2.4.3 (Magento 2 Connector) before the upgrading to the latest versions for Magento 2.4.4
Latest Versions
Module | Version | Magento Commerce (aka. OpenSource) | Adobe Commerce (Adobe Commerce Cloud) | Adobe Commerce (Adobe Commerce Cloud) + Native B2B extension |
|---|---|---|---|---|
tnw/marketing | ||||
tnw/soap-client | ||||
tnw/salesforce | ||||
tnw/sforceenterprise | ||||
tnw/sforcecustomergroup | ||||
tnw/sforcetierprice | ||||
tnw/sforcerma | ||||
tnw/sforcequickorder | ||||
tnw/sforceb2b | ||||
tnw/b2b |
Installation/Upgrade Instructions
We advise installing Magento extensions via composer.
STEP 1 - Register new composer repository
STEP 2 - Enable maintenance mode
bin/magento maintenance:enableBefore the upgrade process stop all background scripts on your server:
cron jobs
consumers - you can use some command like this:
kill $(ps aux | grep 'queue:consumer[s]\?:start' | awk '{print $2}')ask your server admin to help with that
STEP 3 - Install the product via composer
Follow https://technweb.atlassian.net/wiki/spaces/IWS/pages/590905435/Magento+2+Magento+Extension instructions only if you are using Magento 2.3.5 - 2.4.3.
Follow Magento 2: Magento Extension Upgrade to 2.6 instructions only if you are using TNW_Salesforce 2.5.
If you are still using Magento 2.2, use the following command to install an older version of our integration. The latest version of the integration only works with Magento platform version 2.3.5 and above.
composer require tnw/soap-client=1.1.1 tnw/salesforce=2.5.30 tnw/sforcebusiness=2.5.27 tnw/sforceenterprise=2.5.21
STEP 4 - Performing Magento upgrade
Re-save configuration pages after the upgrade
Download composer packages
If you must download any of the modules via composer, use the example below:
composer archive -fzip MODULE_NAME MODULE_VERSIONExample:
composer archive -fzip tnw/soap-client 1.1.1Please be advised that we don’t recommend going this route. Our support does not cover installation issues and/or upgrades if this method is used.