• Welcome to KonaKart Community Forum. Please login or sign up.
 
June 30, 2025, 10:37:36 am

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - nycbubbles

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