Skip to content

Commit

Permalink
Merge pull request #620 from tblivet/fix-incorrect-address-call
Browse files Browse the repository at this point in the history
Fix: incorrect address call
  • Loading branch information
Hlavtox authored Apr 30, 2024
2 parents 3186a65 + b315255 commit d336145
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 d336145

Please sign in to comment.