View Single Post
  #116  
Old 07-02-2008, 08:32 AM
  HWT's Avatar 
HWT HWT is offline
 

eXpert
  
Join Date: Jan 2005
Location: Massachusetts, USA
Posts: 392
 

Default Re: My Account Login

Does anybody have an idea how to display a customers order history on the my accounts page? I understand that I can hard code in orders.php?mode=search to cut one step out, but I would like it to display the order history automatically to cut another step out.

So, instead of changing (in the menu_profile_mod.tpl)

{include file="buttons/button.tpl" button_title=$lng.lbl_orders_history href="orders.php"}<br />

to

{include file="buttons/button.tpl" button_title=$lng.lbl_orders_history href="orders.php?mode=search"}<br />

I'd like it instead to display the results of that search.
__________________
x-cart 4.0.13 and 4.1.7 and 4.1.10
Reply With Quote