cart: add confirmation popup for clear btn

This commit is contained in:
2026-01-14 15:35:58 +03:00
parent 41605781f4
commit a0e558d416
3 changed files with 41 additions and 20 deletions

View File

@@ -213,6 +213,12 @@
"cancel": "Cancel",
"success": ",Item removed from cart"
},
"clearCartConfirmation": {
"title": "Clear Cart",
"content": "Are you sure you want to clear the cart?",
"confirm": "Clear",
"cancel": "Cancel"
},
"quantity": "Quantity",
"price": "Price",
"perItem": "Per Item",