View Single Post
  #4  
Old 09-03-2006, 03:17 PM
 
inebriate inebriate is offline
 

eXpert
  
Join Date: May 2006
Posts: 301
 

Default Re: Order History, show users last order details? on search page

edit /skin1/customer/menu_cart.tpl


replace

<a href="orders.php" class="VertMenuItems">{$lng.lbl_orders_history}</a><br />

with

<a href="orders.php?mode=search" class="VertMenuItems">{$lng.lbl_orders_history}</a><br />


this displays all their orders instead of only the last however
__________________
x-cart pro 4.0.18
linux
www.fabric8d.com (currently undergoing construction)
Reply With Quote