Closed (won't fix)
Project:
UC Gift Certificate
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Aug 2009 at 22:25 UTC
Updated:
19 Aug 2011 at 16:34 UTC
Email address should continue to be optional. This is extremely useful where I want to generate a batch of gift certificates, which will be sold through other means than the ubercart website.
Each gift certificate has its certificate code, but does not get associated with a user, until a non-anonymous user tries to use that particular gift certificate code.
If a registered, non-anonymous user, then tries to place an order, using a certificate code that is not yet associated with a user or order, then it should get associated with this user's ID.
| Comment | File | Size | Author |
|---|---|---|---|
| uc_gift_certificate.module.patch | 689 bytes | dbh01 |
Comments
Comment #1
dbh01 commentedComment #2
jrust commentedWhere in the code does this patch go?
Comment #3
jrust commentedGift certs are now always associated with a user. The coupon or uc_discounts_alt module is the better solution for anonymous discount codes.