View Single Post
  #88  
Old 08-08-2007, 09:49 AM
 
sassicat sassicat is offline
 

Advanced Member
  
Join Date: May 2007
Location: Dale City, Virginia
Posts: 80
 

Talking Re: My Account Login

Quote:
Originally Posted by Jayk
I'm working on doing some of this. If someone gets it done before me, maybe they could post here.

Jason

Ok - for the first time I am going to contribute something

For the customer details, I found in modules/Fast_Lane_Checkout a file named customer_details_html.tpl

I copied over to the skin1 directory (so it is in the same directory as the menu_profile_mod.tpl.

In menu_profile_mod.tpl after {capture name=menu}
I inserted
{include file="customer_details_html.tpl"}

I then cleaned up the new customer_details_html.tpl so that it didn't take up quite so much space on the page. If I did it right, there should be a jpg of the screen shot of my newly edited customer profile.

I also moved the call for the auth_box_mod.tpl.....I thought it would be better at the top.....so on help/Login.tpl (first TD is the authbox, second is now the menu profile)

Replace the last table with
<TR>
<TD width="50%">{ include file="authbox_mod.tpl" }</TD>
</TR>
<TD width="50%">{ include file="menu_profile_mod.tpl" }</TD></tr>
</TABLE>


Attached Thumbnails
Click image for larger version

Name:	Customer Profile.jpg
Views:	204
Size:	52.3 KB
ID:	506  
__________________
Christy Catterton
http://www.sassicataviary.com
X-Cart Gold Ver 4.1.8
Reply With Quote