Hi,

I was wondering if it could be possible to generate a coupon for the invitee as well, that he could use when joining the site ?

Regards,

Comments

maxilein’s picture

Component: Code » Miscellaneous

Hi, did you find a solution to your question? mind sharing if so? Thanks.

simon georges’s picture

Nope, I didn't.... I used another solution at the time I think. But I can't remember.

maxilein’s picture

You can use patches for inclusion with rules and then create triggers to fit your needs:

Rules for invite
http://drupal.org/node/622152#comment-4583746
Then you can react on basic events regarding invitations (e.g. invitation accepted).

Rules for uc_discount
http://drupal.org/node/1205880
It gives users permission to a discount coupon. Read the thread for details.