No additional action is required when the product slot is already configured, active, scheduled, assigned products, and its rendering template iterates throughslotcontent.content.
Salesforce documents thatslotcontentis an implicit object available inside an ISML template used as a slot rendering template. Itscontentproperty maps toSlotContent.getContent()and returns the collection produced by the evaluated slot configuration. Salesforce specifically demonstrates product slots by iterating over this collection to render returned products.
Therefore, < isloop > is fully valid in a content-slot rendering template. Option C incorrectly claims that loops are prohibited.
A recommender is also optional, not mandatory. B2C Commerce can populate product slots from explicitly selected products, recommendations, or other supported merchandising configuration. If products have already been configured directly, a recommender does not have to be introduced.
The rendering template simply receives the slot execution result and iterates its returned product collection.
Study Guide reference:Data Management Using Business Manager Usage — Content Slots,slotcontent, Product slot content types, rendering templates, < isloop > , and merchant slot configuration.
===============
Submit