From 0e9395b98ec20e4deff42a1e312a9db11ee21cf8 Mon Sep 17 00:00:00 2001 From: tanxiaoyong Date: Wed, 14 Jun 2023 11:37:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0hook=20product.detail.quantit?= =?UTF-8?q?y.input=20product.detail.add=5Fto=5Fcart=20product.detail.wishl?= =?UTF-8?q?ist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/default/product/product.blade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/default/product/product.blade.php b/themes/default/product/product.blade.php index 918c4666..f51c4fb3 100644 --- a/themes/default/product/product.blade.php +++ b/themes/default/product/product.blade.php @@ -163,6 +163,7 @@ >{{ __('shop/products.buy_now') }} @endhookwrapper + @hook('product.detail.buy.after')