RLDD
Forum Replies Created
-
Forum: Plugins
In reply to: [Auto Coupons for WooCommerce] Auto coupon with side cartHi @siribakke01,
The plugin should work exactly as you have described. The only thing that will prevent this behavior is if you have manually removed this particular coupon from the cart in the past… in this case it will not automatically re-apply itself when $50 is met.
To test again with your original coupon, apply a different coupon to your cart and remove it. That will clear the coupon cache. When your cart reaches $50, the original coupon should now auto-apply.
If this still doesn’t work for you, please check for conflicting plugins by deactivating other plugins that may control the cart or coupons. Let me know the theme you are using so I can troubleshoot and try to replicate what you are seeing.
Forum: Plugins
In reply to: [Auto Coupons for WooCommerce] Auto coupon with side cartHi @siribakke01,
Thank you for your concern. I have tested this feature by visiting the coupons settings > Usage restriction, and adding “50” under ‘minimum spend’. Then under the coupon settings > General, check the ‘Auto Apply’ box.
This will apply the coupon automatically when the cart subtotal is over $50. Can you let me know if this works for you in the cart page, checkout page, or does not work at all?
Forum: Plugins
In reply to: [Auto Coupons for WooCommerce] Coupon applied to order without the linkHi @siribakke01,
Thank you for your two reports. I am actively working on the other. In regards to this issue, please visit the coupon and look under the blue line named ‘Auto Coupons’ for the settings. You will see two checkboxes, ‘Apply via URL’ and ‘Auto Apply’. If you only want to share a URL to select customers, check ‘Apply via URL’ and do not check Auto Apply.
This plugin along with the Apply via URL option does not restrict the use of coupon codes to the URL, it only makes the URL an additional option for applying the coupon code. The coupon can still be applied manually.
WooCommerce doesn’t publish coupons or list them publicly and Auto Coupons does not either. However, if the coupon is short or easy to guess a customer could potentially guess the coupon.
Forum: Plugins
In reply to: [Auto Coupons for WooCommerce] unable to remove auto applied coupon at cartHi @xynixlive,
Thank you for bringing up this issue. You may find this is resolved in v2.2.9 released today.
Forum: Plugins
In reply to: [Auto Coupons for WooCommerce] Coupon label (line item name) not changingHi @siribakke01,
The line item name on checkout is designed to be compatible with the WooCommerce Storefront theme checkout. Some other themes may not be compatible if they change the native html structure of the checkout page. If you can provide me with your theme, and can see if compatibility can be extended in a future version.
Thank you!
Hi @aduwow, thank you for your message. WooCommerce controls the display of cart notifications, including when a coupon is applied. This plugin decides when to ask WC to apply coupons, and whether the coupon is applied automatically or with a link.
Of course, you can force a notification like you’ve mentioned with a little bit of code, or you could add a notification using a banner plugin and display it on single product pages.
Forum: Plugins
In reply to: [Auto Coupons for WooCommerce] Some fix reportHi @bluantinoo,
Thank you for this information. I will add this to the next release when possible.
Thank you!
- This reply was modified 3 years, 3 months ago by RLDD.
Hi Kenneth,
Thanks for your reply. It makes sense not to block the Ads bot. But I still have 4 conversions registered on Feb 22nd from orders that are 2+ years old. The only visitors for the orders were bots. Could you consider another approach, and don’t render the pixel when the order is over a x days old, or if the order is already completed?
Thanks for listening!
Forum: Plugins
In reply to: [Ship Estimate for WooCommerce] MYSQL ERROR 1267Hi @m0r0mete,
Great to hear it is resolved.
I appreciate the recommendation for supporting estimates on the product page. This feature has been requested by others, so the good news is it will likely get added to a list of upcoming features. The exact logic is still to be scoped.
Forum: Plugins
In reply to: [Ship Estimate for WooCommerce] MYSQL ERROR 1267Hi @m0r0mete
The last update contained a single change, and that was to this query that only runs on the admin settings page. Can you check that the plugin settings populate correctly (and shipping method dropdown loads for each method)? The query populates these dropdowns.
If the plugin settings were saved before this update when the dropdowns could not populate, the methods potentially could have been disassociated from the rules. To fix this, return to settings, verify each method, and resave.
Forum: Plugins
In reply to: [Ship Estimate for WooCommerce] MYSQL ERROR 1267Hi @m0r0mete,
I believe this might be fixed in version 1.4.12 released just now. Ship method retrieval in admin settings was updated to avoid collation conflicts.
If this does not resolve your issue please respond here to let us know.
Thank you!
Forum: Plugins
In reply to: [Ship Estimate for WooCommerce] MYSQL ERROR 1267Hi @m0r0mete,
Thank you for reporting this sql error. I have been unable to replicate, but can you provide the MySQL version your site is on? It can be found under…
WooCommerce > Status > Server Environment
I look forward to resolving this for you.
Forum: Plugins
In reply to: [Ship Estimate for WooCommerce] Error logs with Paypal Payment pluginHi @alexp11223,
So far I cannot find or replicate any issue with the PayPal plugin, and as you mentioned the log timestamps were at different times. The original poster mentioned that the issue seems to be resolved with the last update of the PayPal plugin. It could be that these were two separate issues that happen to both be resolved now.
Forum: Plugins
In reply to: [Ship Estimate for WooCommerce] Error logs with Paypal Payment pluginHi @alexp11223 ,
Thank you for your response. I’ve added a potential fix in version 1.411 today. This will check if the order object exists before get_id() is called, which appears to have caused an error in your logs at 2023-01-09 14:15:39.
If this doesn’t work for you, can you please reply to this thread?
Awesome, thank you so much!