2

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

Gerard de Visser
  • 7,590
  • 9
  • 50
  • 58
WTE
  • 301
  • 1
  • 7

1 Answers1

0

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.

Gerard de Visser
  • 7,590
  • 9
  • 50
  • 58
  • Hi Gerard, Thanks for your clarification. Can you please help to recommend any third module which supports 2.4.2 open source version? I cant afford for paid version now as doing some study on this – WTE Jul 27 '21 at 10:44
  • @WTE It also depends on the specific functionality you want. If you want a basic suite, see: https://amasty.com/b2b-ecommerce-suite-for-magento-2.html. For more advanced options: https://www.mageplaza.com/magento-2-b2b/ – Gerard de Visser Jul 27 '21 at 10:56
  • apply private and public key via composer and then try to install B2B in magento. – Rakesh Gadhwal Jul 27 '21 at 15:37
  • @RakeshGadhwal i tried this method.. still its not installing getting B2B version is not matching. thats why i got confused whether 2.4.2 wont support B2B or not. Still i am confused 2.4.2 version will support to install B2B module or not – WTE Jul 28 '21 at 01:13
  • @GerarddeVisser As per this link https://devdocs.magento.com/extensions/b2b/ . They saying "The B2B for Adobe Commerce extension is only available for Adobe Commerce v2.2.0 or later. You must install it after installing Adobe Commerce.". I installed in 2.4.2. Then why B2B is not supported as per your above comment. Version i installed in Abode commerce 2.4.2 or not? Thanks – WTE Jul 28 '21 at 02:16
  • @WTE Can you check what Magento version you are running? Check your composer.json file in project root. Does it say `magento/product-community-edition` or `magento/project-enterprise-edition`? – Gerard de Visser Jul 28 '21 at 08:24
  • "name": "magento/project-community-edition", "description": "eCommerce Platform for Growth (Community Edition)","version": "2.4.2-p1", – WTE Jul 29 '21 at 16:59
  • @WTE Was my answer helpful? Please consider to accept / upvote for future visitors. – Gerard de Visser Sep 01 '21 at 12:21