gdmartino Posted October 24, 2022 Share Posted October 24, 2022 (edited) Added 2 new products to a visible store. Made the products visible. Everything is live. Product has a date and time variant. Customer cannot purchase ticket as when clicking "add to card" the error message: UNABLE TO ADD ITEM Please select the Time option" comes up even though time option has been selected. PLEASE HELP Edit: I removed this code from the header in the code injection and it fixed the problem. Not sure what the code is for though: <meta name="facebook-domain-verification" content="9yo1x640q1h4kvn1g2rezsndnpvc0x" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script> $(window).on('load', function() { $("select").each(function() { var variabletext = $(this).attr("aria-label"); variabletext = variabletext.replace("Select ", ""); $(this).attr("aria-label",variabletext); $(this).find("option:first-child").val(variabletext); $(this).parent().attr("data-text",variabletext); }) }); </script> I added that a while ago and I'm not sure what it does. Edited October 25, 2022 by gdmartino Link to comment
tuanphan Posted October 27, 2022 Share Posted October 27, 2022 Hi, Can you share link to event where you have problem? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment