Eggplant Studios - Custom Website Design and Development

WooCommerce Variations Add-To-Cart Grid

$20.00

Let your shoppers easily add multiple WooCommerce Product Variations to their cart, all at once!

This plugin adds a Grid Style layout to your variable products, using up to three Attributes (Note: Any more than 3 might get a little crazy). Users can select the quantities they wish to purchase from multiple variations, and batch them all to their cart – a great way to do “bulk” style ordering!

Check out a Sample Grid!

SKU: EPSVAR180 Category:

Description

What does this plugin do?

This plugin turns the WooCommerce Variable product default purchasing form into a Grid (or ‘table’), which is much easier to use, and allows bulk add-to-cart functionality. A necessary plugin for just about any store!

What does it cost?

We know that a lot of plugins are free – but we hope that this plugin saves you a bunch of hours of work, and helps increase your sales so much, that you’ll make up the cost almost immediately. If you plan to use this plugin on multiple sites, we hope you will continue to re-purchase to help support us!

Install

After purchasing and receiving your copy of WooCommerce Variations Add-To-Card Grid download the ZIP file that will arrive in your email. Unzip and upload the contained folder into your WordPress Plugins directory.

Log in to your WordPress Website and active the plugin. WooCommerce is REQUIRED for this plugin – be sure you have it installed too! This plugin is best used on the newest version of WooCommerce – please ensure it’s updated.

How to Use

A new tab will appear for Variable Products (at the bottom), where you can do some simple configuration:

  1. Enable Variations Grid – Choose the type of grid you want to display
    1. Bulk: Shows a full grid, set quantities and add them all at once to the cart
    2. Single: Shows a full grid, add to cart individually
    3. Singular Add to Cart: Simple add-to-cart button for quantities of 1
    4. Primary Attribute: Set a primary attribute, which will filter the grid.
  2. Show Thumbnails – If you would like thumbnails with your Grid, turn this on too
  3. Show SKUs – If you would like SKUs with your Grid, check this box
  4. Show Stock – If you would like to show your current stock with your Grid, this is for you.

Frequently Asked Questions

How many attributes can this handle? Theoretically? As many as you want. But WooCommerce Variations Add-To-Cart Grid works best with 2 or 3 attributes.

How do I order the grid? In the attributes panel, you can re-order your attributes, just click and drag! The Grid will reflect your changes when you save. You can also choose to order the variations from the Order By dropdown.

Can I add custom Columns? Yep! Use the following code as an example:

add_action('eps_variations_grid_headings', function( $variations, $primaryAttr, $gridType ){
	// priority 10 is thumbnail
	// priority 20 is attributes
	// priority 30 is sku
	// priority 40 is price
	// priority 50 is add-to-cart actions
	echo "<th>Custom Field Heading</th>";
}, 41, 3);

add_action('eps_variations_grid_rows', function( $gridType, $variation){
	echo "<td>Custom Field Value</td>";
}, 41, 2);

 

WooCommerce Plugin Combinations

This plugin works with the Majority of WooCommerce plugins. We’ve specifically added integrations for:

If you find a plugin combination that is not supported, please let us know – we’ll add an integration for you!

Support

Support is limited – but I do care. I’d love to hear your suggestions, bugs, or general compliments/complaints. please email plugins@eggplantstudios.ca with your comments.

Available Actions


eps_variations_grid_headings
eps_variations_grid_rows
variations_grid_2d_attribute_row_label
eps_variations_before_grid
eps_variations_after_grid

Available Filters


variations_grid_2d_attribute_label
eps_variations_grid_sku_label
eps_variations_grid_thumbnail_label

Reviews

There are no reviews yet.

Be the first to review “WooCommerce Variations Add-To-Cart Grid”

Your email address will not be published. Required fields are marked *

Eggplant Studios - Custom Website Design and Development
Creating custom web solutions and happy clients since 2002
COPYRIGHT ©
2025
Eggplant Studios
- ALL RIGHTS RESERVED
LOGIN