WP Trio
Forum Replies Created
-
Forum: Plugins
In reply to: [Conditional Shipping for WooCommerce] Shipping optionsHello,
Yes, this should be possible. You would need two rulesets:
Ruleset for pickup only
Products – includes – [your pickup products]
Disable shipping methods – [shipping methods]Ruleset for shipping only
Products – includes – [your shippable products]
Products – excludes – [your pickup products]
Disable shipping methods – [pickup methods]
This way if you have only shippable products in the cart, only shipping methods will be available. If you have only pickup products or both pickup and shippable, only pickup will be available.
Pro version has category and shipping class conditions which might be more suitable if you have a lot of products but products condition should work as well.
Forum: Plugins
In reply to: [Stock Sync for WooCommerce] product inventory zeroedThanks for reporting the issue!
The plugin shouldn’t zero stock quantities unless the other site has matching SKUs and quantity of those products is zero.
You can enable debug logging in WooCommerce > Settings > Stock Sync > Debug logging. After it’s enabled, any syncing done by the plugin can be found in WooCommerce > Status > Logs > woo-stock-sync-x-x-x-xxxxx.log. It can be used to trace any changes made to quantities by this plugin.
Please check the logs and reopen this if the issue persists. Thank you!
Forum: Plugins
In reply to: [Stock Sync for WooCommerce] UpdatesYes, the plugin is still being supported. Next larger update is coming on late August or early September. The update will include improved stock quantity importer as well as easier to understand user interface.
Hi,
Free version will allow you to restrict based on products. For category restrictions you would need the Pro version.
If you have cash on delivery (payment at courier) and online payment and you would like to enable cash on delivery just for some products, the ruleset you will need looks like this:
Products – includes (exclusive) – [list of products that allow COD]
Enable payment methods – Cash on Delivery / Payment at CourierWith this single ruleset COD will only be available for the selected products. For everything else online payment is required.
I hope this helps! Please reopen the issue if you need any help.
Forum: Plugins
In reply to: [Conditional Shipping for WooCommerce] Javascript not found errorThank you for reporting the issue! This has been now fixed in the latest version (2.0.4).
Forum: Plugins
In reply to: [Stock Sync for WooCommerce] Can’t find products fileHi,
If you visit the URL in the log with your browser, where does it redirect? The final destination should be in the settings, without wp-json. Most common reasons are redirection due to language plugin (e.g. WPML or Polylang) or security plugin (e.g. Defender).
I’m closing this for now but please re-open if the issue still persists. Thanks!
- This reply was modified 6 years ago by WP Trio.
Forum: Plugins
In reply to: [Conditional Payments for WooCommerce] Woocommerce CompatibilityYes, the compatibility info is out of date (will be updated in the next version) but it’s tested and working on 4.0.
Forum: Plugins
In reply to: [Conditional Shipping for WooCommerce] Compatability with WooCommerce 3.8The plugin is compatible and tested also with WooCommerce 3.8.x and 3.9.x. The compatibility info is outdated in the plugin files, I will update it to the next version.
Hi,
A new version 1.2.2 (both Free and Pro) has been just published with improved logging for syntax error. Please see here for the instructions: https://wooelements.com/products/stock-sync-pro/guide#heading-4 > Troubleshooting: Syntax error
I will close the issue now but please re-open if the problem still persists.
Forum: Plugins
In reply to: [Stock Sync for WooCommerce] Debug Error- External product not foundClosing this due to inactivity. Please re-open if this issue is still current.
Forum: Plugins
In reply to: [Stock Sync for WooCommerce] Great plugin, feature question:Unfortunately this plugin is only designed for syncing stock quantities and status. For other fields WP All Import / Export works well.
Forum: Plugins
In reply to: [Stock Sync for WooCommerce] How often does it sync?The plugin syncs stock instantly every time a stock quantity / status changes. The frequency cannot be controlled as it’s meant to be real time.
I hope this makes sense!
Unfortunately this plugin is only designed for syncing stock quantities and status. For other fields WP All Import / Export works well.
Forum: Plugins
In reply to: [Stock Sync for WooCommerce] Debug Error- External product not foundThe error message means that the product was not found on the other site based on SKU which is strange if it works for A-B but not for B-A.
It might be some permission issue. Can you please create a test product on both sites with SKU “TEST123” (for example) and see if that syncs?
Forum: Plugins
In reply to: [Conditional Shipping for WooCommerce] AND / OR conditionsHi!
Conditions inside one ruleset are evaluated with AND operator. You can use OR operator by creating multiple rulesets. For example, if you want to disable shipping method if subtotal is greater than $ 100 OR products includes X, you would need two rulesets. The first one would disable based on subtotal and another one based on products.
Does this make sense?