Reference Application Templates for Active Merchandising
If you're implementing active data functionality in an existing storefront, you must tag different pages and change how you use the Search pipeline.
If your storefront is based on the Reference Application, instead of SiteGenesis, consider adding active data tags for the following templates:
Template | Tags |
---|---|
htmlhead.isml | <isactivedatahead> |
productbreadcrumbs.isml | <isactivedatacontext category="${category}"> |
productsearchbreadcrumbs.isml | <isactivedatacontext category="${pdict.ProductSearchResult.category}"> |
pt_productdetails.isml |
<isobject object="${pdict.Product}" view="detail"> <isobject object="${pdict.Product}" view="setproduct"> |
pt_productsearchresult.isml categoryTop.isml topsellers.isml productdetails.isml productlisting.isml set-product.isml productset-full.isml product_1x2.isml |
<isobject object="${ProductSearchHit}" view="searchhit"> |
For full examples of tagging implementation, see the SiteGenesis cartridge.