Okay
  Public Ticket #2322361
Quick add to cart
Closed

Comments

  • Giaho started the conversation

    Hello, I have some products on the page and the products are variable products with different sizes so if I press on the function quick add to cart it dosen;t show me an option so i can chose the size and i dont know how to enable that. If that is not posibile Is better to remove it and I dont know where I can do that. Thank you

  •  675
    Neuron replied

    Hi Hogia,

    By default WooCommerce doesn't have that feature, so the variable products are not added automatically.

    You can reach that via this plugin.

    https://wordpress.org/plugins/woocommerce-ajax-add-to-cart-for-variable-products/

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Giaho replied

    Thank you!

  • Giaho replied

    and how do I remove the the quick add to cart button from the thumbnail? That blugin dosen;t work :( is not showing the sizes when i press the add to cart button on the thumbnail

  •  675
    Neuron replied

    Hi Hogia,

    Unfortunately, I was not able to test it further, sorry. I will do some research if I can find something, if you can add add to cart directly to the variable products.

    You can add it on Appearance > Customize > Additional CSS to hide the shop add to cart.

    .shop .product-holder .add_to_cart_button {
        display: none !important;
    }

    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.