Skip to content

Commit

Permalink
Merge pull request #412 from NeOMakinG/issue392
Browse files Browse the repository at this point in the history
Reorder order confirmations hooks
  • Loading branch information
Hlavtox authored Dec 20, 2022
2 parents fe17161 + 6e23beb commit 8a83b96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/checkout/order-confirmation.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
{$HOOK_ORDER_CONFIRMATION nofilter}
{/block}

{block name='hook_order_confirmation_1'}
{hook h='displayOrderConfirmation1'}
{/block}

{block name='order_details'}
<div class="{$componentName}__details card bg-light border-1 mb-3">
<div class="card-body">
Expand Down Expand Up @@ -72,10 +76,6 @@
{/block}
{/if}

{block name='hook_order_confirmation_1'}
{hook h='displayOrderConfirmation1'}
{/block}

{block name='hook_order_confirmation_2'}
{hook h='displayOrderConfirmation2'}
{/block}
Expand Down

0 comments on commit 8a83b96

Please sign in to comment.