I want to create a product that people can purchase through WHMCS, but the product is actually an access code for another service. (I'll figure out how I want to generate my access codes later)
Basically, this is what I'm trying to do:
- User purchases the item(s). They should be able to choose the quantity they way to buy.
- When payment is made codes should be generated to match the quantity entered.
- Codes should be e-mailed to the user, and entered into a DB for later reference.
I can do the coding, I'm just not really sure how to make this work in WHMCS.
There are no user-configurable options for this, except for the QTY they enter when ordered.
A user should be able to purchase this independently, it doesn't have to be an add-on with another item.
Basically, this is what I'm trying to do:
- User purchases the item(s). They should be able to choose the quantity they way to buy.
- When payment is made codes should be generated to match the quantity entered.
- Codes should be e-mailed to the user, and entered into a DB for later reference.
I can do the coding, I'm just not really sure how to make this work in WHMCS.
There are no user-configurable options for this, except for the QTY they enter when ordered.
A user should be able to purchase this independently, it doesn't have to be an add-on with another item.