During runtime content entry points can be realized by POs. So they are passive objects. That is they cannot render by themselves. Therefore, the CMS comes along with facilities to embed component entry points in the storefront. In this way, components can be bound to the storefront by a particular ISML tag, <ISCONTENTINCLUDE>
.
<isContentInclude ( ID = "( {String} | {ISML expression} )" ResourceSet = "( {String} | {ISML expression} )" )>
<ISCONTENTINCLUDE>
initiates the render process (including call parameter evaluation) for the component entry point object identified by the ID value.
<isContentInclude ID="ysteminclude.expressShop.pagelet2-Include"> or <isContentInclude ID="systeminclude.dialog.giftMessage.pagelet2-Include" ResourceSet="app_sf_responsive">
The tag has to be configured with the ID of the content entry point to be rendered. This can be done either literally or dynamically by using an ISML expression.
Starting with Intershop 7.6
With Intershop 7.6 the new attribute ResourceSet
has been introduced that is now an optional companion to the ID
parameter. Providing the ResourceSet
prevents potential ambiguity for resolving the content entry point.
ID
The ID of the content entry point to be rendered.
ResourceSet
Note
Valid for Intershop Commerce Suite 7.6 or later.
Usually the cartridge ID of the content entry point that uniquely identifies a system-managed content include.
The information provided in the Knowledge Base may not be applicable to all systems and situations. Intershop Communications will not be liable to any party for any direct or indirect damages resulting from the use of the Customer Support section of the Intershop Corporate Web site, including, without limitation, any lost profits, business interruption, loss of programs or other data on your information handling system.