PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Bulk edit stock management

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hi,

For some reason when trying to edit"Manage stock" I get error. Console shows 502. Can this be some sort of timeout error, or something else?

When running this bulk edit I only receive error message in upper right corner.

There's product variations that have stock management enabled and I'd like to deactivate them. Otherwise when duplicating or transferring products in multistore there's a bug in woocommerce that puts products in"On backorder" state.
Out of Stock products change stock to On Backorder when imported to update existing · Issue #19485 · woocommerce/woocommerce · GitHub

Thanks for the help!

Hello

what plugin version number are you using?

I think it's the latest 2.1.1.

...it seems the editing works from the table. But when using the bulk edit show edit drop down menu, it does not.

The table is ofcourse a bit akward to use, cause it crashes when there's a lot of variations. I can do around 10 at a time with that.

Hello

Please paste your license key here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130614.png and  FTP+wp-admin access - https://share.pluginus.net/image/i20210618130637.png

Hi, added those credentials. Unfortunately I can't give you ftp access. It's on a shared host and we have a strict data security policy.

There's also an issue with other site, that's in the private data.

It's on a same host, but for some reason BEAR does not work the same way. I can't for example filter products correctly.

Hello

Which site has a problem with instock

Describe in more detail what should I do to get the error

Install and configure( https://share.pluginus.net/image/i20220607073714.png ) this plugin - https://wordpress.org/plugins/error-log-monitor/

Ok the error log is installed.

At least Luxbox has the error with in stock. When selecting:
Filters > Product type > Variation product
Bulk Edit > Additional > Manage stock > No
Gets 502 error, but it's not shown in the error logs.
We were able to set the manage stock values with BEAR so that when the products were filttered and the selected"Bind edit" and then 50 products at a time. So the options are now correct, but the bulk edit is still not working.

In Korutuote, there's an error with the filtering. Which is odd, cause it's on the same server and basically running the same setup. The products are synced with woomultistore.
If you search in Luxbox"BOL-N" in SKU and do the same in Korututuote, then you'll see that it's not working. There's some watches and stuff in Korututuote, there should be only necklaces etc. Even weirder is that sometimes the search works and then when hitting the enter again it does not.

Hello

Luxbox - Can I disable  plugins to test?

Korutuote - https://share.pluginus.net/image/i20220608095555.png

I'll generate a development environment for korutuote. That's more important and most likely has the same issues than luxbox.

I'll send you new login details via secure channel once setup.

 

Hello

Please check your access - https://share.pluginus.net/image/i20220609145440.png

Ok,

I created a development environment. You can see the credentials in the private section. Let's try to get things working there first... so you can disable / enable plugins etc. in the development site.

The role for user in Korutuote was wrong. I'll change it also to the production. So the logins should now work in development and production.

Hello

Please add  in functions.php

add_filter('woobe_storage_type', function($type) { return 'session';//session, transient });

 

It's there

... But it produced parse error, so I had to remove it:

Parse error: syntax error, unexpected end of file in .../wp-content/themes/theme-child/functions.php on line 116

Hello

Please try it this code:

add_filter('woobe_storage_type', function($type) {
return 'session';//session, transient
});

It's there and seems to work.

Great!