RLDD
Forum Replies Created
-
As soon as I downloaded the most recent Kirki update, my site crashed and is unrecoverable even when reverting to previous versions. Using Folie theme with custom child theme.
Hi, thank you for finding this issue. You are correct, the plugin is applying and removing the coupon correctly based on cart total, but failing to add the coupon back back when the cart re-qualifies.
You may find this issue is resolved in version 2.1.7 available now. Please reply back to this thread if you find any issue.
Thank you.
Forum: Plugins
In reply to: [Ship Estimate for WooCommerce] Product GTIN is invalid?Hi alexsina,
This message appears to be from Google’s API, possibly in regards to the merchant center. I recommend checking merchant center diagnostics.
Kindly let me know if there’s anything else I can do.
Forum: Plugins
In reply to: [Ship Estimate for WooCommerce] Plugin issuesHi evaldash,
Thank you for this feedback, and sorry for the delay. Kindly let me know if any of these items are resolved in version 1.1.1 released today. I appreciate your concerns and look forward to hearing more regarding this version and any further improvements that will help the plugin.
-RhettHi Sebastian,
Thank you for your inquiry. You are correct, the plugin has not been formally translated. If you are looking for a temporary translation you may translate the plugin page at https://translate.ww.wp.xz.cn/projects/wp-plugins/woo-auto-coupons/stable/es-mx/default/. And if you are looking to translate the coupon settings page you might try the translation feature built into Google Chrome which renders like this. In Google Chrome, right click > translate to access the translation menus.
I know this solution is not permanent but hopefully it will resolve your issue in the short term.Hi Thomas, I think you’re right. There is a documented issue with litespeed in some configurations. Here’s a workaround that might fix the issue: fix-litespeed-cache-woocommerce-conflicts
Hi Thomas,
Thanks, I’ve verified that it’s working on my test sites but not on yours. Can you tell me if the mirror site you tested is using the same parent theme and plugins? It might be a parent theme issue.Hi Thomas, that could indicate caching. Do you know if there’s a caching plugin installed? If so, you might be able to exclude /cart and /checkout.
Another way to be sure is by adding any random parameters to the cart url like ?test=123.Hi Thomas,
WordPress rules won’t allow me to accept creds to troubleshoot. But I can try to reproduce the error in my own environment if I know the theme and versions you are using. You can also link to screen captures of the coupon setttings, and the ?troubleshoot result in cart. snipboard.io might be helpful for image link sharing.Hi Thomas, yes this has been tested with WC 5.8.
Can you provide me with your theme and any other relevant information so I can try to replicate the error on my end?
Hi Thomas,
Can you try this… Visit the cart as an admin and append ?troubleshoot to the URL. It will give you a print out of each coupon eligibility. Let me know if that provides any insight.Hi Thomas,
Thank you for notifying me of this issue. I was able to test the auto apply feature on several sites with WC 5.8.1. I have not yet been able to reproduce an issue.One thing to note is that is a auto applied coupon that has been manually removed from the cart will not be auto applied again. To test to see if this is the case you are seeing, apply another coupon manually and then remove it. Auto Coupons will attempt to auto-apply a previously removed coupon only after another coupon has been applied and removed.
Forum: Plugins
In reply to: [Auto Coupons for WooCommerce] Apply via URLHi @konfyt, you will find this plugin adds a few extra options at the bottom of the native WooCommerce coupon creation screen.
Proceed to create a coupon at Marketing > Coupons > Add Coupon. At the bottom of the page you will have two new options created by the “Auto Coupons” plugin.
Forum: Plugins
In reply to: [Dynamic Time] Category – better functionalityAwesome, let me know if there’s anything else I can help with!
Forum: Plugins
In reply to: [Dynamic Time] Category – better functionalityThe following function is compatible with v3.8.14 and will pull in line items from the user bio as categories.
function dyt_user_cat($userid) { $cats=get_user_meta($userid,'description',true); if(!empty($cats)) return preg_split('/\R/',$cats); }Hope this helps!