<c:import url="${jspStoreDir}include/WebServiceeMarketingSpotDisplay.jsp">
<c:param name="emsName" value="ShoppingCartPage" />
<c:param name="catalogId" value="${WCParam.catalogId}" />
</c:import>
If you are not using JSTL, use the
<jsp:include>
tag.
By using a dynamic include tag to add the e-Marketing Spot to the
store JSP, the Dynacache feature can be enabled, so that the content
of the JSP file, excluding the e-Marketing Spot, will be cached.
To
avoid running the e-Marketing Spot snippet for each page load, it
is recommended that you use the new e-Marketing Spot JSP caching technique
based on activity behavior. For more information, see Overview of e-Marketing Spot JSP caching based on activity behavior.