Questions tagged [magento2-b2b]
The magento2-b2b tag has no summary.
23 questions
0 votes
0 answers
18 views
Can I disallow b2c features?
I use magento-2.4.5 with magento/extension-b2b: 1.3.4 and magento/module-b2b: 100.3.4 on a multi websites instance. I want one of a website is only for B2B customers. On this website : the invidivual ...
1 vote
1 answer
210 views
How to Retrieve Shared Catalog Data by ID in Magento 2 Enterprise B2B?
I am currently working with Magento 2 Enterprise B2B version and I'm facing a challenge with shared catalogs. I need to retrieve shared catalog data using its ID. Now how to correctly retrieve shared ...
1 vote
1 answer
312 views
Magento2 B2B Website
I want to develop the B2B website in Magento Community Addition. Is it possible in Magento2? How can we create B2B website in Magento 2? Any one can help in this?
0 votes
3 answers
1k views
Magento 2.4.x, How to assign company to customer
In Magento 2.4.x, How to assign the company to customers??? I am using B2B, the M2EE version. I tried this solution but it is not working. Here is my sample code, I tried. <?php class YourClass { ...
0 votes
0 answers
273 views
Magento 2 : How to Override \Magento\NegotiableQuote\Model\CompanyQuoteConfigRepository.php
di.xml <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/...
2 votes
1 answer
2k views
Magento 2 create the Inventory source programmatically
I am new to Magento 2 Can anyone help me with how to programmatically create the Inventory source? What is the use of the stock channel?
0 votes
2 answers
361 views
Magento Commerce 2.3 Quick order link for logged in customers only
By default the Quick order functionality of the B2B module is available for both logged in users as well as for guest users. What can I do to hide it from guest users and make it available/visible for ...
2 votes
1 answer
987 views
B2B customers with Magento Open source
we want to make use of the Magento Open source version. Is there any community extension to handle B2B customers and quotes? I only want to use Magento as Backend/Admin software without any shop. ...