This commit is contained in:
jitendra 2022-04-05 13:57:59 +05:30
parent f04dc46709
commit 5a702b11b0
1 changed files with 4 additions and 0 deletions

View File

@ -87,6 +87,10 @@
<div class="item-qty">Quantity - {{ $item->quantity }}</div>
{!! view_render_event('bagisto.shop.checkout.cart-mini.item.quantity.after', ['item' => $item]) !!}
<div class="item-remove">
<a href="{{ route('shop.checkout.cart.remove', $item->id) }}" onclick="removeLink('{{ __('shop::app.checkout.cart.cart-remove-action') }}')">{{ __('shop::app.checkout.cart.remove-link') }}</a>
</div>
</div>
</div>