navigaid
0
Q:

use or and in twig statement

//For Multiple Condition
{%if ( fields | length > 0 ) or ( trans_fields | length > 0 ) %}

//If statement
{% if product.stock > 10 %}
   Available
{% elseif product.stock > 0 %}
   Only {{ product.stock }} left!
{% else %}
   Sold-out!
{% endif %}
0

New to Communities?

Join the community