1. Create empty text file named
new_menu.tpl in skin/customer/ and copy following code inside:
Code:
{* $Id: pages_menu.tpl,v 1.5 2005/11/17 06:55:36 max Exp $ *}
{capture name=menu}
<div class="categories">
{include file="pages_menu.tpl"}
</div>
{/capture}
{ include file="menu_cat.tpl" menu_title="Sell Books" menu_content=$smarty.capture.menu }
2. Open skin/customer/home.tpl and add this code under left column:
Code:
{include file="customer/new_menu.tpl" }
3. Clean var/templates_c directory.