!93 【WIP】增加hook

* hook about multiseller
This commit is contained in:
mengwb 2023-05-10 10:35:48 +00:00 committed by Edward Yang
parent f60aa84886
commit 0b6609b419
1 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,7 @@
@endif
</div>
<div class="product-bottom-info">
@hook('product_list.item.name.before')
<div class="product-name">{{ $product['name_format'] }}</div>
<div class="product-price">
<span class="price-new">{{ $product['price_format'] }}</span>
@ -57,4 +58,4 @@
</div>
@endif
</div>
</div>
</div>