Jump to content

Selling .. text ?


msh100

Recommended Posts

Hello,

I have had WHMCS for a long time, and just wondered if you could sell text ? Well, lets make it more precise, I want to sell Licenses. Say I have 100 licenses, and WHMCS can give them to customers say through the welcome email ?

 

As it's licenses, everyone will need to have a unique code.

 

Is this possible in WHMCS,

 

Thanks

Marcus :)

Link to comment
Share on other sites

Hi,

 

How about creating your own little script, say using php, with the imported License Code. Once you approve an order, the script could then also be run.

 

If you wanted to automate it all, you may be able to adapt the checkout.php script included with WHMCS.

 

Cheers,

Paul

Link to comment
Share on other sites

Hi,

 

How about creating your own little script, say using php, with the imported License Code. Once you approve an order, the script could then also be run.

 

If you wanted to automate it all, you may be able to adapt the checkout.php script included with WHMCS.

 

Cheers,

Paul

Well, can you add custom PHP to the welcome emails ?

 

Thanks

Marcus ;)

Link to comment
Share on other sites

I don't believe so, but that checkout script allows you to use PHP. If you were to use this available variable (Product ID: $productid) in that script as a means of telling what product was ordered, you could probably use that to send a second email with the license code, only *if* that product ID was the one that you were selling. Check the comments in the top of that file for a bit more info on variables, etc.

Combined with a limited number of the product available in the product setup, that might do the trick.

Link to comment
Share on other sites

Yes, good point, however, it would be a nice feature. Even if it wasnt for licensed, it could be used for premade accounts for unsupported hosting managment systems, say you could make a load of cPGS for example and they could be given then.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated