Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel21
maxLevel32

Extension installation via composer for Magento 2.4.3

...

Module

Version

Magento Commerce

(aka. OpenSource)

Adobe Commerce

(Adobe Commerce Cloud)

Adobe Commerce

(Adobe Commerce Cloud)

+ Native B2B extension

tnw/sforcecountrystate

Insert excerpt
_tnw_sforcecountrystate-2.4.4
_tnw_sforcecountrystate-2.4.4
nopaneltrue

(tick)

(tick)

(tick)

Installation/Upgrade Instructions

...

composer require

Insert excerpt
_install tnw/soap-client-2.4.4
_install tnw/soap-client-2.4.4
nopaneltrue
Insert excerpt
_install tnw/salesforce-2.4.4
_install tnw/salesforce-2.4.4
nopaneltrue
Insert excerpt
_install tnw/sforcecustomergroup-2.4.4
_install tnw/sforcecustomergroup-2.4.4
nopaneltrue
Insert excerpt
_install tnw/sforcetierprice-2.4.4
_install tnw/sforcetierprice-2.4.4
nopaneltrue
Insert excerpt
_install tnw/sforceenterprise-2.4.4
_install tnw/sforceenterprise-2.4.4
nopaneltrue
Insert excerpt
_install tnw/sforcerma-2.4.4
_install tnw/sforcerma-2.4.4
nopaneltrue
Insert excerpt
_install tnw/sforcequickorder-2.4.4
_install tnw/sforcequickorder-2.4.4
nopaneltrue
tnw/sforcecountrystate=
Insert excerpt
_tnw_sforcecountrystate-2.4.4
_tnw_sforcecountrystate-2.4.4
nopaneltrue
--no-update

Code Block
composer upgrade tnw/soap-client tnw/salesforce tnw/sforceenterprise tnw/sforcecustomergroup tnw/sforcetierprice tnw/sforcerma tnw/sforcequickorder tnw/sforcecountrystate

...

As a result, all Country State module options become available

...

Note

Important: Also you need to start related consumers:

  • tnwCountryStateUpdateConsumerAmqp

  • tnwCountryStateUpdateConsumerDb

Follow the manage message queues documentation and add the following listeners to your /app/etc/env.php file.

...