How can this requirement be fulfilled?
When a user buys 10 units of product B, the user wants 1 unit of Product A to be automatically added to the cart. How can this requirement be fulfilled?A . Override the AllowCheckout method in ccrz.cc_api_CartExtensionB . Override the prepareForSave method in ccrz.cc_api_CartExtensionC . Override the preprocess method in...
Which two aspects are applicable to Page Includes? (2 answers)
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 includeB . Page Includes must be assigned to an OOTB Page, i.e. Home, Product Detail, etc., and enabledC . Page Includes can be configured as...
Which two statement are true for Mass Order (2 answers)
Which two statement are true for Mass Order (2 answers)A . Mass Order pricing is done via a batch job.B . Mass order works with the default wish listsC . The variation product is leveraged for SKUs.D . Mass Order is mobile ready with the ccrz templates.View AnswerAnswer: A,C
Which twousages of ccLog should be avoided in Salesforce B2B Commerce? (2 answers)
Which twousages of ccLog should be avoided in Salesforce B2B Commerce? (2 answers)A . ccrz.ccLog.log(System.LoggingLevel.ERROR, 'D:something', myCallToGetMessage(pl) ), where myCallToGetMessage(pl) is a method invocationB . crz.ccLog.log(System.LoggingLevel.WARN, 'D:something', 'Something unexpected occurred: The data we were expecting for pl was not there,')C . crz.ccLog.log(System.LoggingLevel.DEBUG, 'D:myOrderList', myOrderList), where myOrderList is a list of...
Which three steps are necessary to have subscriber page added to Salesforce B2B Commerce after creating a custom Visualforce page? (3 answers)
Which three steps are necessary to have subscriber page added to Salesforce B2B Commerce after creating a custom Visualforce page? (3 answers)A . Create a new CC Subscriber Page record that points to your custom Visualforce page.B . Create a new Visualforce page, and manually import the Salesforce B2BCommerce JavaScript...
What are the templating, Javascript, and CSS frameworks what the cloudcraze managed package leverages?
What are the templating, Javascript, and CSS frameworks what the cloudcraze managed package leverages?A . Angularjs, Backbonejs, and handlebarsjsB . Bootstrap, Backbonejs, and handlebarsjsC . Bootstrap, Angularjs, and BackbonejsD . Angularjs, react.js, and handlebarsjsView AnswerAnswer: B
In which three ways can Salesforce B2B Commerce API sizing blocks support multiple API sizing requests? (3 answers)
In which three ways can Salesforce B2B Commerce API sizing blocks support multiple API sizing requests? (3 answers)A . When different entities are specified in the method invocation.B . The sizing block is not removed.C . SZ_ASSC is used.D . The sizing block is removed after the first handler.E ....
Which Global JavaScript Object should be extended when writing custom Remote Actions?
Which Global JavaScript Object should be extended when writing custom Remote Actions?A . CCRC . CCRD . ccE . CCRF . cc_CallContextG . CCRH . RemoteInvocationView AnswerAnswer: D
What two kinds of queries do the methods in Salesforce B2B Commerce services perform by default? (2 answers)
What two kinds of queries do the methods in Salesforce B2B Commerce services perform by default? (2 answers)A . SOSLB . SQLC . SOQLD . Schema-less queriesView AnswerAnswer: A,C
Which out of the box Salesforce B2B Commerce page can give instructions to web crawlers from accessing specific Salesforce B2B Commerce pages?
Which out of the box Salesforce B2B Commerce page can give instructions to web crawlers from accessing specific Salesforce B2B Commerce pages?A . CCCat?SiteMapB . cc_RobotsTxTC . CCSiteIndexD . CCPageView AnswerAnswer: B