Code

Discussion on WooCommerce Variations to Table - Grid

Discussion on WooCommerce Variations to Table - Grid

Cart 2,652 sales

nitroweb supports this item

Supported

This author's response time can be up to 5 business days.

1617 comments found.

add to cart doesn’t work. when you click on it it doesn’t do anything. Global Add To Cart works but i don’t like the style of it

Hi jameszako1,

Please post from the account you used to purchase the plugin in order to get support.

Best regards,
Spyros / Nitroweb

add to cart doesn’t work. when you click on it it doesn’t do anything. Global Add To Cart works but i don’t like the style of it

Hi jameszako1,

Please post from the account you used to purchase the plugin in order to get support.

Best regards,
Spyros / Nitroweb

Hello We are interested in purchasing this plugin, we have been analyzing it and we believe that it fits our needs; but we would like pagination to be implemented, since sometimes there are products with a large number of variations, and that makes usability quite difficult in terms of user experience. Is pagination designed, or does it require modifications to the plugin?

Hi amadeli1,

Thank you for contacting us. Unfortunately pagination has not been implemented.

Best regards,
Spyros / Nitroweb

I’ve used the combination of ‘YITH Request a Quote for WooCommerce Premium’, ‘YITH WooCommerce Catalog Mode Premium’, and ‘WooCommerce Variations to Table – Grid’ plugins along with The7 theme in my projects to display ‘Add to Quote’ in place of ‘Add to Cart’ buttons for product variations presented in table format.

