2007-09-06 13:24
I read in http://opensolution.org/Quick.Cart/forum/?p=readTopic&nr=2266 that I could remove the Products link in the top menu by editing Products in header of /trmplates/Page.tpl but I don't see anything related to Products in the Header. I only found something related to Products here: <div class="clear"> </div> <ul id="menu2"> <li class="l0"><a href="?p=productsList">$lang[products]</a></li> $sMenu2 </ul> <div class="clear"> </div> </div> <div class="clear"> </div> <div id="body"> <div id="column"> <form method="get" action="" id="searchForm"> <fieldset> <input type="hidden" name="p" value="productsList" /> <span><input type="text" size="20" name="sWord" value="$sWord" class="input" maxlength="100" /></span> <em><input type="submit" value="$lang[Search] »" class="submit" /></em> </fieldset> </form> $sMenu1 </div> <div id="content"> Shlould I remove something here?
» Quick.Cart v2.x colibri 2007-09-07 08:23
just remove this line in the code above: <li class="l0"><a href="?p=productsList">$lang[products]</a></li> I just tried it and it works.
colibri