if statement - PrestaShop CMS page if condition -
i wordpress developer past 3 years. i'm started prestashop first project. it's possible if conditions cms pages?
for example:
if (cms page1) { ...... } elseif (cms page2) { ... } else { ..... }
in template cms.tpl can use following syntax:
{if $cms->link_rewrite eq 'about-us'} ... {else if $cms->link_rewrite eq 'bbb'} ... {else} ... {/if}
you can use directly id: $cms->id
Comments
Post a Comment