Magento - B2B install issue in 2.4.2

Viewed 139

I am very new to the Magento platform. I installed Magento 2.4.2 version on my VPS hosting server. Installed and running with Elastic search well.

When I install the B2B module in this version, I'm getting the below message. Hope others facing this issue can help.

[InvalidArgumentException] Could not find a matching version of package magento/extension-b2b.

My question: is there any difference between Magento open source vs Magento commerce? Magento open source won't support B2B? 2.4.2 version is Open source or Magento commerce?

Can anyone help me to clarify this?

Thanks

1 Answers

The free version of Magento 2 is Magento Open Source. The B2B suite is Magento Commerce only (paid version).

So the B2B suite is not available on Magento 2 Open Source. To get the B2B functionality you need to upgrade to Magento Commerce or find similar third party modules to add to Open Source version.

Related