• I want to give coupon to user when they share his purchase with friends via email or facebook share. I called coupon code is “SPECIALFRIEND”.
    For this process i have already done the code. In which i have added coupon with the email restriction of the user.
    Like
    User one share then coupon SPECIALFRIEND ->[email protected]
    User Two share then coupon SPECIALFRIEND ->[email protected]

    This is working perfect but when i am testing to use these email with the user one or user two account and when i added this coupon it’s added to cart but when i make a purchase on the order page it’s give me error “Sorry, it seems the coupon “SPECIALFRIEND” is not yours – it has now been removed from your order.”

    Please help me to remove this restriction. I need to be create multiple coupon with the same name with diffrent email restriction and expiry date.

    https://www.ads-software.com/plugins/woocommerce/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Mike Jolley (a11n)

    (@mikejolley)

    You cannot have multiple coupons with the same code. You either need to make this code unique, or you need to append valid email addresses to the one coupon as the list grows.

    Thread Starter nmssorg

    (@nmssorg)

    Hii Mike,
    As per i earlier mentioned i also need to set the expiry date for the every user.
    So is there any possibilities to set the multiple expiry date in one coupon for multiple emails.

    Plugin Contributor Mike Jolley (a11n)

    (@mikejolley)

    Nope – you will need a unique code. You can append something unique to the user, or perhaps an md5 hash of the user email.

    nmssorg, did you ever figure this out?

    Thread Starter nmssorg

    (@nmssorg)

    No , Woocommerce not supported it yet. It may be available in future version. But currently its not possible with this version.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Create many coupon with the same name but restrict each with the different email’ is closed to new replies.