storeapps
Forum Replies Created
-
@siejek ,
As per the screenshot shared by you, it seems that the same custom field is treated as a numeric field in Smart Manager grid and hence you are not able to paste non-numeric values into it.
Smart Manager automatically detects the data type of the custom field based on its value. So, would suggest try editing the same custom field value using ‘WooCommerce > Products’ menu and then once deactivate and reactivate Smart Manager plugin and do let us know your views.This forum is only for Smart Manager Lite users.
You can try updating the plugin to latest version [i.e. v8.0.0] and if still, the issue persists, then request you to kindly submit a support request from here along with your StoreApps order details.Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Alhabetical sort order@renier8 ,
You are welcome!
Did you try using Smart Manager plugin to sort the products?
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Alhabetical sort order@renier8 ,
Sorry, it’s a known issue. We will surely update you once we fixed it.
Until then, try using the Smart Manager plugin using which you can sort using ‘product title, product id’ or any custom field.
Click here to access the Smart Manager plugin demo.
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Stock Log Export@nanxnx ,
Yes, you can fetch stock log information fromstock_logcustom table at your WordPress database level.Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Stock Log Export@nanxnx ,
Sorry, as of now it’s not possible to export the stock log. However, we have taken a note of it and let you know once we have added support for the same.
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Add custom field in stock manager@ajamm ,
Have you tried the advanced search functionality and facing speed issues with that too?
If still the issue persists, then the issue could be specific to your site. Would suggest you reach out to us from here, so we can help you in a better way.Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Add custom field in stock manager@ajamm ,
That’s strange. Ideally, you shouldn’t face such speed-related issues.
We’ll need to isolate what’s really causing this problem. Here’s something that will help:- Install a free theme like Twenty Twenty or Storefront but do not activate/switch your current theme
- Install the free plugin Health Check & Troubleshooting on your site – this plugin is developed by the WordPress.org team and is pretty good at diagnosing problems in such situations.
- Once the health check plugin is installed, keep only WooCommerce and Smart Manager plugins active for the admin side and try to reproduce the speed related issue you reported. Make sure to do this only for the admin side – that way visitors to your site won’t be affected.
- Here’s a nice article that explains this process.
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Sort by product name not working@oasselin ,
Yes, we’ll keep you posted on the Stock Manager for WooCommerce issue fix.
Do try Smart Manager plugin and let us know your views on it.Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Add custom field in stock manager@ajamm ,
As suggested in our earlier comments, did you try using the Smart Manager plugin?You can also check the Smart Manager plugin demo from here and do let us know in case of any queries.
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Sort by product name not working@oasselin ,
Glad to hear that you are liking Stock Manager for WooCommerce plugin!
Yes, it is a known issue and we will surely update you once resolved.Until then, try using the Smart Manager plugin using which you can sort using ‘product title, product id’ or any custom field.
Click here to access the Smart Manager plugin demo.
@rolfhuiber ,
You’re welcome 🙂@rolfhuiber ,
Thank you for getting back to us.Would like to update you that the Smart Manager plugin has a
sm_inline_update_postcustom action which is fired after data is saved in the database and also aftersm_inline_update_precustom filter.
Request you to try using the above custom action and do let us know your views.Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Issue with search function@rahim695 ,
Would like to update you that currently Stock Manager for WooCommerce plugin does search only in theProduct titlefield when trying to search using any text in the ‘Search’ box on the Stock Manager page.
Request you to kindly recheck the same and also is the issue happening only when searching forcomposite productsthen would request you to kindly try creating a testcomposite productusingWooCommerce > Productsmenu and try reproducing the issue using it.
If still the issue persists, we’ll need to isolate what’s really causing this problem. Here’s something that will help:- Install a free theme like Twenty Twenty or Storefront but do not activate/switch your current theme
- Install the free plugin Health Check & Troubleshooting on your site – this plugin is developed by the WordPress.org team and is pretty good at diagnosing problems in such situations.
- Once the health check plugin is installed, keep only WooCommerce and Stock Manager for WooCommerce plugins active for the admin side and try to reproduce the issue you reported. Make sure to do this only for the admin side – that way visitors to your site won’t be affected.
- Here’s a nice article that explains this process.
- Reply to this same email and share your findings with us… Were you able to reproduce the issue? What were the exact steps?
- If the issue does not occur, it means the problem is with some other plugin. You may try activating/deactivating a combination of plugins to figure out exactly what causes the problem
@rolfhuiber ,
Would like to update you that$edited_dataarray will have product variation id when updating the existing variable product.
Please try to usesm_inline_update_precustom filter and let us know your views on the same.