WP Trio
Forum Replies Created
-
Forum: Plugins
In reply to: [Stock Sync for WooCommerce] Live adjustment not working on salesI will check what’s up with the log. It uses standard WooCommerce logging so not sure if that has some delay.
Thank you for providing detailed info, it definitely helps. I will mark this as resolved now but let me know if you run into any issues.
Forum: Plugins
In reply to: [Stock Sync for WooCommerce] Live adjustment not working on salesSKUs seems to be fine. If there is no log messages at all, it’s not detecting stock change for some reason.
Would it be possible to get temporary WordPress admin credentials? I could then check the settings to make sure everything is fine there. If possible, you can send them to lauri.karisola@wooelements.com.
Another option is to wait for the second sale and check if it syncs.
Forum: Plugins
In reply to: [Stock Sync for WooCommerce] Live adjustment not working on salesThe log will be created in real time. However, if you are 12 hours ahead and it’s still yesterday in UTC, you would see the events in the yesterday’s log.
Is there any mention at all about the sale in the yesterday’s log? If not, there is two possibilities:
1) Product or variation doesn’t have “Manage stock” checked. However this is unlikely if the stock is updating on the site A.
2) Product or variation doesn’t have SKU set. For variation SKU needs to be unique from parent product.
Apart from these there should be some mention in the logs.
Forum: Plugins
In reply to: [Stock Sync for WooCommerce] Live adjustment not working on salesThanks for the logs.
The time is in UTC time zone so it may be different than your local time.
The logs are always about the local site pushing to the external site. For example, if someone purchases a product on site A, that will show in site A logs but not in site B logs.
The logs seems to be fine except one timeout error for “Licorice Logs – Black (370)”. It was retried successfully later though.
Anyway, if you run into this issue later on, please check the logs if there is a mention about it. If the sync was successful and it didn’t update on the external site, please let me know and I will have a look. Thanks!
Forum: Plugins
In reply to: [Stock Sync for WooCommerce] Live adjustment not working on salesThanks for reporting the issue!
Please go to WooCommerce > Status > Logs and select Stock Sync log (e.g. woo-stock-sync-2019-02-11-xxxxxxxx.log). Is there any error messages or other messages about syncing related to the product?
Also please check that you’re using the latest version 1.0.1. There were some issues with variations in 1.0.0.
Forum: Plugins
In reply to: [Stock Sync for WooCommerce] Compatibility with Bulk Stock ManagementThis plugin should be compatible with WooCommerce Bulk Stock Management and also any changes made via WooCommerce REST API.
This plugin uses standard WooCommerce hook for detecting stock changes so as long as 3rd party plugins follow the standard, this plugin should work correctly.
- This reply was modified 7 years, 4 months ago by WP Trio.
Forum: Plugins
In reply to: [Stock Sync for WooCommerce] Just what I need – only with more productsYes, it can also handle variations as long as they have unique SKUs from the parent product.
You can add support for 5000 (or more) products with this snippet: https://gist.github.com/laurikar/c7603e4013247991fdd12ab7f7e3f2a9. You can add it to your theme’s functions.php file or with Code Snippets.
Please note that the report page (WooCommerce > Stock Sync) may become slow by increasing the limit. I will improve the functionality soon.
Forum: Plugins
In reply to: [Conditional Payments for WooCommerce] ZipMoney integrationAh, thanks for the clarification.
This plugin only restricts payment methods on the checkout. Elements on other pages are not hidden since it’s not possible to do it via this plugin.
Hiding ZipMoney elements from other pages probably can be done with some fairly simple theme work.
Closing due to inactivity. Please reopen if the issue still persists. Thanks.
Forum: Plugins
In reply to: [Conditional Payments for WooCommerce] ZipMoney integrationHi,
Thanks for your message! I tested with ZipMoney plugin and it seems to work fine with conditions.
What kind of conditions are you trying to apply?
Thanks
Hi Thomas,
Please post screenshots of the conditions you have applied to the shipping methods. Subtotal filtering should work so it might be some configuration issue. Thanks!
Forum: Plugins
In reply to: [Conditional Shipping for WooCommerce] very light productsClosing this due to inactivity. Please re-open if this issue is still current.
Includes – cart needs to have at least one of the products listed here for the shipping method to be visible
Excludes – cart cannot have any of the products listed here
Includes (exclusive) – cart only may have products listed here. If any other products are in the cart, the shipping method wont be available.For solving the results not found issue would it be possible to get temporary admin access to the website? Please do not post them here but email to support@wooelements.com. Thanks!
Forum: Plugins
In reply to: [Conditional Shipping for WooCommerce] very light productsCan you please post a screenshot of the conditions in the shipping method? Thanks!
Forum: Plugins
In reply to: [Conditional Shipping for WooCommerce] Compulsory pickupYes it can be definitely done.
You seem to have a lot of different shipping methods so I would recommend to use Pro version of this plugin: https://wooelements.com/products/conditional-shipping
For bulky items you could add a WooCommerce shipping class, e.g. “Bulky”. Then with Conditional Shipping Pro you can add “Shipping Classes – Exclude – Bulky” to all other shipping methods except Pickup. This way it should work the way you want.
If you want to use Free version, you can use “Products – Exclude – {all bulky items}” but it may be a lot of work if you have a lot of products.
Hope this helps!