• Resolved zsoca

    (@zsoca)


    I have 400 costumers. I want to set to use the coupon one time per day per user. I want to reset the usage per user after 10 hours. For example customer A buy at 8am. After customer A can’t use the coupon again, just after 10 hours, at 6pm. Customer B buy at 9am. After customer B can’t use the coupon again, just after 10 hours, at 7pm. Etc. How can I solve this?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter zsoca

    (@zsoca)

    I forgot. Every costumer use the same coupon code.

    Plugin Support Mahfuzur Rahman(woo-hc)

    (@mahfuzurwp)

    Hello @zsoca ,

    Thank you for reaching out!

    The feature you’re looking for—allowing a coupon to be used only once per user every 10 hours—is not possible with the WooCommerce core. However, you can achieve this functionality using a third-party plugin or one of the extensions available on our marketplace: WooCommerce Extensions. Feel free to explore the options there.

    Thank you. let us know if you have any more questions.

    Thread Starter zsoca

    (@zsoca)

    Hello @mahfuzurwp ,

    Which extension can handle this “problem”?

    Thank you!

    Plugin Support Mahfuzur Rahman(woo-hc)

    (@mahfuzurwp)

    Hi @zsoca,

    I’ve looked into it, but I wasn’t able to find a specific extension that meets your needs. In this case, I recommend reaching out to a developer for a custom solution. Based on feedback from other users, we highly recommend contacting one of the experts listed on our Customization page, who can help you with this.

    Let me know if you have any other questions!

    Thread Starter zsoca

    (@zsoca)

    hi @mahfuzurwp ,

    Thank you for your answer. Another question. Is there any way, that auto generate a coupons for every user, every day? So the users can’t use the coupon again that day. But they can use the new coupon next day.

    Plugin Support Jonayed (woo-hc)

    (@jonayedhosen)

    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!

    Thread Starter zsoca

    (@zsoca)

    Hi @jonayedhosen ,

    Thank you!

Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.