In my previous projects this has always worked flawlessly (e.g. https://muottikolmio.fi/tuotteet/rakennustyomaat/malthus-muottivalikkeet/normaalivalujen-valikkeet/). However, now I’m having an issue with the ‘Add to Quote’ buttons being misplaced above the [vartable] in the single product page.

In contrast to my previous projects, the current version of The7 uses Elementor page editor. I wasn’t able get the vartable placed where I want it in the single product page template using the ‘Table Position’ setting, so I used the [vartable] shortcode instead. Not sure if any of this matters, but letting you know.

My new site is not publicly accessible yet. However, you can access it by adding these entries to your /etc/hosts file. Single product: https://termotuote.fi/tuote/termokenka-ja-palkki/

13.48.110.181 termotuote.fi

Switching to ‘Hello Elementor’ standard theme makes no visible difference. Switching to ‘Twenty Twenty-Four’ theme, the ‘Add to Quote’ buttons are placed in the variations table as expected, but the ‘Add to Cart’ buttons remain visible in the same

.

Changing the ’”Add to quote” position on single product page’ option of ‘YITH Request a Quote for WooCommerce Premium’ to ‘Underneath “Add to cart” button’ makes the misplaced ‘Add to Quote’ buttons disappear from the product page and the page looks right BUT they still don’t replace the ‘Add to Cart’ buttons as expected.

Hi guys, always worked fine before but now when using the add to cart, it only adds to cart on page refresh, I am using woodmart theme, are you aware of this issue?

Hi delboy2010,

We do not have this issue on our test environment. Can you please provide a direct a link so we can have a look?

Best regards,
Spyros / Nitroweb

Good day,

I have purchased your plugin today and already experience problems with it. Besides the product image gallery showing a non-stop loading icon and the gallery not displaying, the variations table is also not aligned and stops showing the Add to Car button and all the necessary info further down the list. Please see: https://www.mainlinesportswear.co.za/product/1-1-unisex-berg-bodywarmer/

PS: I have only activated the grid table for the above item for testing.

Should you require the logins for the site, here it is: Link: https://www.mainlinesportswear.co.za/wp-admin Username: liza Password: Lizadp2023#!

Your urgent assistance will be appreciated.

Hello jmgrafixx,

We did disable the “Variation Images Gallery for WooCommerce” plugin and the gallery started to work properly on your installation. This does NOT have something to do with the missing “add to cart” button. These are 2 different things.

The “add to cart” button is missing because the product is set as unavailable (out of stock etc).

If you would still like to get a refund, please apply via Codecanyon. We can not refund you if you don’t apply for a refund.

Best regards, Spyros / Nitroweb

I have just applied for a refund request.

Hello jmgrafixx,

You’ve been refunded. We are sorry the plugin did not work for you.

Best regards,
Spyros / Nitroweb

hello,

I plan to use your plugin WooCommerce Variations to Table – Grid on a wholsale clothes store. So i purchased it on envatoMarket ( https://codecanyon.net/item/woocommerce-variations-to-table-grid/10494620 )

the problem is that when we enable the plugin, we don’t see anymore the quantity form (there is an hidden class added to the div and the form is set to type “hidden”) neither on item pages nor on cart. Do you have any advice about this problem ?

the dev site is available at https://thomas.creaweb.fr/ Other Info :this site also use Elessi theme ( https://themeforest.net/item/elessi-woocommerce-ajax-wordpress-theme/20968615 )

Thank’s in advance Katia Angenon

Hello Katia,

Thank you for contacting us. Can you please post a direct link where we can see the table and the issue? Which form is set to hidden? Which div are you referring to? Any screenshot would also help us resolve this asap.

Best regards,
Spyros / Nitroweb

Hi, pre sale question. I am working on a site where they sell tickets for movies, these movies are events created with “foo events”, some of these events, have more than one date, is it possible that these variations appear in tables?

Hello andante-cl,

Thank you for asking. 99% this will not work. We have not tested the plugin with anything other than normal WooCommerce variable products.

Best regards,
Spyros / Nitroweb

Hello, is it possible to apply a filter or something on the availability text in the grid? I have a custom function that handles the “in stock”, “on backorder” etc. messages for the whole store, I just can’t figure out how to get this string into the variation grid instead of the static text from admin. Thanks

Hi Marek886,

The plugin has its own fields for the text you describe.
However, we have this in place:

$allcolumns = apply_filters( 'vartable_allcolumns', $allcolumns, $value, $attrnames, $product );

so you can code something like:

add_filter( 'vartable_allcolumns', 'my_vartable_allcolumns', 10, 4 );
function my_vartable_allcolumns(  $allcolumns, $value, $attrnames, $product ) {

    if ( isset( $allcolumns['vartable_stock'] ) && $product->get_id() == 10 ) {
        $allcolumns['vartable_stock'] = str_replace( 'In Stock', 'Coming Soon', $allcolumns['vartable_stock'] );
    }

    return  $allcolumns;
}

I hope that this is helpful.

Best regards,
Spyros
Nitroweb Team

Hi Marek886,

I’ve just talked with the development team.
We will release a new version to support the default WooCommerce availability text.
Please give us some time to release a new version.

Best regards,
Spyros
Nitroweb Team

Hello,

We have discovered a plugin conflict while debugging an issue.

Issue description:

While the plugin Woocommerce Variations to Table – Grid is enabled it breaks the functionality of the plugin YITH Waiting List.

Specifically the issue appears in products with variations of which some are “Out of stock” – the Waiting List added by the YITH plugin should be visible, so users of the website can subscribe to an Email telling them when the product or in this case product variation is available on the website.

However when Woocommerce Variations to Table – Grid is enabled the waiting list form added by the YITH plugin does not appear in the product page.

We can provide both administrator and FTP access to the website if it needed further into our conversation.

Best regards,

AlphaBest

Hello AlphaBest,

We have not tested our plugin with YITH Waiting List. We would like to provide compatibility if this is possible.

Are you using the free or the commercial plugin from YITH?

Can you please provide temp FTP access via plugins@nitroweb.gr ?

Best regards,
Spyros

Hello,

We have written to this email plugins@nitroweb.gr and we have been waiting for an answer for three weeks now. Can you check what’s going on and reply to us because our site is not working correctly. The email we wrote from is: support@alfahosting.bg

Regards,

Hello alfahostbg,

We are checking for your email and we will reply asap.

Best regards,
Spyros / Nitroweb

Hello, good, we have a problem on our website with the plugin, currently the variations that are out of stock do not appear any text even having configured in the plugin that the text must be out of stock, while the available ones do appear in green while the out of stock does not appear or appear in red as if on other websites, we have also seen that disabling all the plugins does not fix it either, it does fix the tabs you have in the plugin configuration and that is by disabling the Support Candy tickets plugin.

Hello juanraubeda,

Please let me clarify, does disabling “Support Candy tickets” plugin resolves the issue?

Best regards,
Spyros

Disabling that plugin the only thing that fixes is that the plugin configuration tabs work, but even disabling everything when there are no reservations for a variation no text appears in red, while if there is stock it does, having configured it before.

Hello juanraubeda,

Can you please provide a link to the page with the issue?
In addition, if possible please provide temp FTP access in order to debug this.

You can email us at plugins@nitroweb.gr

Best regards,
Spyros

Hello

i want to sort my variations but i cant find how to do that, the variations in my products editor, sometimes are not in the correct order

i would like to sort by variation name, and at the top the ones with stock, and below the ones without stock

website: https://vapesmayoreo.mx/producto/elf-bar-bc5000-desechable-5000-puffs-10-pack/

can you please help me ?

Hello DanAcosta,

This is a complicated sorting. The only way to do this is to sort them manually either by drag and drop or by clicking and entering a number to sort them. https://prnt.sc/EeRUoHtSAQjU

Best regards,
Spyros

Hello, I have 2 questions:

1- I want change the “Custom Table Head” but I don’t know which is the code I need use. The URL is https://kumetal.com/5-flute-trochoidal-solid-carbide-endmill-high-perfomance-reduced-neck/ I want change “Thumbnail” for “Tool dimensions”.

2- When click the Thumbnail image open zoom but appear 6 images, is possible only appear the Thumbnail image of the variation I click?

Thanks

Hello luisseo,

Thank you for the purchase.

Do you have a child theme installed? The easiest way to do the renaming is to add this code in the functions.php file of your child theme.

add_filter( 'vartable_sortable_filter', 'my_vartable_sortable_filter', 10, 1 );
function my_vartable_sortable_filter( $sortable ) {

    $sortable['vartable_thumb'] = 'Tool dimensions';

    return $sortable;
}

For your 2nd issue, we have released a new version to address it. Please choose the option to NOT group the image in the Pop up options of the plugin :)

Best regards,
Spyros

Hi, I only have “Thumbnail Pop up – Zoom, Linking” and the options for chose are: 1- Do not link to all (but the not open any image) 2- Yes, enable zoom 3- Not, disable zoom

Can you help me for only show the image of this variation product?

Thanks

Hi luisseo,

Do you have the latest version (1.5.6) installed?

You should be able to choose this one: https://prnt.sc/yFJuhEdZQfC2
“Yes, enable zoom, but do not group images”

Best regards,
Spyros

Hi, is there a way to show a “Search tab” ? I have too many variable products… also it crashes…. how can i fix that ? https://ambientedesarrollo.cl/product/hilo-de-bordar-sylko-120-4-000-m/

Hi mktdigital23,

Please post from the account you used to purchase the plugin in order to receive support.

Thank you in advance.

Best regards,
Spyros

In addition, what’s on the link you posted doesn’t look like our plugin…

Hello, I have 2 questions:

1- I want change the “Custom Table Head” but I don’t know which is the code I need use. The URL is https://kumetal.com/5-flute-trochoidal-solid-carbide-endmill-high-perfomance-reduced-neck/ I want change “Thumbnail” for “Tool dimensions”.

2- When click the Thumbnail image open zoom but appear 6 images, is possible only appear the Thumbnail image of the variation I click?

Thanks

Hi, can u give me help about these 2 questions please?

Hi luisseo,

We have replied above :)

