This is easy, admin EDIT admin template file;
in admin/templates/product.form.tpl
Find code below around line number 17
<tr>
<td class=”Heading1″>{{ Title|safe }} </td>
</tr>
and add new code to display product bane like below;
<tr>
<td class=”Heading1″>{{ Title|safe }} – {{ProdName|safe}}</td>
</tr>
That’s it guys, enjoy !!!
