Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi @wizard247,
    there isn’t any particular setting for using this plugin in IE11, did you checked the console in order to see if some error happened?

    Wizard,

    I don’t know if this is still open for you bit I encountered this bug as well today.

    As it happens to be it’s originated in

      ywgc-frontend.js
    function show_hide_add_to_cart_button() {
            var current_selection = $(".gift-cards-list select");
    
            if (!(current_selection.val())) {
                $("div.single_variation_wrap").css('display', 'none');
            }
            else {
                $("div.single_variation_wrap").css('display', 'initial');
            }
        }

    If you change initial to block it will also work in IE11.

    YITH please take note of this too, so I dont have to change it with each update ??

    • This reply was modified 8 years, 3 months ago by visuality.
    Thread Starter wizard247

    (@wizard247)

    Thank you @visuality – yes, it is still an issue. For now have disabled this plugin and using a work-around but would like to get back to this eventually.

    Thanks for sharing.

    Wizard247

    Hi I’m having the same issue, where do I amend the code above. I could not find it on my server?

    Many Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Add to Cart button not showing in IE 11’ is closed to new replies.