Where are handlebar Templates defined in the Cloudcraze managed package?
A. uiProperties file
B. Configuration Setting configuration
C. cc_hk_UserInterface extension
D. Page Settings configuration
What isthe difference between Gross Layout Overrides and Subscriber Templates?
A. Gross Layout Overrides allow modification to CSS of a page, while Subscriber Templates allows for modification of the entire page including header and footer.
B. Subscriber Templates allows for modification of the header, the footer and the content in between them. Gross Layout Overrides only allow for modification of the header and footer.
C. Subscriber Templates allow for modification of the header and the footer, while Gross Layout Overrides allow for modification everything inside the header and footer.
D. Gross Layout Overrides allow for the modification of the footer, while Subscriber Templates allow for modification of everything inside the header and footer.
Salesforce B2B Commerce natively provides a robots.txt file, however, a customer can also create its own version.Which three scenarios are valid reasons for customer to create their own robots.txt file? (3 answers)
A. The customer wants to reference multiple storefront sitemap indexes in a single robots.txt file
B. The customer wants to reference a custom sitemap index.
C. The customer wants to have multiple robot.txt files in a single Salesforce Community.
D. The customer's store is not located at the rootof their domain.
E. robot.txt only works if there is one storefront in the org
Salesforce B2B leverages global API's for encapsulating business logic into blocks that can be extended and modified by subscribers.
Which three statements are true regarding extending ccServiceProduct and exposing custom fields on the Product Detail Page? (3 answers)
A. Override the getFieldsMap method and add subscriber specific code.
B. Ensure that any helper methods are defined as private andstatic only.
C. Create a global with sharing class that extends ccrz.ccServiceProduct.
D. Create a public with sharing class that extends ccrz.ccServiceProduct.
E. Override the fetch method and add your subscriber specific code here.
Which two aspects are applicable to Page Includes? (2 answers)
A. Standard Visualforce controls such as apex:form should not be used within a page include
B. Page Includes must be assigned to an OOTB Page, i.e. Home, Product Detail, etc., and enabled
C. Page Includes can be configured as Body Includes Begin.
D. If a controller is used for an included page, then a merge variable must be present on the page.
Which method needs to be implemented when rendering a Salesforce B2B Commerce view in order to have it called after rendering has finished?
A. There are no methods called on the view after rendering has finished
B. onRender()
C. postRender()
D. afterRender()
What are three ways to implement custom post Order processing? (3 answers)
A. Use a Salesforce workflow rule that executes when an Order record is created.
B. Extend cc_hk_invoice tohandle custom business logic post Order processing
C. Use cc_hk_Order.placeTarget to define a new Order Confirmation page which executes additional business logic.
D. Modify or add custom Cart formula fields to handle logic.
E. Use Process builder to implement business processes that execute when an Order record is created.
A user wants to leverage a three columnlayout on a page. The user also wants to move the mini-cart widget from the right to the center column. How can this requirement be fulfilled?
A. Gross Layout Override
B. Subscriber Template
C. Page Include
D. HandleBar Template Override
What are three ways to test the value of Page Label on any Salesforce B2B Commerce Community Page? (3 answers)
A. Access the source HTML for the page viathe browser developer tools.
B. Execute CCRZ.pagevars.pageLabels['PAGE_LABEL_NAME') in the JavaScript console.
C. Execute CCRZ.processPageLabelMap('PAGE_LABEL_NAME') in the JavaScript console.
D. Enable the 'display page label names' in cc admin.
E. Execute (('PAGE_LABEL_NAME')) in the JavaScript console
Numerous flags ... have a directimpact on the result set provided by the Global API's. What Global API Data-Sizing convention flag prevents an API request from propagating to further requests when provided as a Boolean parameter with a value of true?
A. ccrz.ccAPI.SZ_REL
B. ccrz.ccAPI.SZ_ASSC
C. ccrz.ccAPISizing.ASSC
D. ccrz.ccAPISizing.REL