Skip to content

Instantly share code, notes, and snippets.

@radupotop
Created November 30, 2022 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radupotop/81cec3e79819835790f64f04edcfb7eb to your computer and use it in GitHub Desktop.
Save radupotop/81cec3e79819835790f64f04edcfb7eb to your computer and use it in GitHub Desktop.
// Thomann Delete all items from basket.
var items = document.getElementsByClassName('delete-action')
for (var i = 0; i < items.length; i++) {
items[i].click()
}
@danielhauck
Copy link

Why don't we have a chat on how you can implement that in our shop?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment