Fahad Mahmood
Forum Replies Created
-
Forum: Plugins
In reply to: [Stock Locations for WooCommerce] stock is not discountedPlease reach us through the help tab on the settings page, as we couldn’t reproduce the issue because we are in test mode and real orders aren’t placed. In real situation, WooCommerce should reduce the stock level on successful order placement.
Forum: Plugins
In reply to: [WP Docs] Bouton ajout de fichier disparuThank you
Forum: Plugins
In reply to: [WP Docs] Bouton ajout de fichier disparuYou are amazing, I didn’t mention that I updated my plugin after your report. I just informed you about the coding practices recommended by the plugin review team earlier when my plugin was in approval process. So I followed the standards and now my plugin scripts are restricted to my plugin settings page only, not disturbing anything else.
Forum: Plugins
In reply to: [WP Docs] Bouton ajout de fichier disparuSee, what plugin review team asked me to do earlier that me should keep my styles and scripts restricted to my plugin settings page only, I updated my plugin accordingly and things are working perfectly. Now its their turn to fix the issue on their side.
Forum: Plugins
In reply to: [Stock Locations for WooCommerce] Problems with wp all importThank you, hopefully this thread will help others.
Forum: Reviews
In reply to: [WP Shopify] Not well documentedWe are working on it, thank you for bringing it to our attention.
I know we can improve it and cron job should not be a mandatory part but for now at least it is, later we can combine all the required additional scripts and run them after every successful order placement and the status update.
Forum: Plugins
In reply to: [WP Docs] Bouton ajout de fichier disparuSure, please contact the WP Menu Icons plugin author so they can restrict their scripts to their relevant settings page as WP Docs plugin do not include the icons scripts and styles on other page. I hope you understand.
Forum: Plugins
In reply to: [Stock Locations for WooCommerce] Auto Allocate does not always workSimon,
Cron jobs scripts were introduced when there were a number of repeated scripts required to run after the products updates, it was not looking practical to run the same functions in every hook multiple times. As this plugin is an open source software, you are welcome to contribute with a better solution to it. I will merge your changes in upcoming versions.
These support threads are mostly effective where you can bring the visible errors, warnings or crash reports to our attention.Thanks
Forum: Plugins
In reply to: [WP Docs] Bouton ajout de fichier disparuYou might be missing something, add files icon will appear inside the directory not on hover or click.
Dear Andy,
Thank you for this issue report, actually the deduction is totally being controlled from the WooCommerce scripts and SL plugin is not interrupting anything. On order placement or status update to processing or completed, products inventory get updated. But still I will check if in any case a product is not getting updated because the location is not selected, because location selection is not a mandatory part of this plugin anywhere.
Thanks
Forum: Plugins
In reply to: [Stock Locations for WooCommerce] Stock not being deducted from 1 locationI have released an updated version after your requests, I am not sure if you have already tried those and please must consider the cron job scripts so the inventory can be updated timely.
Forum: Plugins
In reply to: [Stock Locations for WooCommerce] Auto Allocate does not always workSimon,
Your question isn’t clear, $locationStockMap gets updated means? Are you looking into the files? Is it disturbing something, somewhere?
Forum: Plugins
In reply to: [Stock Locations for WooCommerce] “Stock at location” Column not showScreen options, on the right top of your page, as a slidedown menu.
I would suggest both of you to consider the cron job run which is available under the tab on the settings page. By running cron job scripts with a good interval like every 5 minutes, will keep your inventory updated with the changed value of the stock across the shop. Sorry for the really late response.