Skip to content

Commit

Permalink
feat(orders) ORDERS-4645 Minor formatting update
Browse files Browse the repository at this point in the history
  • Loading branch information
WillemHoman committed Jun 15, 2022
1 parent 963fd80 commit 07e791b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@
"ship_to": "Ship To",
"ship_to_multi": "Items shipped to {street}, {city}, {state}, {zip}, {country}",
"ship_to_multi_text": "Order will be shipped to multiple addresses",
"pickup_from": "Pickup From",
"pickup_details": "Pickup Details",
"bill_to": "Bill To",
"how_to_pay": "Here's how to pay for your order:",
"order_details": "Order Details",
Expand Down
5 changes: 2 additions & 3 deletions templates/pages/account/orders/invoice.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,9 @@ <h3>{{lang 'account.orders.details.ship_to'}}</h3>
{{#if order.pickup_address}}
{{#unless order.has_multiple_shipping_addresses}}
<div class="ShippingAddress">
<h3>{{lang 'account.orders.details.pickup_from'}}</h3>
<h3>{{lang 'account.orders.details.pickup_details'}}</h3>
<ul>
<li><strong>{{order.pickup_address.name}}</strong></li>
<li>{{order.pickup_address.line1}}</li>
<li><strong>{{order.pickup_address.line1}}</strong></li>
<li>{{order.pickup_address.line2}}</li>
<li>{{order.pickup_address.city}}, {{order.pickup_address.state}} {{order.pickup_address.zip}}</li>
<li>{{order.pickup_address.country}}</li>
Expand Down

0 comments on commit 07e791b

Please sign in to comment.