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!
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!