KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: nycbubbles on December 01, 2007, 03:48:37 pm

Title: Assign license to Products after checkout
Post by: nycbubbles on December 01, 2007, 03:48:37 pm
Hi

We are trying to send our customer a id/license number for each product they purchased. We could send it or store it where they could view it under "my account". I looked into our payment action class under com/konakart/actions/gateways. I'm able to view the list of products user bought and the deails of the order.  I could modify each OrderProductIf object in the array returned by order.getOrderProducts().  There is not custom fields so I appended the user's license key at the end of the product name for each OrderProductIf in the array. 

How could my modified product name be stored during transaction and sent to users? Other better suggestions are welcome!!!

thanks!
Title: Re: Assign license to Products after checkout
Post by: ryan on December 03, 2007, 06:28:40 am
Hi,

Another approach could be for you to process the order using the admin app and add the license(s) as a comment which will be saved as an order  history record. If you change the state of the order at that point, the user will automatically receive an email with this information and this information will remain attached to the order.

-Ryan