1984 comments found.
Presale question: Is it possible to add 200+ product images into 60 products with this plugin?
Hi,
I haven’t tested the exact same case, but it should be possible.
Hi,
I read that you were talking about measurement price calculator 4 years ago. I am curious if you did something with it. Does you rgreat plugin support this third party plugin? I could send you a copy if you like.
Cheers
Hi,
I can’t recall any compatibility implementation with this calculator plugin.
However, if you need custom compatibility implementation, please contact me via email.
Do you plan to make up- and cross-selling easier with product search and not by only id-input?
Hi,
You mean to add search filters for the fields Up-Sells and Cross-Sells ?
Yes an easy search to find in the fastest way the cross- and upsellproducts an add them to the selected product in cell.
Maybe in some of the next releases.
Presale question: Is it possible to increase the “30 products at a time” when bulk generating product variations? If I buy will you tell me how to do that? Thanks
Hi,
Where do you see such a limit of 30 products ?!
I think you mentioned it in one of your replies to a comment. I tried to find it again but no luck. If I’m not mistaken you mentioned “30 at a time” something like that. Anyway, is there an option to adjust how many variations are processed in 1 bulk batch? I couldn’t find this option in the demo. For example, in the demo, I’ve tried to generate huge amount of variations purposely to see how it goes. I got the prompt that the total variations that will be processed is 3,190. Then, while the process is running I saw something like “Saving batch 1 and so on”. That number 1 is increasing as the process goes. Then, it hits PHP timeout I guess. Let’s say 1 batch processes 50, can I adjust that 50? Thanks
You can set limit only on save batches, from Plugin Options. A saving batch is the number of products that are saved at once, meaning it saves the products in series of 50 or 100 or whatever you set for “Save products in batches of” in the Plugin Options.
Okay, got it. Thanks
I need to be able to EDIT the product ID so they match on staging and production. Can I EDIT the ID with this plugin. I tried it in your demo and it didnt work, but you may have that disabled. Let me know and I will purchase. Thanks,
Hi,
You can’t edit IDs with this plugin.
Pre-sale question: Will it be possible to bulk re-order/re-arrange the custom attributes in a custom way? I am using an excel import plugin for my products, and after importing all my attributes are placed in a random order. I have to edit each single product to arrange the attributes in the right order, and I have a lot of products and it will take me many hours doing that.
Thanks
Hi,
Currently it’s not possible to order the custom attributes.
Okay, Thank you.
hi will this mess up my website and database, as i previously had issues with plugins of this kind breaking up really bad the website and database to a point that i lost some data. can you please advise. i am codecanyon customer
Hi,
So far, no data or reports of any harm on the website or the database, done by our plugin.
Hi there, does the plugin support custom taxanomies like this one if we install it? https://wordpress.org/plugins/product-gtin-ean-upc-isbn-for-woocommerce/
Hi,
I’m not familiar with this plugin. It’s possible that WooCommerce Advanced Bulk edit will detect the fields via “Find Custom Fields”, but I gaven’t tested it.
Active cell looses focus when moving with arrow or tab key after upgrading from v4.3.4 to v4.4.2. Using Chrome browser, with all plugins disabled. Please help, this SEVERELY reduces functionality of this plugin!
See video https://photos.app.goo.gl/9jtT2UJoC7XqK59m6
The first 9 seconds shows the old v4.3.4, you can see if I click on a cell, I can use the arrow keys to move around. The remainder of the video shows v4.4.2, you can see if I click on a cell, after moving to next cell using arrow key, the table looses focus. This results in the table scrolling, and not the active cell moving around.
The same has happened for the tab key. I used to be able to use the tab key to move around in the table, but not any more.
The suggestion from that forum fixed it. Please check if OK, and add to your next version. I change code in admin.js to following:
// DEVSTUFF: { Fix an issue with the grid where the current grid changes aren't commit when the grid loose focus
// DEVSTUFF: Fix text editors
$('.slick-viewport').on('blur', 'input.editor-text', function (e) {
window.setTimeout(function(){
var focusedEditor = $(".slick-viewport");
if (focusedEditor.length == 0 && Slick.GlobalEditorLock.isActive()) {
Slick.GlobalEditorLock.commitCurrentEdit();
}
}, 0);
});
// DEVSTUFF: Fix drop-down editors
$('.slick-viewport').on('blur', 'select.editor-select', function (e) {
window.setTimeout(function(){
var focusedEditor = $(".slick-viewport");
if (focusedEditor.length == 0 && Slick.GlobalEditorLock.isActive()) {
Slick.GlobalEditorLock.commitCurrentEdit();
}
}, 0);
});
// DEVSTUFF: End fix }
// DEVSTUFF: Fix checkbox editors
$('.slick-viewport').on('blur', 'input.editor-checkbox', function (e) {
window.setTimeout(function(){
var focusedEditor = $(".slick-viewport");
if (focusedEditor.length == 0 && Slick.GlobalEditorLock.isActive()) {
Slick.GlobalEditorLock.commitCurrentEdit();
}
}, 0);
});
// DEVSTUFF: End fix }
Hi,
I have a fix for this, which is not yet released. Please, contact me via email, so I can send you the link for download.
Hi,
Just sent you an e-mail with same:
Just bought the plugin and, sadly, it does not work properly. Bulk Edit part is not functional at all. Clicking on “Bulk Edit” button does not do anything.
JS Console shows error: TypeError: r.getClientRects is not a function[Learn More] load-scripts.php:1:83686
offset11jQuery
abemodule https://hatsfromoz.com.au/content/plugins/woocommerce-advanced-bulk-edit/js/admin.js:11555 dispatch3jQuery
It appears that plugin is not compatible with jQuery 3.3.1 I use FF browser under Windows 10 jQuery 3.3.1 JMIGRATE 1.4.1
Thanks, Rudolf
Actually, there is more to it—whole thing seem to be non-working when latest (fastest) jQuery 3.1.1 is used. It is just not compatible.
Hi,
Sorry about the delay. I’ll test it and get back to you.
Let me know if you need site access.
Rudolf
Hi, can you tell me if your plugin supports the new WooCommerce v3 and higher CRUD functions? Will it work for the “Custom Products Tables” that are getting implemented? And, will it work with the “Custom Products Tables” plugin available from WooCommerce here: https://woocommerce.wordpress.com/2018/07/17/woocommerce-custom-product-tables-beta/
By the way, your plugin is BY FAR my most used and efficiency boosting plugin I have. GREAT work!!!
Hi,
Thanks for the kind words! Really appreciate it.
Yes, we plan to make the plugin compatible with the new products tables. I have to check the new CRUD functionality, but most likely, it’ll have to be compatible with it too.
Checkout out your demo. Is there a way to only view instock products, I don’t want the outofstock products to show up in the lists? Is there a way to have a few quick buttons to only filter instock/outofstock products?
Hi,
Currently, “Stock Status” filter is not available. I can add it in one of the next releases.
Definitely good to have, as we have over 1000’s products and having to filter out the “outofstock” ones (couple hundred) quickly would be huge. May buy today. Thanks.
Hi, when I can expect plugin major update you mentioned before?
Hi,
I’m currently working on an update. No ETA yet.
Hi, your this plugin is work with correctly WP 5.0+ ?
I can’t see anything about that?
My system is WP 5.1, Woocommerce too.
Hi,
I’ve tested with WordPress 5.1 and WooCommerce 3.5.5. No issues found so far.
Hi.
I have 5000 products that each of them are in their category.
Can I append another category for selected row?
(I mean I don’t want to change previous category, I just want to select multiple products and add theme to new categories without change in their previous category)
Hi,
Yes, you can. Just use the Bulk Edit dialog, instead of editing directly on the grid.
You can test it on our demo site.
Hi! How upload via CSV working? I exported csv from plugin -> make some changes on product title -> tried upload but its not working, nothing happen. Help pls!
Hi,
The CSV feature is obsolete. Please, use the standard WooCommerce Import/Export products feature.
Hi there wondering what I can do with Warning: array_merge(): Argument #2 is not an array. This is the warning when I click on the get product button
Hi,
Can you provide a temp login to your site, via email, so I can check what’s the issue ?
Hi I have sent you login details via email. look forward on hearing back
Hi,
Replied via email.
Dear Costumer Support,
is your plugin compatible with WP FACET plugin?
Hi,
I’m sorry, I can’t say as I’m not familiar with this plugin.
Hi, for years i used this plugin without any problem. But now my stock and shipping settings are not saving also the no Progress count anymore. And the plugin is reacting slow
Hi,
I suppose, your product database grew. Please, try to lower down the saving batches count from Plugin Options.
Hi, no that is not the issue. i have 1100 products all the time. but any saving is not saved after all
Also normally i see the number of batches in progress. Now i see only a spinning thing.
Have you tried to lower down the number of saving batches? Maybe set it to like 5 or 10.
I never had any issues with the numbers of products. My changes are not saving
How can i lower down the saving batches?
Hi i solved the issue everything is working great again, it was the plugin Wp rocket cache
Glad you got it sorted out.
Hi, Plugin still has the export issue. I’ve seen before you fixed it and i got last version but seems it still doesnt work.
Csv file contains only /wp-content/uploads/ in featured image field and then cuts. No full link. Everything okay with gallery images but featured image just “https://**/wp-content/uploads/”
Hi,
Just uncheck the option “Use API calls when possible” in Plugin Options before exporting.
Cheers!