♻️ Add onclick action alert
This commit is contained in:
parent
38f0edcf2f
commit
5bf631ffb9
|
|
@ -206,6 +206,7 @@
|
|||
|
||||
<a
|
||||
class="theme-btn light fs16 text-center"
|
||||
onclick="return confirm('{{ __('shop::app.checkout.cart.confirm-action') }}')"
|
||||
href="{{ route('cart.remove.all.items') }}">
|
||||
{{ __('shop::app.checkout.cart.remove-all-items') }}
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue