X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   The most pathetic mod ever (https://forum.x-cart.com/showthread.php?t=20682)

cotc2001 03-23-2006 05:06 AM

The most pathetic mod ever
 
Does your index finger ache from having to use the scroll wheel to go down to the order status input field just to enter a tracking number and change the order status to complete??????

THEN YOU NEED PATHETIC MOD mod mod mod

Yes now you to can be as lazy as me and go straight to the change status and tracking number section by following these easy to use steps

Code:

add a new language variable called lbl_gotostatus

Code:

open up the main/history_order.tpl

Code:

look for this section of code {include file="buttons/button.tpl" button_title=$lng.lbl_modify href="order.php?orderid=`$order.orderid`&mode=edit"}
(might only be there if you have AOM installed but im too lazy to check

Code:

add in after it  {include file="buttons/button.tpl" button_title=$lng.lbl_gotostatus href="#status"}

then find this section of code

Code:

{$lng.lbl_status}:

and change it to

Code:

{$lng.lbl_status}:<a name="status"></a>

save and you are done, so now with new button that will take you right to the order status and tracking number section and all your index finger problems will just float away


All times are GMT -8. The time now is 11:26 AM.

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