♻️ Add onclick action alert

This commit is contained in:
David Galet 2022-03-29 18:19:41 +02:00
parent 38f0edcf2f
commit 5bf631ffb9
1 changed files with 1 additions and 0 deletions

View File

@ -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>