Shopify themes, liquid, logos, and UX
How do i make missing line item text only display when unfulfilled items? I don't want it to display when removed items on order.
{% unless includes_all_line_items_in_order %}
<hr class="subdued-separator">
<p class="missing-line-items-text ">
Unfulfilled items text.</p>
{% endunless %}
I would just comment it out, like this:
{% comment %}
{% unless includes_all_line_items_in_order %}
<hr class="subdued-separator">
<p class="missing-line-items-text ">
Unfulfilled items text.</p>
{% endunless %}
{% endcomment %}
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025