{% if product_type %}
{% elsif collection.slug == 'mantas-paseos' %}
<ul id="images-types" class="">
{% for tipo in collection.product_types %}
<li>
<a class="img" title="{{ tipo.name }}" href="{{ collection.url }}{{ tipo.url }}">
<img alt="{{ tipo.name }}" src="{{ tipo.slug | asset_url }}-tipo.jpg?123"></a>
<div class="text">
<h4><a title="Ir a {{ tipo.name }}" href="{{ collection.url }}{{ tipo.url }}">{{ tipo.name }}</a></h4>
</div>
</li>
{% endfor %}
</ul>
{% endif %}
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.