From a418db518bf37115cb478e622e2da1ec033b7857 Mon Sep 17 00:00:00 2001 From: pushuo Date: Tue, 27 Jun 2023 02:37:03 +0000 Subject: [PATCH] !143 add product-page hook * add product hook --- themes/default/product/product.blade.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/default/product/product.blade.php b/themes/default/product/product.blade.php index f51c4fb3..0255630b 100644 --- a/themes/default/product/product.blade.php +++ b/themes/default/product/product.blade.php @@ -196,6 +196,7 @@ {{ __('admin/attribute.index') }} @endif + @hook('product.tab.after.link')
@@ -218,6 +219,7 @@ @endforeach
+ @hook('product.tab.after.pane')