Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel2
maxLevel3

Extension installation via composer

Latest Versions

Module

Version

Magento Commerce

(aka. OpenSource)

Adobe Commerce

(Adobe Commerce Cloud)

Adobe Commerce

(Adobe Commerce Cloud)

+ Native B2B extension

tnw/sforcecountrystate

(tick)

(tick)

(tick)

Installation/Upgrade Instructions

STEP 1 - Register new composer repository

Register PowerSync repository

Info

NOTE: These steps are only necessary when installing our software for the first time

Code Block
composer config repositories.powersync composer https://dist.powersync.biz

STEP 2 - Enable maintenance mode

Code Block
bin/magento maintenance:enable

STEP 3 - Install the product via composer

Code Block
composer require tnw/soap-client=1.1.1 tnw/salesforce=2.7.50 tnw/sforcecustomergroup=2.7.3 tnw/sforcetierprice=2.7.6 tnw/sforceenterprise=2.7.61 tnw/sforcequickorder=2.7.3 tnw/sforcecountrystate=1.0.0 --no-update
Code Block
composer upgrade tnw/soap-client tnw/salesforce tnw/sforceenterprise tnw/sforcecustomergroup tnw/sforcetierprice tnw/sforcequickorder tnw/sforcecountrystate

STEP 4 - Performing Magento upgrade

Insert excerpt
_after_installation
_after_installation
nopaneltrue

Info

Re-save configuration pages after the upgrade

Country State module provides you with the ability to import Countries and States from Salesforce to Magento

...

As a result, all Country State module options become available

...

Note

Important: Also you need to start related consumers:

  • tnw_country_state.update.consumer.amqp

  • tnw_country_state.update.consumer.db

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

...