Hi there,
I’ve added a checkbox to my products, but it doesn’t seem to work consistently. Sometimes it’ll return a true/false, but other times it simply returns blank.
Is this a bug? Is it something I’ve not done properly when adding the checkbox?
Hi there,
I’ve added a checkbox to my products, but it doesn’t seem to work consistently. Sometimes it’ll return a true/false, but other times it simply returns blank.
Is this a bug? Is it something I’ve not done properly when adding the checkbox?
Nevermind… The issue is the text for the checkbox is: “Would you like a reusable plastic lid to reseal your coffee?” which proves to be too much text for people on mobile browsers, so the checkbox itself isn’t visible and people are therefore unsure whether they’ve ticked it or not.
I’ve shortened the text… not ideal, but it’ll do.
Thanks for the update, you might be able to tweak this by overriding our stylesheet. Any CSS rules in the cart can be overridden on your site.
Turns out the problem isn’t fixed… It’s pretty confusing to be honest - some show “true”, some “false”, and some nothing at all. Is there any reason for this? I’m assuming if it shows blank then it means “false” as the box isn’t ticked, but why doesn’t it simply return “false” instead of leaving it blank.