{{ blog.title | link_to: blog.url }} — {{ current_tags.first }}
{% else %}{{ blog.title }}
{% endif %} {% for article in blog.articles %}{{ article.title }}
{% capture date %}{% endcapture %} {% capture author %}{{ article.author }}{% endcapture %} {{ 'blogs.article.author_on_date_html' | t: author: author, date: date }}
{{ article | img_url: '1024x1024' | img_tag: image_alt, 'article__image' | link_to: article.url }}
{% endif %} {% if article.excerpt.size > 0 %} {{ article.excerpt }} {% else %}{{ article.content | strip_html | truncatewords: 100 }}
{% endif %}-
{% if blog.comments_enabled? %}
- {{ 'blogs.comments.with_count' | t: count: article.comments_count }} {% endif %} {% include 'tags-article' %}
{{ 'blogs.article.read_more' | t }} →
{% endfor %} {% if paginate.pages > 1 %}{{ 'customer.account.title' | t }}
{{ 'layout.customer.log_out' | t | customer_logout_link }}{{ 'customer.orders.title' | t }}
{% paginate customer.orders by 20 %} {% if customer.orders.size != 0 %}{{ 'customer.orders.order_number' | t }} | {{ 'customer.orders.date' | t }} | {{ 'customer.orders.payment_status' | t }} | {{ 'customer.orders.fulfillment_status' | t }} | {{ 'customer.orders.total' | t }} |
---|---|---|---|---|
{{ order.name | link_to: order.customer_url }} | {{ order.created_at | date: format: 'month_day_year' }} | {{ order.financial_status_label }} | {{ order.fulfillment_status_label }} | {{ order.total_price | money }} |
{{ 'customer.orders.none' | t }}
{% endif %} {% if paginate.pages > 1 %}{{ 'customer.account.details' | t }}
{{ customer.name }}
{% if customer.default_address != nil %}
{{ customer.default_address.address1 }}
{% if customer.default_address.address2 != "" %}
{{ customer.default_address.address2 }}
{% endif %}
{% if customer.default_address.city != "" %}
{{ customer.default_address.city }}
{% endif %}
{% if customer.default_address.province_code != "" %}
{{ customer.default_address.province_code | upcase }}
{% endif %}
{% if customer.default_address.zip != "" %}
{{ customer.default_address.zip | upcase }}
{% endif %}
{% if customer.default_address.country != "" %}
{{ customer.default_address.country }}
{% endif %}
{% if customer.default_address.phone != "" %}
{{ customer.default_address.phone }}
{% endif %}
{{ 'customer.account.view_addresses' | t }} ({{ customer.addresses_count }})