From b7195e2d01f8e92718bff7ce03a86bec1a6039ca Mon Sep 17 00:00:00 2001 From: tanxiaoyong Date: Mon, 20 Mar 2023 17:43:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0hook?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/default/product.blade.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/default/product.blade.php b/themes/default/product.blade.php index 01a71cf5..0d12ce5a 100644 --- a/themes/default/product.blade.php +++ b/themes/default/product.blade.php @@ -55,12 +55,14 @@ @hookwrapper('product.detail.name')

{{ $product['name'] }}

@endhookwrapper + @hookwrapper('product.detail.price')
@{{ product.price_format }}
@{{ product.origin_price_format }}
+ @endhookwrapper
@hookwrapper('product.detail.quantity')