WP Trio
Forum Replies Created
-
Hi,
If you don’t have common payment method(s) for the two products, then proceeding with checkout is not possible. WooCommerce requires one and one only payment method per order. Is this what you meant?
Thank you for reporting the issue! It’s been now fixed in the latest version 2.2.4.
The error message was just a debug message for development and thus unnecessary.
Forum: Reviews
In reply to: [Conditional Shipping for WooCommerce] Works FineThank you 🙂
Forum: Reviews
In reply to: [Conditional Shipping for WooCommerce] Works FineIt does work with multiple rulesets but depending on how you’ve set up rulesets, they may override each other.
Perhaps post a support topic with screenshots of your rulesets before leaving a negative review?
There is also a debug mode which can be used to inspect how rulesets work. Please see here for instructions (works in WordPress.org version as well): https://wooelements.com/guide/conditional-shipping-pro-guide/#elementor-toc__heading-anchor-4
- This reply was modified 4 years, 7 months ago by WP Trio. Reason: added info about debugging
Forum: Plugins
In reply to: [Stock Sync for WooCommerce] Does it work for bookable products?Hi,
Unfortunately not as bookings are technically different from stock quantities so it would be out of the scope of this plugin.
Those settings sound related to another plugin. Conditional Shipping settings are available at WooCommerce > Settings > Shipping > Conditions.
You can do this by creating two shipping methods which have different prices. For example, for Hokkaido 2 shipping methods with prices of 1700 and 800 yen. After that create the following ruleset with Conditional Shipping:
Subtotal – greater than or equal – 10000
Disable shipping methods – [shipping method for 1700 yen]
Enable shipping methods – [shipping method for 800 yen]This should disable the higher price shipping and enable the cheaper one when the subtotal exceeds 10000 yen.
Pro version has Set shipping method price action which makes this even easier. If you need any help regarding that please contact us via WooElements.com as discussion for paid versions is not allowed here.
Closing this now but feel free to reopen if you need any help setting it up.
Forum: Plugins
In reply to: [Stock Sync for WooCommerce] Sync on custom SKU fieldHi,
Unfortunately changing SKU field to use custom field is not feasible with the current release as it’s hard coded in many places.
Is it possible to switch SKU fields on the other website so that you have matching SKUs in the core field for both sites?
Forum: Plugins
In reply to: [Stock Sync for WooCommerce] Timout Error when pushing all.Thank you for reporting the issue!
The error message suggests that the other website couldn’t handle the request in a timely manner (15 seconds). To mitigate this you can try to decrease batch size in WooCommerce > Settings > Stock Sync > Batch size.
If you need further support please contact support@wooelements.com as support for paid versions cannot be provided here as per WordPress.org guidelines. Thank you!
Forum: Plugins
In reply to: [Stock Sync for WooCommerce] Not syncing automaticallyThe plugin will sync automatically as long as you have matching SKUs between products. You only need to run “Push All” once when you setup the plugin.
Log (WooCommerce > Stock Sync > Logs) will tell you when last change was synced.
Closing this now but feel free to reopen if the sync doesn’t work as excepted. Thank you!
Forum: Plugins
In reply to: [Stock Sync for WooCommerce] Sync is double entering a transactionGlad to hear you found the culprit!
No need for donation, appreciate the gesture though 🙂
Marking this as resolved but feel free to reopen if the issue persists.
Forum: Plugins
In reply to: [Stock Sync for WooCommerce] Sync is double entering a transactionThank you for reporting the issue!
Does the problem occur for all payment methods or only for a certain one? There has been reports of some payment gateways processing orders twice and thus causing stock to be reduced twice.
If it happens for all payment methods, please test with all plugins deactivated except WooCommerce and Stock Sync. This will help to rule out any issues caused by other plugins as Stock Sync shouldn’t cause behaviour like this.
Thanks for the thorough testing and reporting back!
It seems that at rshoffgrid.com each URL is prefixed with index.php and indeed you can reach stock-sync-exists as well at:
https://rshoffgrid.com/index.php/wp-json/wc/v2/stock-sync-exists
Does the credential check pass if you use URL https://rshoffgrid.com/index.php?
So it has something to do with URL structure, perhaps WordPress permalink settings (WordPress admin > Settings > Permalinks) or .htaccess file.
Thank you for reporting the issue!
It seems that 404 error page doesn’t originate from WordPress but from web hosting. Usually it should be WordPress’s 404 page so something seems to be off with URL structure. Is your WordPress installation located in the public_html directory or in a subdirectory?
Also, http://rshoffgrid.com redirects to wp-login.php. Please disable the redirection and test again as any forced redirection may cause issues as well.
Forum: Plugins
In reply to: [Stock Sync for WooCommerce] Woocommerce update error 500Thank you for reporting the issue!
This has been now fixed in the latest version 2.0.2. It was caused by not checking for WooCommerce activity in Stock Sync plugin. WooCommerce plugin might be disabled in the update process temporarily and as Stock Sync required it, this caused a fatal error.