KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: ramesh on September 10, 2009, 06:18:16 am

Title: OrderDetails_en .vm file
Post by: ramesh on September 10, 2009, 06:18:16 am

hi,

  In KonakartAdmin orders when we click on edit button its displaying order details via "OrderDetails_en .vm" . All details displayed here is via orders table.
  my requirements i want display some more details. Like i am storing some messages in address_book table custom1 field, i want display this message in
"OrderDetails_en .vm". I thought of storing this messages in some custom1 fields of orders table but all custom fields are fully occupied.
 
  How can i display the messages stored in the address_book table custom1 field in "OrderDetails_en .vm"............?

Any help is much appreciable
Thank You
Title: Re: OrderDetails_en .vm file
Post by: julie on September 10, 2009, 07:02:57 am
The data displayed should all come from the order sub system since in time, the address could be modified or even deleted so you would lose information. Maybe you should try storing these messages in an order status history record.
Title: Re: OrderDetails_en .vm file
Post by: greg on September 10, 2009, 07:53:46 am
Perhaps it might be possible for you to encode more information in each order custom field?   Maybe in XML or some other format that you like?

Yes, you would have to write code to read and write this encoded data, but not too hard to achieve..