RLDD
Forum Replies Created
-
Forum: Plugins
In reply to: [Ship Estimate for WooCommerce] AI drive Shipping addressHi @alexliii,
Thank you for asking. It’s not related to this plugin but I can make a few recommendations.
- First I would see if the shipping system you use can improve upon existing validation. In most cases, it should not matter what the customer enters in the city field at checkout. When the order is ready to ship, the shipping system should be able to locate a match based loosely on the address, and strictly on the zip/postcode, and country. Enterprise Shipping for Pitney Bowes is a plugin I’ve written and validation is performed upon shipping, not on checkout, however it only works for USA domestic addresses, and the website must be registered through Pitney Bowes.
- If that is not an option, you could try to a custom script to suggest cities based on the zip/postcode at checkout. For instance, the following dataset contains cities and their corresponding zip codes, so it would be easy to suggest or autofill a city if the zip was entered first: https://www.back4app.com/database/back4app/us-zip-code-api/dataset-all-us-zip-codes
- Finally, I would try the validation plugin from WooCommerce directly here: https://woo.com/products/postcodeaddress-validation/. It is a subscription, but you may find that plugins endorsed by WC may offer better quality.
Forum: Plugins
In reply to: [Dynamic Time] Activation Fatal Error -why?Hi @roybotics,
Thank you so much for letting me know. This documentation will help anyone else in the future that is experiencing a fatal error while using Dynamic Time with Loginizer Pro.
Forum: Plugins
In reply to: [Dynamic Time] Activation Fatal Error -why?hi @roybotics,
Our efforts combined, we’ve tested all the plugins with the exception of Elementor and WPForms. If you can deactivate these and reattempt to activate Dynamic Time, that will at least rule these out as containing conflicts.
If that doesn’t uncover anything, you may copy and paste more info on your environment by visiting WooCommerce > Status. Copy from “WordPress version” to “MySQL version” and that should help me further rule out any server variables that haven’t yet been tested with your environment.
Forum: Plugins
In reply to: [Ship Estimate for WooCommerce] Google customer reviews survey not popupHi @alexliii,
Thank you for the update. The screen capture provided is not a message or error from this plugin so I cannot help you in very much detail.
I am guessing it is the SKU of the product that is passed to Google and the SKU value has unsupported characters. You can read about it more here: https://support.google.com/merchants/answer/6239388
Forum: Plugins
In reply to: [Dynamic Time] Activation Fatal Error -why?Hi @roybotics,
Thank you. I’ve tested Dynamic Time with all the plugins you have listed with the exception of Elementor, HostGator and WPForms which are either paid, or unlisted in the WP plugin directory. I have not encountered an error yet.
You may also refer to this 3rd party report, which was unable to trigger an error: https://plugintests.com/plugins/wporg/dynamic-time/latest
Since you have WooCommerce installed, you may copy and paste more info on your environment by visiting WooCommerce > Status. Copy from “WordPress version” to “MySQL version” and that should help me further rule out any server variables that haven’t yet been tested with your environment.
Forum: Plugins
In reply to: [Dynamic Time] Activation Fatal Error -why?Hi @roybotics,
Thank you for your report. There haven’t been recent reports of fatal errors, but it could be environment-specific or a conflict with another plugin. WP typically sends an email to the admin when it encounters a fatal error, with the exact error message at the bottom of the email. Would you happen to have this error message?
Hi @nostile,
The plugin will only run for methods that have a min or max date specified in order to calculate a shipping estimate. I will try to accommodate your scenario in the next release (today or tomorrow) if min or max field is blank but a description still exists, thank you for this recommendation!
Forum: Plugins
In reply to: [Auto Coupons for WooCommerce] Free shipping selection not auto applyingHi @curve,
Thank you for your report! I believe the issue with the ‘Auto Coupons Status’ button not appearing in the admin bar is a bug, I will note this before the next release. As a workaround, you may append ?wac_trb to the basket url for troubleshooting.
In regards to the free shipping coupon, it sounds like it has applied correctly but the shipping method did not correctly toggle? To be sure it is related to the coupon plugin, try deactivating the plugin, then manually add the coupon to see if the behavior persists. On the backend, the plugin only applies the coupon. Once a coupon is applied it takes no further actions, so the behavior you see might be a bug with WC or a cart block (or elementor block if you are using elementor cart blocks). Also note that in WC the shipping method usually defaults to the previously selected method, so if a new shipping method pops up, it won’t automatically change the shipping method. To avoid this, try testing in a private/incognito tab. Please let me know what you find.
Forum: Plugins
In reply to: [Auto Coupons for WooCommerce] Coupon code applied successfullyHi John,
Thank you for your question. Yes, it is possible. Here is a thread with a script that will achieve this result: https://stackoverflow.com/questions/62235460/replace-coupon-code-applied-successfully-message-in-woocommerce
I hope this helps.
Thank you!
Hi @alekv,
Thank you for the prompt response, I can confirm this fix worked!
Forum: Plugins
In reply to: [WooCommerce] Empty Cart – Block ErrorHi @rainfallnixfig,
Thank you for your help. I found that the plugin culprit is “Pixel Manager for WooCommerce”, so I will reach out to them for support.
This issue seems to have resolved after deleting and reinstalling CartBounty. No other plugins were reinstalled.
There are no issues with shortcodes. The issue is when using the WC cart blocks and WC checkout blocks in WC 8.3. Abandoned carts are not saved when using WC blocks at checkout.
Example of blocks: https://snipboard.io/S8zIuh.jpg
Example of checkout: https://snipboard.io/BDmgze.jpg
No abandoned cart is saved with checkout blocks.
Hi @nauriskolats,
Thank you for your response, please let me clarify. When using cart/checkout blocks in WC 8.3, the abandoned cart is not saved even after saving the email address field on checkout. If I switch back to legacy cart/checkout shortcodes, everything works fine.
Forum: Plugins
In reply to: [Ship Estimate for WooCommerce] Google customer reviews survey not popupHi Alexliii,
Thank you for the detail and your persistence in find the root cause of this issue. It looks like the cart in the screen captures is using a cart widget or newer blocks instead of the native WooCommerce cart and checkout page that was default in earlier versions. It appears new installs of Storefront have changed the default setup in the most recent version. We will have to extend functionality to this type of cart for the estimate to appear. I’ll try to include this in the coming week’s release. Until then, you don’t have to step back a version, just use the cart shortcode [woocommerce_cart], or cart config you were using previously.