Magento 2: Magento Extension

Latest Versions

if you are using Magento 2.4.4 and above - follow the https://technweb.atlassian.net/wiki/spaces/IWS/pages/3288629249  instruction

With Adobe Commerce 2.4.3 or under, see the table below.

Module

Version

Magento Commerce

(aka. OpenSource)

Adobe Commerce

(Adobe Commerce Cloud)

Adobe Commerce

(Adobe Commerce Cloud)

+ Native B2B extension

Module

Version

Magento Commerce

(aka. OpenSource)

Adobe Commerce

(Adobe Commerce Cloud)

Adobe Commerce

(Adobe Commerce Cloud)

+ Native B2B extension

tnw/marketing

2.9.4

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:enable

Before 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

if you are using Magento 2.4.4 and above - follow the https://technweb.atlassian.net/wiki/spaces/IWS/pages/3288629249  instruction

 

composer require

 
 
 
 
 
 
--no-update

 

composer upgrade tnw/marketing tnw/soap-client tnw/salesforce tnw/sforceenterprise tnw/sforcecustomergroup tnw/sforcetierprice tnw/sforcerma tnw/sforcequickorder

composer require

 
 
 
 
 
 
tnw/b2b=
--no-update

 

composer upgrade tnw/marketing tnw/soap-client tnw/salesforce tnw/sforceenterprise tnw/sforcecustomergroup tnw/sforcetierprice tnw/sforcerma tnw/sforcequickorder tnw/sforceb2b tnw/b2b

composer require

 
 
 
 
 
--no-update

 

composer upgrade tnw/marketing tnw/soap-client tnw/salesforce tnw/sforceenterprise tnw/sforcecustomergroup tnw/sforcetierprice tnw/sforcequickorder

STEP 4 - Performing Magento upgrade

Download composer packages

If you must download any of the modules via composer, use the example below:

composer archive -fzip MODULE_NAME MODULE_VERSION

Example:

Uninstall

Related articles

https://packagist.org/packages/tnw/soap-client