While working on a commerce rollout, a developer needs to update the checkout process so that buyers can purchase with one of the below payment types.
• Credit Card
• Purchase Order
• Contract Now & Pay Later
Additionally, the developer needs to show only Purchase Order and Contract Now & Pay Later if a custom checkbox field on the account is checked.
How should the developer meet these requirements?
Which handlebars helper function is used on Salesforce B2B Commerce pages and
components for formatting price values?
What is likely to happen if a developer leaves debug mode turned on in an environment?
A developer needs to debug a flow tracing a single input in complete detail, watching all variable changes as the checkout process is executed. Which feature should the developer enable? ~.
A developer suspects recent edits to a checkout flow have created a bug based on flow errors being emailed. Given the emails and some inputs known to trigger the issue, which two activities should the developer consider in their investigation?
A developer is working on a storefront that needs to use a sophisticated pricing engine hosted as a service outside the org. Assuming security and trusts have been established, which two actions must the developer take?
What are three ways to implement custom post Order processing? (3 answers)
What is a valid way of referencing the global cc_api_CartExtentsion apex class via
subscriber code?