Thread: Product Page
View Single Post
  #6  
Old 02-04-2005, 08:08 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

It is the same page you removed the menus from - customer/home.tpl. Look for this tag:


Just after that, there is a table cell that looks like this:

Code:
<td width=150 valign=top>

replace it with this:

Code:
{*<td width=150 valign=top>

then scroll down and find the closing </td> tag for that cell and replace it with this:

Code:
</td>*}

That should do the trick!
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote