Questions tagged [b2b]

acronym for Business-to-business

Business-to-business (B2B) describes commerce transactions between businesses, such as between a manufacturer and a wholesaler, or between a wholesaler and a retailer.

156 questions
0
votes
1 answer

Remove Tax at Checkout for B2B customers in Magento

I need to dynamicaly remove tax during checkout for business to business customers in Magento. I have a module which asks for a VAT ID during checkout and checks it against the European Online VAT-ID Validation Service. If the VAT ID is valid, the…
user1287145
0
votes
5 answers

B2B File Transfer

I have been asked to develop a highly secure B2B File Transfer system between three companies. VPN is not an option and they prefer to use common ports like 80,443, etc, so no extra firewall configuration shall be done. i found solutions like oftp2…
yamani
  • 49
  • 1
  • 2
  • 7
0
votes
0 answers

Salesforce B2B Commerce (LWR) - "global.css" style

I'm quite new to B2B LWR, but I'm not new to web development in general. I'm trying to understand what is the best way to have like a global.css (general css styles) and then particular css styles at LWC level. So with B2B Commerce (LWR) I was…
0
votes
0 answers

What are B2B platforms?

The primary distinction between a B2B and a B2C platform is that buyers and sellers in a B2B marketplace include brands, manufacturers, suppliers, distributors, and other companies, whereas individual consumers are the primary purchasers in a B2C…
0
votes
0 answers

what is important in b2b sales

B2B sales frequently need the development of connections, efficient communication, and the demonstration of value in order to generate successful transactions in the business-to-business environment. A business-to-business (B2B) company sells to…
0
votes
0 answers

How to prevent users from logging in when their account is inactive/terminated in bigcommerce b2b edition?

The code below should prevent users with inactive or terminated accounts from logging in on the site, but it's not doing that. if (isB2BUser) { displayApprovalRequests(b3RoleId, b3CompanyId) …
0
votes
1 answer

Restrict Users to open the Web Application Options Link in Limited Tabs of a browser

In an online B2B application (build using ASP.NET webforms on .Net framework 4.7.2), we want to restrict users to open 3 to 4 tabs of a browser at a time to control the load on server, as the no. of users is high, unlimited tabs by users may impact…
Wasim
  • 1
  • 2
0
votes
0 answers

How to create multidimensional arrays in IBM Sterling Map Editor?

Yes, I would like to create a 2D array in my session rules to store some header level data that gets repeated in the line level. I have done this via separate global variables but it's a tedious task. I would very much appreciate it if you could…
VulcanBin
  • 13
  • 5
0
votes
0 answers

How to fetch cartCount and cartTotal values using B2B Commerce in Salesforce?

I need help with the below problem. How to fetch cartCount and cartTotal using B2B Commerce in Salesforce? enter image description here Need to fetch the values using Visual force components.
0
votes
1 answer

"[PageNotFound] No mapping for GET" error after SAP Hybris upgrade

We are required to update our Hybris version from 2011 to 2211. A developer from SAP has already provided the necessary changes to multicountry extension and others so that our storefront will be ready for the upgrade. After the said upgrade, our…
iamrooovic
  • 47
  • 6
0
votes
0 answers

Azure Log Analytics B2B solution not seeing X12 functional acknowledgements

I have created a full EDI solution using Azure Logic Apps - handles AS2 for communication and X12 for the transactions. Everything is working great. I recently set up Azure Monitor and installed the "Logic Apps B2B" workspace solution - which…
0
votes
1 answer

How can we create test record for "WebStoreNetwork" object in test class?-

I need to create record of WebStoreNetwork in my test class. SELECT WebStoreId FROM WebStoreNetwork WHERE NetworkId = :communityId WITH SECURITY_ENFORCED This is the query which is not getting covered in my test class.…
user106835
  • 11
  • 2
0
votes
3 answers

How to display different variant prices to different customers? (Shopify/Liquid)

I'm currently working on the shopify site for the B2B company where i work. (Yeah, we know that Shopify Plus is the best option for B2Bs, but we can't afford the price) We work on two different customer lists and really need two different prices to…
DuckJr
  • 1
0
votes
1 answer

How to use Azure AD to secure an API that needs to be accessed by a 3rd party application?

We are running an API that is configured for and secured by Azure AD. This is working for us with an Angular app where users login interactively. Now we have a need for a partner firm to use the API in a system to system way (no user login). What…
0
votes
1 answer

Choose Agent Field only set when user role is sales agent at Woocommerce Checkout

I am using B2b sales Agent Plugin for woocommmerce. The issue is, As guest user to checkout, they dont want to choose the agent. They want to buy directly without sales agent. But as the sales agent roles, They need to chose the own sales agent user…