CCM-101 Exam Question 31

Given the following ISML example, how should a developer reference the product object in the current iteration of the basket?
<isloop items ="${pdict.Basket.products}" var="product" status= "loopstatus">
...
</isloop>
  • CCM-101 Exam Question 32

    Universal Containers recently completed updates to their storefront shopping cart page. A problem has been discovered since the update. Users are no longer able to submit coupon codes on this page. Additionally, authenticated users who try to add a coupon are logged out.
    The following processing code is found in the Cart.js controller file:

    What should the Developer verify to identify the issue?
  • CCM-101 Exam Question 33

    A client uses tax tables in Business Manager to calculate tax. They recently started shipping to a new country, Italy, and the taxi s not being calculated correctly on the Storefront What is the likely problem?
  • CCM-101 Exam Question 34

    A merchant has a new requirement to accept American Express credit cards on its Storefront. A credit card payment method already exists.
    Which step must a developer take in Business Manager to achieve this?
  • CCM-101 Exam Question 35

    A client has a requirement to render different content on the homepage based on if the customer is logged in or guest user.
    What should a developer implement to achieve this requirement?