RLDD
Forum Replies Created
-
Forum: Plugins
In reply to: [Auto Coupons for WooCommerce] Auto Coupon for specific category or productHi, thanks for your inquiry. The category and product restrictions on coupons are features of WooCommerce. The Auto Coupons plugin only acts as an automatic trigger that can apply a coupon. The Auto Coupons plugin must check with WooCommerce before it can auto-apply a coupon, and can be stopped from applying a coupon if WooCommerce requirements aren’t met.
If you’re still seeing issues, I recommend disabling any caching plugins that might be active, and adding ?troubleshoot to the cart URL when logged in as an admin. This should provide a detailed report of each coupon and the reason it can or cannot be applied.
Hope this helps. Please respond back if you continue to experience issues.
Forum: Plugins
In reply to: [Auto Coupons for WooCommerce] Customer must pick from 4 categoriesHi there,
Once Auto Coupon is activated, you may find the options at the bottom of the coupon page when creating/editing coupons. This is located at WP Admin > Marketing > Coupons > Add Coupon / Edit Coupon.
You may specify the products or product categories where the coupon is valid, then checkmark ‘Auto Apply’ to have the discount take effect on checkout.
Hope this helps!
Forum: Plugins
In reply to: [Auto Coupons for WooCommerce] Add to cart error still persist on v1.3.8Frank, I’m unable to reproduce your error. However, a new version released today will likely resolve the issue with your theme. Thank you for letting me know about this issue!
Forum: Plugins
In reply to: [Auto Coupons for WooCommerce] Add to cart error still persist on v1.3.8Hi Frank, can you confirm the version you are using is 2.0 or greater?
Forum: Plugins
In reply to: [Auto Coupons for WooCommerce] notification of discountHi veks,
Thanks for identifying this issue. Version 2.0.1 released today adds the option to enable/disable cart notifications, e.g. disable cart notification if quantity in cart is more than max quantity of auto-apply coupon. By default, the plugin will continue to display the min quantity cart notification, and the max quantity notification will be turned off. These settings can be changed on the individual coupon level.
Forum: Plugins
In reply to: [Auto Coupons for WooCommerce] Cart Auto Apply & Disable AnimationToday’s release includes an option to relabel the coupon line item. Thank you!
Forum: Plugins
In reply to: [Auto Coupons for WooCommerce] Cart Auto Apply & Disable AnimationHi xolite,
You may remove the animation using the following style in an html block on the cart and checkout pages…
<style> .woocommerce .cart-discount td:after, .woocommerce .cart-discount td[data-title]:after{content:''!important;display:none!important} </style>In a future release I will add a formal option to disable animation and have the “Coupon:” text reinstated.
Thank you!
Forum: Plugins
In reply to: [Auto Coupons for WooCommerce] plugin causing errorI appreciate your persistence. I have not been able to reproduce this error after version 1.3.8, however I have moved some things around that could have caused this issue to persist in limited scenarios.
Upon update to version 1.3.10, please clear your server’s cache, and test for this issue in a private or incognito tab. Please let me know if it persists.
Forum: Plugins
In reply to: [Auto Coupons for WooCommerce] Add to cart error still persist on v1.3.8Hello, thank you for reporting this issue. This was a conflict with the add to cart action, but only on ajax requests. Please expect this to be resolved in version 1.3.9 released today.
Forum: Plugins
In reply to: [Auto Coupons for WooCommerce] plugin causing errorHi Clark,
I was able to reproduce this error. It is caused by the coupon plugin piggybacking on the add to cart action. Please expect a bug fix to be released within the next 24 hours.
Thank you!
Forum: Plugins
In reply to: [Auto Coupons for WooCommerce] Checkout coupon “discount applied” animationHi Iain,
Sure, just add the following code in an HTML block on the cart & checkout pages. Substitute “COUPON-NAME” for the coupon of your choice. Just a note: I don’t recommend showing the remove link on coupons that set up for Auto Apply, because the plugin will attempt to apply the coupon on each page load if it is not applied.
<style> .woocommerce .cart-discount td:after, .woocommerce .cart-discount td[data-title]:after{content:''!important;display:none!important} .cart-discount.COUPON-NAME .woocommerce-remove-coupon{display:block!important} </style>Forum: Plugins
In reply to: [Dynamic Time] Change Email subject and messageHi Mark,
An update has been released in v3.6.14 that will allow you to change the subject and content in emails created by Dynamic Time.
Define the following functions in your theme’s functions.php file. Edit the return statement as you wish. If these functions are not found, the default subject and content will be used.
function dyt_custom_mail_subject($user_name) { return $user_name." - Pay Period Submission"; } function dyt_custom_mail_content($recipient_name,$user_name,$url) { return "Dear $recipient_name<br><br> Please find a new pay period submission for $user_name at <a href='$url' target='_blank'>$url</a><br><br>- Dynamic Time."; }Forum: Plugins
In reply to: [Dynamic Time] Change Email subject and messageHi Francis,
Yes of course. Please install the plugin if you have not already. If you need assistance, look in the upper right corner of the Dynamic Time plugin page for “Support & Diagnostics” options. You will be able to find assistance there.
Forum: Plugins
In reply to: [Dynamic Time] Change Email subject and messageHi Mark,
Thank you for asking. Currently the email subject and message cannot be edited. I will try to squeeze this within the next release so that the email subject and message can be updated with your own function.
Forum: Plugins
In reply to: [Auto Coupons for WooCommerce] Plugin not works whit UTM parametersJust marking this as closed. I’m glad you were able to resolve.