diff --git a/templates/catalog/_partials/miniatures/product.tpl b/templates/catalog/_partials/miniatures/product.tpl
index 316eb88cf..b2b2b07c1 100644
--- a/templates/catalog/_partials/miniatures/product.tpl
+++ b/templates/catalog/_partials/miniatures/product.tpl
@@ -135,6 +135,10 @@
{/block}
+ {block name='product_reviews'}
+ {hook h='displayProductListReviews' product=$product}
+ {/block}
+
{block name='product_price'}
{if $product.show_price}
diff --git a/templates/checkout/_partials/steps/payment.tpl b/templates/checkout/_partials/steps/payment.tpl
index dfa648c71..883763ff9 100644
--- a/templates/checkout/_partials/steps/payment.tpl
+++ b/templates/checkout/_partials/steps/payment.tpl
@@ -109,6 +109,8 @@
{/if}
+ {hook h='displayCheckoutBeforeConfirmation'}
+
{if $show_final_summary}
{include file='checkout/_partials/order-final-summary.tpl'}
{/if}