diff --git a/themes/default/product/product.blade.php b/themes/default/product/product.blade.php
index f903f0bd..918c4666 100644
--- a/themes/default/product/product.blade.php
+++ b/themes/default/product/product.blade.php
@@ -134,6 +134,7 @@
@if ($product['active'])
@hook('product.detail.buy.before')
+ @hookwrapper('product.detail.quantity.input')
+ @endhookwrapper
+ @hookwrapper('product.detail.add_to_cart')
+ @endhookwrapper
+ @hookwrapper('product.detail.buy_now')
+ @endhookwrapper
@hook('product.detail.buy.after')
@if (current_customer() || !request('iframe'))
-
-
-
+ @hookwrapper('product.detail.wishlist')
+
+
+
+ @endhookwrapper
@endif
@else
{{ __('product.has_been_inactive') }}
@endif
+
@hook('product.detail.after')