Hi all!
We're so confused with promotions. We need to implement a promotion like:
Registered user (John, for example) invites a friend (Sam, for example). Then, Sam accepts the invitation and registers in the shop page.
If Sam buys something for > 50$ (for example), then John gets a coupon with a discount of 10% of 50$.
I think I need to implement this functionality, but I don't know where, the developer documentation doesn't point to this subject, isn't it?.
Some idea?.
Best regards.
Looks like you want to create a gift certificate for John. Our next release (coming shortly) will include gift certificates.
What you could do now is to implement some custom code that fills in a custom attribute of Sam's customer object with the id of John when Sam registers.
Then when Sam makes a purchase, in the Order integration manager you implement logic to look up John, create a coupon, associate it to an existing 10% order total promotion, send the coupon code to John.
Thanks ! Lot of thanks !
Ops, i forget one question !
Gift certificate functionality will be avalaible in Konakart's Community Edition or in Enterprise Edition?
Best regards ! :)