Manufacturer List
The manufacturer_list
object describes a list of manufacturers in the store. Use this object to access all manufacturers.
Usage Example
{%- comment -%} List all manufacturers {%- endcomment -%}
<ul>
{% for manufacturer in manufacturer_list.all %}
<li>{{ manufacturer.name }}</li>
{% endfor %}
</ul>
Properties
all
List all available manufacturers in the store.
size
Returns the number of manufacturers in the list.
Last updated on