Skip to content

Commit

Permalink
Issue bagisto#6283 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjay committed Apr 11, 2022
1 parent 8dc456c commit c458d93
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 c458d93

Please sign in to comment.