What's your biggest current challenge? Have your say in Community Polls along the right column.

Remove multiple products from cart together

Remove multiple products from cart together

TestBinary
Shopify Partner
4 0 1

I want to add loader untill multiple products removing from cart?
how can i do that can anyone help ?

Replies 2 (2)

AchieveApplabs
Shopify Partner
169 6 7

Hi @TestBinary,

 

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.

Sam @ Achieve Applabs.
https://achieveapplabs.com
TestBinary
Shopify Partner
4 0 1

I am using checkout Ui extension,  so i can't use addEventListener() & class .
Do you have any solution using checkout Ui extension ?