Jump to content

Template Logic Error

Featured Replies

Posted

Is there something wrong here?

          {{if $record->customFieldDisplayByKey('metodo_de_preparo') OR
          $record->customFieldDisplayByKey('tempo_ao_fogo') OR
          $record->customFieldDisplayByKey('tempo_total_de_preparo') OR
          $record->customFieldDisplayByKey('porcoes')
          }}
          HTML to display
          {{endif}}

The system is returning:

Error code: EX0

 

Is there something wrong here?

          {{if $record->customFieldDisplayByKey('metodo_de_preparo') OR
          $record->customFieldDisplayByKey('tempo_ao_fogo') OR
          $record->customFieldDisplayByKey('tempo_total_de_preparo') OR
          $record->customFieldDisplayByKey('porcoes')
          }}
          HTML to display
          {{endif}}

The system is returning:

Error code: EX0

 

​.

I think "customFieldDisplayByKey" is taking 2 values ..

something like this ..

 

$record->customFieldDisplayByKey('FIELD-KEY', 'display')

 

.

  • Author

I have ignored the second value before. It's not the problem...

 

:cry:

  • Author

I have solved it: you cannot add new line inside {{ }}. The php code has to be written straight.

I have solved it: you cannot add new line inside {{ }}. The php code has to be written straight.

​.

I think I might had struggled with that one before  :)  ..   that solved it  ..

 

.

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.