Merge pull request #6284 from Sanjaybhattwebkul/mini-cart-ui-issue

Issue #6283 fixed
This commit is contained in:
Jitendra Singh 2022-04-11 17:34:59 +05:30 committed by GitHub
commit babd17b07c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@
{!! view_render_event('bagisto.shop.checkout.cart-mini.item.quantity.before', ['item' => $item]) !!}
<div class="item-qty">Quantity - {{ $item->quantity }}</div>
<div class="item-qty">Quantity : {{ $item->quantity }}</div>
{!! view_render_event('bagisto.shop.checkout.cart-mini.item.quantity.after', ['item' => $item]) !!}