Jump to content

Edit History

Luis C

Luis C


typo

Hi, if that's your exact code in your smarty template AND your absolutely sure that variable is working as intended, then the issue is you're using a single comparator, making your statement always return true.

{if $shop_id == 1}

Luis C

Luis C

Hi, if that's your exact code in your smarty template AND your absolutely sure that variable is working as intended, then the issue is you're using a single comparator, making your statement alway return true.

{if $shop_id == 1}

×
×
  • Create New...