Woocommerce - Multiple variations with 1 add to cart button - wordpress

I am wondering if there is a possibility for a single "add to cart" button that can be used for multiple product variations at once? I need to simplify my product page, and any suggestions would be great.

There's a plugin for that....
http://www.woothemes.com/products/bulk-variation-forms/

Related

Separating the variable and add to cart button

I am using the plugin Variation Swatches for WooCommerce and want to seperate these swatches from the Add to Cart button.
I'm working on a new design for my product page but I want to put these 2 into different columns.
Does anyone know how to achieve this?
All help is welcome
I've already tried making 2 buttons where on 1 I hide the button and on the other one I hide the variations.

Add continue shopping button at woocommerce store category

Help me I'm looking around, but I still don't find what I need, add another button on my woocomerce store page with the option to add to cart and continue shopping without leaving the page
Here's an example of what I need:

WooCommerce hide add to cart for specific product variations

I want the Add to Cart function in WooCommerce to be completely hidden for specific production variations. I have a product offer (request a quote) plugin which in some cases I want to be used.
For example, a t-shirt in xl and green should be possible to be bought, but if there needs to be a print on it (I got variations for a print in 1, 2 or 3 colors), I want people to use the "request an offer button". So to hide the add to cart button would be great.
I saw the next post, however this one still shows the add to cart button (and doesn't seem to work for me)
Hide Add to Cart button in Woocommerce product variations for a specific attribute value

WooCommerce: Custom Template for Grouped / Bundled Products

I created a page using a combination of Woocommerce and Advanced Custom Fields ACF to achieve a product list with a very complex layout. Products might appear more than once but can only be bought once and other weird stuff. The products are pulled in using ACF post objects within a repeater field.
I also managed to display an add to cart button for each product using the [products] shortcode provided by woocommerce.
What I would love to have now is a an "Add all products to cart"-button to buy all products on this page instead of adding them to the cart individually.
I already tested woocommerce grouped and bundled products, but I need much more flexibility in terms of layout. The hooks provided to adjust the layout are not flexible enough.
Any help is appreciated! Thanks!
You could use some jQuery. Have a custom button that when clicked it triggers the 'add to cart button' on all the products?
Something like
$('.addall').on('click', function() {
$('.product').each(function(){
$(".addToCart", this).trigger( "click" );
});
});
Simple fiddle to show trigger working.

Wordpress woocommerce

hey all in woo commerce plugin i add product that is variable product that is watch in different color that is good, but on from end when i show that product drop down of variation product is come but when i choose any attribute from it then related product not display only featured image display as i set when add product.
Any solution??
is there any setting from coding or functions.php file for displaying variation product and also add cart button not display on that product.
if you have any solution then please answer me.
Thank You
On the Variations tab, if you click one of the variations you have added, it will drop down more details. Then you can click the square under SKU to add a photo.

Resources