Missing confirm dialog before remove product from cart
See original GitHub issueWould be great to add confirm dialog with message like Are you sure you would like to remove this item from the shopping cart? Y/N
Issue Analytics
- State:
- Created 6 years ago
- Comments:7
Top Results From Across the Web
Missing confirm dialog before remove product from cart #854
Maybe better approach would be notification similar to the one when the item is added to cart but with "retry" button? 1
Read more >How to Remove the Shopping Cart Delete Item Confirmation
The dialog is invoked either by confirm(dialogMsg) on line 215 or by spModal.confirm(dialogMsg) on line 227 inside the "c.removeItem" function ...
Read more >Delete confirmation dialog when decreasing quantity to 0 ...
The above script it's the one used to show the confirmation dialog when clicking on the product delete icon. I'm trying to modify...
Read more >Show Confirming Message before removing item in the cart
I want to show confirming message before removing item in the cart. I tried : jQuery(function ($) { $(".remove").click(function (event) { if (!confirm("Are ......
Read more >Users misunderstand "Remove” checkbox on cart page - Drupal
When viewing their cart contents two of four participants clicked the "Remove" box next to the item, as if to confirm the selection....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Maybe better approach would be notification similar to the one when the item is added to cart but with “retry” button?
I agree with @filrak.