Relative Content

Tag Archive for emailshopifyshopify-liquid

Sort by title – Shopify

{% for line in subtotal_line_items **| sort: “line.product.title”** %} {% if line.quantity < line.quantity %} {% capture line_display %} {{ line.quantity }} di {{ line.quantity }} {% endcapture %} {% else %} {% assign line_display = line.quantity %} {% endif %} etc. etc. DOESNT WORK – this code its a part of email confirmation order […]

Sort by title – Shopify

{% for line in subtotal_line_items **| sort: “line.product.title”** %} {% if line.quantity < line.quantity %} {% capture line_display %} {{ line.quantity }} di {{ line.quantity }} {% endcapture %} {% else %} {% assign line_display = line.quantity %} {% endif %} etc. etc. DOESNT WORK – this code its a part of email confirmation order […]