商品が属するカテゴリに応じて、 Product.htmlページに if ステートメントを作成できますか? このようなもの:
{% if product.category.name == 'Shirts' %}
<div>Some Content</div>
{% endif %}
ありがとう。
商品が属するカテゴリに応じて、 Product.htmlページに if ステートメントを作成できますか? このようなもの:
{% if product.category.name == 'Shirts' %}
<div>Some Content</div>
{% endif %}
ありがとう。