!143 add product-page hook

* add product hook
This commit is contained in:
pushuo 2023-06-27 02:37:03 +00:00 committed by Edward Yang
parent 13285c6cbc
commit a418db518b
1 changed files with 2 additions and 0 deletions

View File

@ -196,6 +196,7 @@
{{ __('admin/attribute.index') }} {{ __('admin/attribute.index') }}
</a> </a>
@endif @endif
@hook('product.tab.after.link')
</div> </div>
<div class="tab-content"> <div class="tab-content">
<div class="tab-pane fade show active" id="product-description" role="tabpanel"> <div class="tab-pane fade show active" id="product-description" role="tabpanel">
@ -218,6 +219,7 @@
@endforeach @endforeach
</table> </table>
</div> </div>
@hook('product.tab.after.pane')
</div> </div>
</div> </div>
</div> </div>