Cart
- {{ cart.item_count | pluralize: 'item', 'items' }}
- {{ cart.total | money_with_sign }}
{% if theme.show_search %}
Search
GO
{% endif %}
{% if artists.active != blank %}
Artists
Select an artist...
{% for artist in artists.active %}
{{ artist.name }}
{% endfor %}
{% endif %}
Categories
- All
{% for category in categories.active %}- {{ category | link_to }}
{% endfor %}
{% if theme.show_newest %}
Newest Products
{% for product in products.newest limit:5 %}- {{ product | link_to }}
{% endfor %}
{% endif %}
{% if theme.show_top_selling %}
Top Selling
{% for product in products.top_selling limit:5 %}- {{ product | link_to }}
{% endfor %}
{% endif %}
{% if theme.show_products_feed %}
{% endif %}
Info
{% for page in pages.all %}- {{ page | link_to }}
{% endfor %}- {{ pages.contact | link_to }}