1616 comments found.
Hello! Thank you for the update. I’m using the woocommerce filter to change the button text, but it is not working. Please advise…
Hello erindavisdempsey,
Can you please post your code?
Best regards,
Spyros
Hi, i just wanted to know if the plugin is only for the produtcs that have variation or simple product too?
Thank you!
Hello Angelo,
Thank you for asking.
This plugin is only for variable products. I have also released a plugin for simple products: https://codecanyon.net/item/woocommerce-products-list-pro/17893660
Best regards,
Spyros
In the latest update 1.3.3 the Add to Cart button disappeared from all the tables. Also the global checkbox disappeared so I am not able to add products to cart.
Hello 1d3alD1g1,
Can you please post a link to a page with the issue?
Best regards,
Spyros
Any update on this?
Hello 1d3alD1g1,
Please contact me on skype (spyrosvl) to resolve this asap.
Best regards,
Spyros
Hi,
We get freezes when adding to the cart please see screenshot http://prntscr.com/cjow7o and we want the interactive effect like on our single product when adding product into the cart please see screenshot http://prntscr.com/cjoxvu
It is possible to apply it in your plugin?
Thank you
Hello colourst,
Do you have the latest version of the plugin? It should be fixed.
Yes, this can be done with some customization. You may add me on skype (spyrosvl) if you would like to talk about it.
Best regards,
Spyros
Hi,
Yes we are using the latest Version 1.3.3 of the plugin and still freezes. Okay I will add you in skype.
Thank you
wondering if you could add some of the functionality found on teespring.com cart page.. you can add a line item by clicking plus sign it duplicates the product line item to allow you to edit variations as you need size, color etc.. basically just like your plugin does but it does this inside cart – and instead of listing all of the variations which can be cumbersome when you have multiple colors and sizes – it allows you to click plus sign to add a new variation/style and then edit each column and if you need yet another variation you just click the plus sign and edit the size and color etc… this is what woo needs…
Hello NathanSimpson,
Thank you for the suggestions. However this is miles away from what the plugin was made to do. It will not mess with the cart at all. It will only mess with the variable products listing. Thus, I can not add it in the to do list.
Best regards,
Spyros
Hello. Just purchased this plugin because I need a very simple product table and it works on the product page. But I can’t get it to display anything in a Page or Post. I noticed your note about “If you use the shortcode outsite the product page, then the “id” attribute of the shortcode is mandatory”, but it’s unclear what “id” is supposed to reference. Can you be very detailed (with examples) as to how to use the shortcode outside of a Product page? Thanks!
Hello vanarie,
Thank you for the purchase.
the id is number of the product. When you edit a product you will see on your url something like this:
wp-admin/post.php?post=4012&action=edit
the number 4012 is the id of the product.
So your shortcode could be something like:
[vartable id=4012]
If you have further questions do not hesitate to contact me.
Best regards,
Spyros
Using [vartableall] on a product page, this works as expected.
For use on a Page (meaning a regular WP Page, not a Woo product page), I add [vartableall categories=52] by using the “product category” from wpsite.com/wp-admin/term.php?taxonomy=product_cat&tag_ID=52. When I view the page, the shortcode seems to stop all other processing from the shortcode on – meaning it breaks the test of the page. When I just enter text in the editor and save it, it generates the entire page properly. Should I disable all other plugins and try it again?
Hello vanarie,
It seems to be working on my dev site, eg: http://nitroweb.gr/demo/variation-table-category-list/
Can you please post a link to your page with the issue? Also disabling all other plugins could indeed help to track the issue.
Best regards,
Spyros
Ok, I narrowed it down to one plugin that when enabled, breaks a Page that contains “[vartableall categories=52]”. It’s https://www.angelleye.com/product/woocommerce-paypal-plugin/. When this is disabled, the product grid works the same way as it does in a Product page with woocommerce-paypal-plugin ENABLED. Maybe you should test it out yourself with this plugin and see if you can break it too.
Hello vanarie,
This happened with another user a couple of days ago.
The only solution is to ask the paypal plugin developer to change the line 508 of his plugin to this:
$_product = wc_get_product($product->id);
or you can manually change it but remember to do so every time you upgrade the paypal plugin.
Best regards,
Spyros
Oh, this is because the plugin wants to place the paypal button along side the “Add To Cart” button. I see. I don’t want the button to appear on every row of the product table page, but would still like to enable the PayPal plugin along side your grid plugin.
Update – I just turned the paypal button placement option off in the woocommerce-paypal-plugin express checkout settings and all is good. That solves the problems, thanks!
Great to know vanarie. Thank you for the feedback.
Hello, I saw that in one of its updates, released support plugin Yith WooCommerce Quick View. Is there a demo page to see the operation?
Thank you.
Hello hiper,
Sure there is: http://nitroweb.gr/demo/shop/
Try the quickview button on a variable product, eg the Posters printing.
Best regards,
Spyros
i love the way your plugin looks and is working ,I’m just wondering if there is any other plugin you know of or is yours customizable to have just one add to cart button at the bottom .instead of one for each item as my list is long and i bet the customer forgets whether hes hit it or not .
Hello devina_maxwell,
It is already available as a setting.
Set on your /wp-admin/admin.php?page=variationstable
Display Add To Cart: No
Display Global Add To Cart: Yes
or
Display Global Add To Cart: No, but keep the buttons (all quantities greater than 0 will be added to the cart)
If you choose the latest then you may also want to set the default quantity to 0.
Best regards, Spyros
im sorry im really a beginner and don’t really understand code , however i can cut and paste but i dont really understand where im ment to be doing this in the dashboard of word press or actually opening the file on Cpannel and amending it ?
Hello devina_maxwell,
I am sorry, I was not clear.
What I mean is to go to the url.
eg. yourdomain.com/wp-admin/admin.php?page=variationstable
or go to the settings of the plugin. It is on the admin dashboard, on the left menu, under Woocommerce -> Variations table.
Best regards,
Spyros
so i went to the admin php file but can find no page=variationtable
ok got it im a bit lazy and didnt read the full list in admin settings properly thanks its just what i want
i love the way your plugin looks and is working ,I’m just wondering if there is any other plugin you know of or is yours customizable to have just one add to cart button at the bottom .instead of one for each item as my list is long and i bet the customer forgets whether hes hit it or not .
Hello devina_maxwell,
Please look at my previous answer to you 
Best regards,
Spyros
i have a product with variations on colour and size. I’d like the colour to be listed as a separate row in the table, but then size to be a dropdown within each colour – rather than listing the product colour twice to get the two sizes. Can this be done?
Hello yellodrover,
Thank you for the purchase. I am sorry, this is not possible with the plugin. It will print all combinations. I am also not aware of any plugin that will do what you describe.
Best regards,
Spyros
thanks for your quick reply!
Hello…I have “redirect to cart” activated in WooCommerce, but it’s not working if I add products from the variations table. Please help!
Hello erindavisdempsey,
I can see the issue on my dev installation too. I will release a fix asap. Thank you for pointing this out.
Best regards,
Spyros
Hello erindavisdempsey,
I have fixed it on the dev. I am waiting for some more users to check some of their issues too. If you do not want to wait, please send a pm to me. I can send to you the fixed version before releasing officialy.
Best regards,
Spyros
I am using version 1.3.2 and having the same issue of the add to cart only adding 1 quantity (even if you select, 2, 3, 4, 10, etc.)
Hello Drinkguesser,
Can you please provide a link to the page with the issue?
Best regards,
Spyros
Sent you an email, thanks 
Hello Jeremia,
I will need FTP access again to customize it once more for you. Can you please provide via email?
Best regards,
Spyros
Emailed it to you, thanks! 
Hello Jeremia,
I added some JS on your custom plugin. It should be good now. Can you please refresh and give it a try?
Best regards,
Spyros
Seems to be working now, thanks so much! 
Hi,
Thankyou for emailing me the updated version with the Wishlist functionality working correctly, its great now thanks!
Also, i will await the new addition of the SIMPLE product list display that you said you would look at this week.
I look forward to hearing back from you.
Thanks
Hello wearecoda,
Here is the plugin for the simple products 
Best regards,
Spyros
Hi, I have recently downloaded this plugin (Variations to table – Grid) and all seems OK apart from 2 things:
1. When i click “add to wishlist” this doesn’t add the product to the wishlist page (i am using the YITH WooCommerce Wishlist plugin also). This is quite an important feature i need so can you please adivse.
2. Is there a way to display ALL products and not JUST the ones with a variation?
Thankyou
Hello wearecoda,
About your points:
1. You are right. It seems that some of the latest updates broke something that has to do with the wishlist. I am investigating and will release a fix the next couple of days.
2. I submitted a plugin for approval on codecanyon that will do exactly what you are talking about. It is a plugin with the same layout but for simple products. I will notify you as soon as the plugin is approved and available. Most of the times, it takes 3-4 days for codecanyon to approve a plugin, so it sshould get approved by max, the end of the week.
Best regards,
Spyros
The updated version i installed doesn’t load on Firefox or IE neither does the Ajax work
Hello vincentmuitungu,
Thank you for the purchase. Please provide link to the page with the issue.
Best regards,
Spyros
I’m having an issue with the add-to-cart function. No matter what number is entered, the shopping cart only receives a quantity of 1. What is causing this, and how can I fix it?
Example: http://aven.millermediallc.com/product/technik-high-precision-carbon-steel-tweezers-all-varieties/Hello aventools,
Please use the account you used to purchase the plugin in order to get support. Thank you in advance.
Best regards,
Spyros
This is the account I used to purchase the pluggin. You have supported this account before.
Hello aventools,
You are right, I have supported it, however I now see that there is no indication that you purchased the plugin with this account. If this is a mistake, please contact codecanyon so they can fix it. Thank you in advance.
Best regards,
Spyros
I think this has been cleared up – Please confirm, and please address my issue as well.
Thanks!
Thank you aventools,
Are you using the latest plugin version? It seems that you have an older one installed. What is the current version on your site?
Best regards,
Spyros
1.2.7
Please install the latest, 1.3.2 and let me know if you still have issues 
There are no prompts on my dashboard for a pluggin update. When I attempt the manual update, a message appears saying that there are new updates. If I re-install the pluggin, will it remove all of the tables I have built?
Hello aventools,
No, it will not remove anything. Please upgrade manually. You may upload via FTP and overwrite the files or deactivate and delete the old version and then upload and activate the new one.
Best regards,
Spyros
I am trying to make a page on visual composer that shows all the variable items in the grid without the main variable item showing at the top. The reason is woocommerce shows it so big it takes up half the page and i don’t even have a image for it its more like a category. So i’m guessing what i need is to make a short code . As i really don’t understand, could you give me a short code to add to visual composer that will show all variable items in a category ? if i see it done once I can probably figure it out. Thanks in advance
Hello devina_maxwell,
You may use the
[vartableall categories=10,14]
Where 10 and 14 are the category ids that the products are assigned.
Best regards,
Spyros
Hello, Thank you for a great plugin. I installed it. It works fine on my variable product. When I enter the shortcode [vartable id=5029] into a page, I get this error:
Fatal error: Call to a member function is_type() on boolean in …... wp-content/plugins/paypal-for-woocommerce/paypal-for-woocommerce.php on line 512
I tried deactivating & reactivating.
Hello jakubsnm,
This seems like a conflict with the paypal-for-woocommerce plugin.
Can you please use the contact form on the sidebar of my profile and send to me temp wp-admin and FTP access?
https://themeforest.net/user/nitrowebThank you in advance.
Best regards,
Spyros
Hello jakubsnm,
The problem is on the paypal plugin. I fixed it for you, but there is no permanent solution for this. If you upgrade the plugin, it will brake again. You will have to ask the paypal plugin developer to change the line 508 of his plugin to this:
$_product = wc_get_product($product->id);
Best regards,
Spyros
Thank you Spyros, I appreciate it. It’s working great now. I contacted the plugin author to see if they can make the changes you suggest on a permanent basis.
Hello Nitrat,
At the momment, the only way is by double clicking the move handler of the variation, the burger icon on the right of its variation and setting the number of order.
Best regards,
Spyros
Do not understand. Can I see a screenshot?
Thank you. But this is the sort of variations. And I’m interested in sorting the names of the goods after displayng with shortcode [vartableall…]
Hello Nitrat,
Currently, the only way to do this is to add a jQuery trigger a click to the table head th you want to sort. I am adding this on the todo list.
Best regards,
Spyros
Thank you, Spyros. I am sure that the ability to sort output the item names – it is very logical, and relevant.
Hi Nitroweb,
Since the last update my site has started to receive this error when trying to log in: Warning: session_destroy(): Trying to destroy uninitialized session in /home/content/n3pnexwpnas01_data03/45/3158345/html/wp-content/plugins/woo-variations-table/woo-variations-table.php on line 28
Warning: Cannot modify header information – headers already sent by (output started at /home/content/n3pnexwpnas01_data03/45/3158345/html/wp-content/plugins/woo-variations-table/woo-variations-table.php:28) in /home/content/n3pnexwpnas01_data03/45/3158345/html/wp-includes/pluggable.php on line 892
Do you have any idea what this is?
I have disabled all plugins and still receive the error. I have removed the plugin completely and did a fresh install, still no joy.
Thank you in advance
Hello Rainbowdog,
Strange, I have not changed anything on the plugin regarding the sessions. Did you change PHP versions lately? Is your server / web hosting account HDD full?
Thank you in advance.
Best regards,
Spyros
HI Spyros,
Thanks for the reply. I have a ton of space left in storage, about 490GB. I see that my PHP version is 5.4.42 when it should be 5.6. Unfortunately my host cannot upgrade to PHP 5.6.
What concerns me is that it was all fine a couple of weeks back, all was great.
Hello Rainbowdog,
skype: spyrosvl
Please add me to resolve this for you asap.
Best regards,
Spyros
Issue resolved by Spyros and very speedly too. Thank you sir
You are welcome Rainbowdog 