Document Properties
Kbid
247L76
Last Modified
04-Feb-2020
Added to KB
20-Jun-2013
Public Access
Everyone
Status
Online
Doc Type
References
Product
  • ICM 7.10
  • ICM 11
ISML Function - existsTemplate()

Name

existsTemplate()

Short Description

checks whether a template exists in the context of the current site or not

Table of Contents

Product Version

6.5

Product To Version

 

StatusNew Labels

Introduction

This function can be used to check whether a template exists in the context of the current site or not. The function returns trueif the template is accessible in the template lookup path of the current site. Otherwise, the function returns false. Use the expression inside ISML Tag - ISIFstructures.

Syntax

existsTemplate(String)

Example

<isif condition="#existsTemplate('inc/DBreadcrumbTrail')#">

The template name can also be build dynamically using ISML string concatenation:

<isif condition="#existsTemplate('product/ProducTabs_'.CurrentChannel:TypeCode)#">

Use the function to implement a fallback from a specialized template to generic template. For example, consider the product detail page of the Consumer Channel which has tabs that do not appear in other channels. Using the ISML Function - existsTemplate(), a generic product detail page can be constructed, including a fallback like:

<isif condition="#existsTemplate('product/ProducTabs_'.CurrentChannel:TypeCode)#">
 <isinclude template="#'product/ProducTabs_'.CurrentChannel:TypeCode#">
<iselse>
 <isinclude template="product/ProducTabs">
</isif>

Reference - ISML Functions

Disclaimer
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.
The Intershop Knowledge Portal uses only technically necessary cookies. We do not track visitors or have visitors tracked by 3rd parties. Please find further information on privacy in the Intershop Privacy Policy and Legal Notice.
Home
Knowledge Base
Product Releases
Log on to continue
This Knowledge Base document is reserved for registered customers.
Log on with your Intershop Entra ID to continue.
Write an email to supportadmin@intershop.de if you experience login issues,
or if you want to register as customer.