WP Trio
Forum Replies Created
-
Forum: Plugins
In reply to: [Stock Sync for WooCommerce] 3 or more shops syncNo worries, closing this now. Feel free to reopen if you have any questions.
Forum: Plugins
In reply to: [Stock Sync for WooCommerce] PHP WarningThanks for taking time to report this issue.
This has now been fixed and a new version 2.9.1 released.
Forum: Plugins
In reply to: [Stock Sync for WooCommerce] Sync prodcutHi!
This plugin is designed to sync stock quantities of existing products. It cannot sync new products so products have to be created beforehand on both sites with matching SKUs. This can be achieved with WooCommerce’s built-in import / export functionality or some 3rd party plugin.
Closing this now but feel free to reopen if you have any questions.
Forum: Plugins
In reply to: [Conditional Payments for WooCommerce] Can’t find the settingsIt appears there was additional changes in WooCommerce versions 9.9 and 10.0. This has now been fixed again in 3.3.3.
Forum: Plugins
In reply to: [Stock Sync for WooCommerce] Undefined property: stdClass::$updateHi,
Thanks for reporting this issue.
Does this happen when you update the stock quantity of some product or when running some tool (WooCommerce > Stock Sync > Tools)?
Forum: Plugins
In reply to: [Conditional Payments for WooCommerce] Can’t find the settingsHello,
Thanks for reporting this issue. In WooCommerce 9.8.5 there was indeed changes to the Payments section of the settings.
This has now been fixed and a new version 3.3.2 released.
Forum: Plugins
In reply to: [Conditional Shipping for WooCommerce] Shipping Notice doesnt showHello,
Shipping notices are related to the paid version of this plugin and we are unfortunately not allowed to discuss it here as per ww.wp.xz.cn guidelines.
Please contact us via [email protected] and let’s have a look!
Forum: Plugins
In reply to: [Conditional Shipping for WooCommerce] Pro Plugin Blocking Tax ChargesHello Judia,
I will contact you via email as this is related to the Pro version which we are not allowed to discuss here as per ww.wp.xz.cn guidelines.
Closing this now, I will be in touch shortly.
Forum: Plugins
In reply to: [Stock Sync for WooCommerce] Don’t show any stock productsHello,
Some products appear to be missing SKUs and some don’t have stock management enabled. You can enter SKU and enable stock management here: https://wptrio.com/wp-content/uploads/2025/03/woo-stock-sync-stock-management.png
Once you’ve entered SKUs, make sure they are matching between sites. The plugin uses SKUs to connect products.
Closing this now but feel free to reopen if the issue persists.
Closing this now but feel free to reopen if the issue persists.
Interesting, while I haven’t seen similar behavior before, it suggests some kind of conflict. Perhaps related to toggling payment method availability.
A couple of things to try:
- Disable all payment methods from WooCommerce > Settings > Payments
- Deactivate any 3rd party payment method plugins from WordPress admin > Plugins
Does either solve the redirect loop? If not, you can remove all rulesets by deleting all posts from wp_posts table which has post type wcp_ruleset. Rulesets are technically custom post types.
You can use a plugin like this to remove the custom post types: https://ww.wp.xz.cn/plugins/custom-post-type-cleanup/
Forum: Plugins
In reply to: [Conditional Shipping for WooCommerce] PHP 8.0 or HigherThanks for the report Ian.
The error message suggests that the plugin tries to use a condition (shipping postcode) not available in the ww.wp.xz.cn version. In PHP 8.x it throws the error but in PHP 7.x only a warning.
Do you have previously had the paid version? That would explain the residual condition.
In any case it can be solved by saving all rulesets once (no changes needed, just save) which clears residual conditions. Another option is to activate the paid version before upgrade if you have that available.
Thanks for getting back to me. It’s the issue with the gateway IDs.
I now wrote an article with instructions on how to fix it as this is somewhat a common issue. Please see here for the snippet: https://wptrio.com/guide/register-custom-payment-gateways/
Marking this as resolved but please reopen if you need any help setting it up.
Hello,
Thanks for the bug report.
That suggests that the payment gateway IDs in the frontend differ from the ones in the backend. This can happen with some gateways as they register dynamic IDs. For example, the ID in the backend can be ‘paypal’ while in the frontend there are multiple IDs, e.g. ‘paypal_cc’ and ‘paypal_invoice’.
There is a way to register custom IDs, however first we have to confirm if that’s the cause.
If you enable debug mode at WooCommerce > Settings > Payments > Conditions > Debug mode and visit your checkout, what does that display as the IDs? It should look something like this: https://wptrio.com/wp-content/uploads/2025/01/woo-conditional-payments-gateway-ids.png
Forum: Plugins
In reply to: [Conditional Shipping for WooCommerce] PHP 8.0 or HigherHello,
Yes the plugin has been tested up to PHP 8.3.
Closing this now but if you experience issues with any PHP version, please let me know.