← back to Dw Theme Patches
TK-12166/patch.diff
12 lines
--- product-description-meta.liquid.backup 2026-09-24 13:57:08
+++ product-description-meta.liquid 2026-09-24 13:57:16
@@ -73,6 +73,8 @@
{% if pkg != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Packaged</span><span class="dw-spec-value">{{ pkg }}</span></div>{% endif %}
{% if uom != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Unit</span><span class="dw-spec-value">{{ uom }}</span></div>{% endif %}
{% if coo != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Origin</span><span class="dw-spec-value">{{ coo }}</span></div>{% endif %}
+ {% comment %} TK-12166 — Lead Time row, Brand McKenzie ONLY (Steve approved option A, vendor-scoped). {% endcomment %}
+ {% if product.vendor == 'Brand McKenzie' %}{% assign lt = product.metafields.global.lead_time.value | default: product.metafields.custom.delivery_time.value %}{% if lt != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Lead Time</span><span class="dw-spec-value">{{ lt }}</span></div>{% endif %}{% endif %}
{% if dur != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Wyzenbeek</span><span class="dw-spec-value">{{ dur }}</span></div>{% endif %}
{% if mart != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Martindale</span><span class="dw-spec-value">{{ mart }}</span></div>{% endif %}
{% if abr != blank %}<div class="dw-spec-row"><span class="dw-spec-label">Abrasion</span><span class="dw-spec-value">{{ abr }}</span></div>{% endif %}