Skip to content

Instantly share code, notes, and snippets.

@jhorsman
Created May 2, 2014 06:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhorsman/11469000 to your computer and use it in GitHub Desktop.
Save jhorsman/11469000 to your computer and use it in GitHub Desktop.
SDL SmartTarget promotions on JSP
<smarttarget:query view="home" publication="tcm:0-71-1">
<smarttarget:facet category="tcm:69-707-4"></smarttarget:facet>
<smarttarget:promotions maxItems="3" var="promotion" region="homepagepromotions"> <!-- HomepageBanners -->
<smarttarget:itemTemplate>
<smarttarget:promotionalItems>
<smarttarget:itemTemplate>
<tridion:ComponentPresentation pageURI="tcm:69-6212-64" componentURI="${item.componentUri}" templateURI="${item.templateUri}"/>
</smarttarget:itemTemplate>
</smarttarget:promotionalItems>
</smarttarget:itemTemplate>
<smarttarget:fallbackContent>
<tridion:ComponentPresentation pageURI="tcm:69-6212-64" componentURI="tcm:69-2781" templateURI="tcm:69-6322-32"/>
</smarttarget:fallbackContent>
</smarttarget:promotions>
</smarttarget:query>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment