ansal Posted April 2, 2017 Report Posted April 2, 2017 Hello, I need to use an if statement in my email template to compare two values using "equal to" how can i do that ? {% if id = 1 %} This will print out if $id = 1 {% endif %}
Question
ansal
Hello,
I need to use an if statement in my email template to compare two values using "equal to" how can i do that ?
{%
if
id = 1 %}
This will
print
out
if
$id
= 1
{%
endif
%}
1 answer to this question
Recommended Posts