Problem/Motivation
I have created a gift card type, and a product type with the gift card trait added on the variation. I am able to purchase a gift card product but I don't know what to do with it next.
How do I assign this gift card to another user so that they can use it as a full or partial payment on their purchases?
Steps to reproduce
- Create a gift card type
- Create a new product type with the gift card trait added
- Add a git card product
- Purchase a gift card product
Proposed resolution
Unless there is an existing way to do this that I'm missing...
Add a user reference field to the checkout form as a checkout pane where the purchaser can enter the username of another user to send the gift card to, and/or add a form to the purchaser's order page that allows them to assign a gift card to a user post-purchase.
Comments
Comment #2
berdirThe assigned user is not actually functionality meaningful for using the giftcard code, if you know it then you can use it.
I have no plans to implement any specific giving-a-card to someone else as that's not really relevant for the client I created this for, open to patches, but I also suspect that you quickly get into very customer/client specific functionality in how that looks and those mails are built and so on.
Comment #3
anybodyComment #4
anybodyAs of #2. Feel free to reopen with a MR, if someone is interested.