Question 11
A developer is customizing the payment methods widget to enable the shopper to store a credit card when checking out. The widget needs to add three properties to the payments object of the JSON authorization request when creating the order:
* saveCard(Boolean)
* nickname(String)
* setAsDefault(Boolean)
Each ofthe properties needs to be bound to a particular view model for the properties to be added to the payments object.
Which is the correct view model?
Question 12
Consider the widget template snippet, which uses Knockout'scontainerless control flow syntax based on comment tags:
Under what condition will<li>Item #2</li>be displayed?
Question 13
A company has Site A as its default site. It has created and enabled Site B and is ready to make Site B the default site and delete Site A.
Which statement describes the steps involved in deleting Site A?
Question 14
If your storefronthas both B2B and B2C implementations, you will need to have one Order History Layout for B2B as well as a different Order History Layout for B2C.
What is the reason for this?
Question 15
A storefront developer is configuring page layouts of type Shopper Profile for a B2B storefront implementation.
Which two items must be considered when configuring the Profile Navigation - Account Shoppers widget instance on each layout? (Choose two.)
