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

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -