Upgrade
Updating the B2Bsellers Suite is generally straightforward, but major version jumps require specific steps to ensure a smooth transition.
General Upgrade Process
Command Line Update Process
bin/console plugin:update b2bsellerscoreSpecial Instructions
Upgrading to 4.0.0
UPDATE `customer_address` SET first_name = '' WHERE first_name IS NULL;
UPDATE `customer_address` SET last_name = '' WHERE last_name IS NULL;
UPDATE `order_address` SET first_name = '' WHERE first_name IS NULL;
UPDATE `order_address` SET last_name = '' WHERE last_name IS NULL;Last updated
Was this helpful?