Skip to content

Commit

Permalink
Merge pull request #6284 from Sanjaybhattwebkul/mini-cart-ui-issue
Browse files Browse the repository at this point in the history
Issue #6283 fixed
  • Loading branch information
jitendra-webkul committed Apr 11, 2022
2 parents cfd2821 + c458d93 commit babd17b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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]) !!}

Expand Down

0 comments on commit babd17b

Please sign in to comment.