Skip to content

Commit

Permalink
fix: incorrect address call
Browse files Browse the repository at this point in the history
  • Loading branch information
tblivet committed Apr 26, 2024
1 parent 3186a65 commit b315255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/checkout/_partials/order-final-summary.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<div class="address__content col-10">
<p class="address__alias h6 card-title">{l s='Your Invoice Address' d='Shop.Theme.Checkout'}</p>

<address class="address__content">{$customer.addresses[$cart.id_address_delivery]['formatted'] nofilter}</address>
<address class="address__content">{$customer.addresses[$cart.id_address_invoice]['formatted'] nofilter}</address>

<div class="address__actions">
<a
Expand Down

0 comments on commit b315255

Please sign in to comment.