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