On 1/22/2018 at 1:33 PM, Rus_3ds said:This is work for Prestashop 1.7
{if $category.id == 3} { some action } {/if}
Bro, you're code is wrong. I'm looking for the right one.
EDIT
{if $category->id == 3}
Some action
{/if}
On 1/22/2018 at 1:33 PM, Rus_3ds said:This is work for Prestashop 1.7
{if $category.id == 3} { some action } {/if}
Bro, you're code is wrong. I'm looking for the right one.
EDIT
{if $category->id == 3}
Some action
{/if}
On 1/22/2018 at 1:33 PM, Rus_3ds said:This is work for Prestashop 1.7
{if $category.id == 3} { some action } {/if}
Bro, you're code is wrong. I'm looking for the right one.