storeapps
Forum Replies Created
-
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Can’t sort by SKU o search by a piece of SKUHi there,
Sort products by name
Kindly go to the WordPress admin > Stock Manager dashboard, click on the ‘Product name’ column to sort it by name.
Sort products by SKU
We don’t have it as of now but we will consider adding the same in later versions of the plugin.
if we use the box for SKU search only find the exact SKU, not appear a list of products taht theirs SKUs contain the text in the SKU’s search box.
Yes currently the SKU search is an exact search. If you want to do a partial search, you can use our another free plugin – Smart Manager.
Hi,
Thank you for the screenshot. We will correct it in upcoming releases.
Hi there,
We are unable to view screenshots in the above URLs. Please re-share so we can check and help you with the same.
Adding, as re-checked, ‘out of stock’ filter is correctly working in the latest version. If you are not using the latest version, please update and then check once.
Please try and let us know how this goes for you.
Hi there,
Are you saying you are not able to see the product featured image thumbnail on the Stock Manager page?
If yes, then can you try adding a new test product using ‘WooCommerce > Products’ and set the featured image in that product.
Then check if the Stock Manager plugin is showing an image for that product correctly.Further, to rule out any possible plugin/theme conflict-related issue, could you please install the free plugin Health Check & Troubleshooting by WordPress and keep only WooCommerce and WooCommerce Stock Manager plugins active on the admin side of your site and then try to reproduce the same issue.
This doc will help you with setting it up.Please try it and let us know how that goes for you.`
Hi there,
We do agree that the ‘Product Attributes’ inline edit dialog is currently not having support for responsiveness. We have surely taken note of the same and will try to improve the same in the future versions of the plugin.
Alternatively, a quick workaround for the same issue is that you can manually resize the same dialog.
Request you to do have a check and let us know.
Hi Thierry,
Yes, you are correct, currently, we have a Stock field for the variable parent that is disabled in the WooCommerce Stock Manager plugin. I have taken note of it and will surely update here once we have fixed the same.
Alternatively, you can also have a check with our other best store management plugin – Smart Manager using which you would be able to achieve the desired result and also manage your store more efficiently.
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Unable to see latest out of stock productHi there,
Currently, by default the WooCommerce Stock Manager plugin displays the products & their variations sorted by ‘id’. You can surely sort it by the ‘Product Name’ by clicking on the same column on the Stock Manager dashboard.
Alternatively, you can also have a check with our other best store management plugin – Smart Manager using which you would be able to achieve the desired result and also manage your store more efficiently.
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Loading failedHi @entrebits
please submit a new thread for the issue you are facing since it is a conflict with another plugin.
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Stock manager – loading failedHi there,
To rule out any possible plugin/theme conflict-related issue, please install the free plugin Health Check & Troubleshooting by WordPress and keep only WooCommerce and WooCommerce Stock Manager plugins active on the admin side of your site and then try to reproduce the same issue.
This doc will help you with setting it up.Please try it and let us know how that goes for you.
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Woocommerce Stock Manager ThumbnailsHi there,
Can you try adding a new test product using ‘WooCommerce > Products’ and set the featured image in that product.
Then check if the Stock Manager plugin is showing an image for that product correctly.Further, to rule out any possible plugin/theme conflict-related issue, could you please install the free plugin Health Check & Troubleshooting by WordPress and keep only WooCommerce and WooCommerce Stock Manager plugins active on the admin side of your site and then try to reproduce the same issue.
This doc will help you with setting it up.Please try it and let us know how that goes for you.
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Change the separator in the csv export fileHi,
In order to change the delimiter for the Export CSV file, you can simply search for the below snippet of code in ‘woocommerce-stock-manager/admin/views/import-export.php’ file
var csv = convertArrayOfObjectsToCSV({ datas: JSON.parse( response ) });and replace the same with the below code snippet
var csv = convertArrayOfObjectsToCSV({ datas: JSON.parse( response ), columnDelimiter: ';' });P.S. you can pass any delimiter string as desired by you. Also, you would need to maintain the same changes as it would be lost if you update to any new versions of the plugin in the future.
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Export only 1 productHi there,
Thank you for your kind words.
Could you try to add a test product using ‘WooCommerce > Products’ and then try to export CSV using the WooCommerce Stock Manager plugin and do let us know.
Further, to rule out any possible plugin conflict-related issue, could you please install the free plugin Health Check & Troubleshooting by WordPress and keep only WooCommerce and WooCommerce Stock Manager plugins active on the admin side of your site and then try to reproduce the same issue.
This doc will help you with setting it up.Please try it and let us know how that goes for you.
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Critical Issue while uploading CSVHi Patrick,
Sorry for the inconvenience caused.
Could you simply try to import the CSV exported from the WooCommerce Stock Manager plugin without making any changes and do let us know if that works?
Also, could you please clarify a bit more as to what changes are you making in the Exported CSV file?
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Multiple stock locationsHi there,
Sorry, currently the export CSV for separate warehouses as desired by you will not be possible using the WooCommerce Stock Manager plugin.
However, if there is some custom field using which you can determine that the product belongs to which warehouse, then you can surely search using the same field & get an export CSV of the entire search result using our other best store management plugin – Smart Manager.
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Save Sort order in stock manager screenHi Chandra,
Sorry, currently saving of the sort order is not possible using the WooCommerce Stock Manager plugin.
However, you can have a check with our other best store management plugin – Smart Manager using which you would be able to achieve the desired result and also manage your store more efficiently.