Hi,
I would like to ask for your help making the checkbox marked automatically instead of people having to check it every time (in my cart and drawer cart).
Can anyone help finding the code ?
https://www.koenigsketten-juwelier.de/cart
Hi,
I would like to ask for your help making the checkbox marked automatically instead of people having to check it every time (in my cart and drawer cart).
Can anyone help finding the code ?
https://www.koenigsketten-juwelier.de/cart
Hello @Daniel19901 ,
Find the html of it and pass a attribute checked in it.
e.g.
My html is
and by default I want to make checkbox checked then my html will be
Thanks