diff --git a/themes/default/product.blade.php b/themes/default/product.blade.php index d29a5e68..5bc67dca 100644 --- a/themes/default/product.blade.php +++ b/themes/default/product.blade.php @@ -122,6 +122,7 @@ @if ($product['active'])
@hook('product.detail.buy.before') + @hookwrapper('product.detail.quantity')
@@ -129,25 +130,32 @@
+ @endhookwrapper + @hookwrapper('product.detail.add_to_cart') + @endhookwrapper + @hookwrapper('product.detail.buy_now') + @endhookwrapper @hook('product.detail.buy.after')
+ @hookwrapper('product.detail.wishlist')
+ @endhookwrapper @else
{{ __('product.has_been_inactive') }}
@endif