• Hi!
    I’ve installed the WooCommerce plugin, however when I add variations to my product, the “add to cart” button disappears.
    Moreover, I don’t have the option to add more than 1 item into my cart.

    I’ve already read the threads from previous years and tried some of the tips mentioned there, but none of them worked.

    This is the page I’m talking about: Fashion Artista

    I tried inspecting the page and found that there is a fault in jquery which might be the reason. However, I don’t know how to fix it. I tried replacing the jqurey file with one from a different website or deleting the faulty code but its all not working.

    I would really appreciate your help!
    Thanks in advance,
    Tatjana

Viewing 2 replies - 1 through 2 (of 2 total)
  • Geoffrey Shilling

    (@geoffreyshilling)

    Volunteer Moderator

    Unfortunately, I don’t have much experience with WooCommerce to be able to provide any suggestions myself, but you may have better luck in the WooCommerce Support Forum; someone with more knowledge of WooCommerce may be more likely to see your question there. Sorry I’m not more help other than that. Good luck!

    if you use a plugin that moves javascript to the bottom of the page to speed up the page loads, just disable it.
    try to put your js code after jQuery library is loaded.

    example

    <head>
    <script src="jquery-1.11.3.min.js"></script>
    <script> your js  </script>
    </head>

    If the product has variables, and when the option is fill that will enable AJAX add to cart buttons on product archives in the woocommerce settings, the button div will be revealed to the user once all the selections are made.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add Cart button disappears when I have variations on WooCommerce’ is closed to new replies.