X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Order History, show users last order details? on search page (https://forum.x-cart.com/showthread.php?t=23076)

taltos1 07-06-2006 09:20 PM

Order History, show users last order details? on search page
 
Hello,
I am not a fan of the "order history" page on x-cart customer side. On the search page for the user, I would like to add above that the details of their last order. So it would look something like this:

Code:

Your Last Order:
Order Number      Status      Date      Total    etcc...
1001                Complete    1/1/06    $10.00

Search for your other orders:
Specify the selections you would like and click on 'Search' to show your orders.
Select the date you would
like to see orders for:    1-All dates    2-This month    3-This week    4-Today
 5-Specify the period below


Has anyone done this? Or can anyone tell me how?
Thanks co much.

carlisleglass 08-08-2006 06:10 AM

This would be a excellent mod ... anyone know how to do it ?

Amy 09-01-2006 05:47 AM

Re: Order History, show users last order details? on search page
 
that would be great! Many times whne users of ours are looking for their order it is the latest order they are needing; mostly due to possibly not receiving a download link via email etc.

inebriate 09-03-2006 03:17 PM

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

whsu716 01-08-2007 10:54 PM

Re: Order History, show users last order details? on search page
 
Is it possible to not have the last order, but the number of orders they've had?

Or perhaps - only show the order numbers?

E.g.

Previous Orders #123, #234, #944

Invoice #1938

taltos1 01-25-2007 07:59 PM

Re: Order History, show users last order details? on search page
 
Great. I was able to do this mod to show all orders. Thank you. I am still wondering though, if I can get it to look like the format in my first post? Anyone have any insights?

Thanks a lot


All times are GMT -8. The time now is 10:55 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.