bootic: variantes en product_item.html

<div class="invisible"> <ul class="variantes"> {% for variant in product_item.variants %} <li id="i-{{ variant.id }}" value="{{ variant.id }}" {% unless variant.is_available %} class="na" {% endunless %} >{{ variant.title }}</li> {% endfor %} </ul> </div>

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.