Skip to content

Commit

Permalink
feat: add 2 old hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
tblivet committed Oct 17, 2023
1 parent 70c54c1 commit 5e17e46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/catalog/_partials/miniatures/product.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@
</div>
{/block}

{block name='product_reviews'}
{hook h='displayProductListReviews' product=$product}
{/block}

<div class="{$componentName}__prices">
{block name='product_price'}
{if $product.show_price}
Expand Down
2 changes: 2 additions & 0 deletions templates/checkout/_partials/steps/payment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@
</form>
{/if}

{hook h='displayCheckoutBeforeConfirmation'}

{if $show_final_summary}
{include file='checkout/_partials/order-final-summary.tpl'}
{/if}
Expand Down

0 comments on commit 5e17e46

Please sign in to comment.