All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I want to add loader untill multiple products removing from cart?
how can i do that can anyone help ?
Hi @hetarthee23,
You can use JavaScript addEventListener()
Look for the class name of the remove button and use the event listener to display a loading gif. Another option is to hook onto Ajax calls.
I am using checkout Ui extension, so i can't use addEventListener() & class .
Do you have any solution using checkout Ui extension ?