İdeasoft temamızda bir editleme yapmak istiyoruz. Stok sıfırsa fiyat gizleme. Bunun için denediğim kod şu hata nedir acaba
{% elseif product.stockAmount == 0 %}
<div class="product-price-old" style="display:none;"></div>
{% endif %} 6
●129
{% elseif product.stockAmount == 0 %}
<div class="product-price-old" style="display:none;"></div>
{% endif %} {% elseif product.stockAmount == 0 %}
<div class="product-price-old" style="display:none;">
{{ product.priceWithTax(preferences.default_currency) | money }} {{ preferences.default_currency }}
</div>
{% else %}
<div class="product-price-old">
{{ product.priceWithTax(preferences.default_currency) | money }} {{ preferences.default_currency }}
</div>
{% endif %}