From 3b4ec885ee9f4eb8d2e1e12a4d33cb4eead571bf Mon Sep 17 00:00:00 2001 From: mfaris9 Date: Fri, 8 May 2026 10:36:15 -0400 Subject: [PATCH 1/2] TRAC-633: Update 'Ship to' copy --- lang/en.json | 2 +- templates/components/account/order-contents.html | 16 +++++++--------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/lang/en.json b/lang/en.json index d7c996e1ad..6234f8b366 100755 --- a/lang/en.json +++ b/lang/en.json @@ -360,7 +360,7 @@ "heading": "Order #{number}", "order_contents": "Order Contents", "ship_to": "Ship To", - "ship_to_multi": "Items shipped to {street}, {city}, {state}, {zip}, {country}", + "ship_to_multi": "Ship to {street}, {city}, {state}, {zip}, {country}", "ship_to_multi_text": "Order will be shipped to multiple addresses", "pickup_details": "Pickup Details", "bill_to": "Bill To", diff --git a/templates/components/account/order-contents.html b/templates/components/account/order-contents.html index 7f7cc345d9..7004f4f55d 100644 --- a/templates/components/account/order-contents.html +++ b/templates/components/account/order-contents.html @@ -2,15 +2,13 @@

{{lang 'account.orders.details.order_contents'}}

{{#each order.items}} - {{#if shipping_rows.length}} - {{#each shipping_rows}} - {{#if is_shipping}} -
  • - -
  • - {{/if}} - {{/each}} - {{/if}} + {{#each shipping_rows}} + {{#if is_shipping}} +
  • + +
  • + {{/if}} + {{/each}}