Hi @zsoca ,
Is there any way, that auto generate a coupons for every user, every day??
It sounds like you’re looking to set up a system that automatically generates unique daily coupons for each user, ensuring they can only use the coupon once per day.
One option to explore is the Smart Coupons plugin. It offers features for managing coupons, like bulk generation and personalized coupons. While it doesn’t directly support automatic daily generation for each user, it provides a strong foundation for building custom solutions.
To meet your specific requirement of unique daily coupons per user, some custom development would be needed:
- A custom script can be created to run daily using WP-Cron or a server-side cron job. This script would use WooCommerce’s coupon functions to generate unique coupons with a one-day validity and a usage limit of one per user.
- Once the coupons are generated, they can be distributed via email or added directly to user accounts. You can leverage the Smart Coupons plugin to handle email distribution seamlessly.
If your goal is simply to offer daily discounts without the complexity of individual coupons, dynamic pricing might be a better fit. Plugins like WooCommerce Dynamic Pricing & Discounts let you set up automatic daily discounts for eligible users or products, skipping the need for coupon codes entirely.
WooCommerce offers a 30-day refund policy, so you can test the extensions and make sure they meet your needs. If you have any questions before purchasing, you can reach out to us at WooCommerce.com → My Account → Support (you’ll just need to create an account if you don’t already have one).
I hope this helps!