Viewing 5 reply threads
You must be logged in to reply to this topic.
I’m using your theme with Woocommerce. I updated some of the files through the system status to correct some issues with the shopping cart button not showing when I want to display product attributes, and now it’s fixed. However, when I choose one of those product attributes (small, medium or large) and add it to the cart, it gives me an error at the top saying “Please choose product options,” even though I already did.
Any ideas?
Thanks!
Take a look at:
Hello,
please go to file js/main.js and find this line:
linkElement : 'a:not([target="_blank"]):not([href^=#]):not(.lightbox-gallery):not(.zoom):not(.prettyphoto)'
Replace with this:
linkElement : 'a:not([target="_blank"]):not([href^="#"]):not(.lightbox-gallery):not(.zoom):not(.prettyphoto)'
If the issue persists, send us your wp credentials in a private reply. So we can check it.
Best regards!
Actually, I remember I had tried downloading a cookie fix plugin that I had read about, and I just now de-activated that plugin, and everything works. We’re good! Thanks very much!
You must be logged in to reply to this topic.