Best regards,
Spyros

Hello

i want to sort my variations but i cant find how to do that, the variations in my products editor, sometimes are not in the correct order

i would like to sort by variation name, and at the top the ones with stock, and below the ones without stock

website: https://vapesmayoreo.mx/producto/elf-bar-bc5000-desechable-5000-puffs-10-pack/

can you please help me ?

Hi salo16,

Please post from the account you used to purchase the plugin in order to get support.

Best regards,
Spyros

HI The update doesn’t work. It crashes my site.

HELLO I sent to this email: plugins@nitroweb.gr thanks

Hello principe7477,

Still no email from you on our inbox :( Can you please try sending from another email (if you have one)?

Best regards,
Spyros

Hi I resent my site admin link

I want to check out a demo of this plugin. When will the thumbnails and demo site be back up? Thanks!

Hi derekgrimes,

We have changed our demo site. Here is the new link.

https://woocommerce-variations-table.hostin.gr/demo-page/

Best regards,
Spyros

Hi, I use betheme v27.4.4, wordpress v6.5.4 and woocommerce v8.9.3. Button “Add to cart” in table not working because my basket is still empty. Thanks

The problem is especially when I want to use add to cart button for each variation, when I use global add to cart, it is working…

Just disable AJAX “Add to cart” in archive because it reloads page before processing script.

Now it is working

Hi Nitro, Got any thoughts on how I might get started on including the variation title & variation excerpt under the exploded image in fancybox? I would like for customers to be able to tell which variation they are looking at when the fancybox shows all the variation images.

Sweet. Thanks!

HI pduclo,

The new version has been released. :)

Best regards,
Spyros

Slick. I’ll test it out this week. Appreciate you.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey