KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: gowrish1 on February 23, 2012, 07:03:00 am

Title: Product Name is not displaying in invoice
Post by: gowrish1 on February 23, 2012, 07:03:00 am
Hi,in konakartadmin at the order panel if i edit a particular order then it is not displaying the name of the product. Instead of product name it is displaying like the following.

1 x    $esc.html($op.getName())
-Type: Silver

10 x    $esc.html($op.getName())
-Model: Value
-Memory: 4 mb

Can anyone suggest me a solution for this problem thank you for your time and consideration..
Title: Re: Product Name is not displaying in invoice
Post by: ming on February 26, 2012, 05:52:45 am
That syntax uses the Velocity Escape Tool... that should be loaded into the Velocity template and get translated properly.

Could it be that you have a mixture of new templates with out of date code (that doesn't load the Escape tool into the velocity context) ?

Try installing a fresh copy of KonaKart to a new location and verifying that you do not get this problem.