Skip to content

Commit

Permalink
Merge pull request #556 from tblivet/issue-555
Browse files Browse the repository at this point in the history
[ISSUE-555] Add old hooks from classic theme
  • Loading branch information
ga-devfront authored Oct 18, 2023
2 parents 70c54c1 + 5e17e46 commit fe47af7
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 fe47af7

Please sign in to comment.