![]() |
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: Has anyone done this? Or can anyone tell me how? Thanks co much. |
This would be a excellent mod ... anyone know how to do it ?
|
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.
|
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 |
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 |
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.