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)
-   -   Direct access to orders and items (https://forum.x-cart.com/showthread.php?t=26660)

Audiolines 11-16-2006 08:57 AM

Direct access to orders and items
 
So my guys wanted faster access to orders and items, for the purpose of direct access no matter what screen they were on.

Here is what i did:

in single/home.tpl insert:
Code:

<form action="order.php">
Order#<input type="text" name="orderid"><input type="submit" value="find">
</form>

<form action="product_modify.php">
Item(ID#)<input type="text" name="productid"><input type="submit" value="find">
</form>


directly after:
Code:

{if $login eq "" }
{ include file="auth.tpl"}
{else}
{ include file="admin/menu.tpl"}


here is an example:
http://www.audiolines.com/directsearch.jpg

Jerrad 11-16-2006 09:27 AM

Re: Direct access to orders and items
 
Thanks a lot for this very useful mod! :D/

Audiolines 11-16-2006 09:32 AM

Re: Direct access to orders and items
 
no problem

Scott DeToffol 11-16-2006 10:10 AM

Re: Direct access to orders and items
 
Nice, can you add a form field that will bring up SKU?

Audiolines 11-16-2006 10:15 AM

Re: Direct access to orders and items
 
its quite an easy change, our SKU's = our item ID, so this was not necessary.

example: if our item id = 12345
our sku is SKU12345

Audiolines 11-16-2006 10:16 AM

Re: Direct access to orders and items
 
im not quite sure how to make that happen, let me work on it and ill post when i got it

TJ Stephens 11-16-2006 11:47 AM

Re: Direct access to orders and items
 
Thank you! Been wanting to do this for a while. Sometime the simplest mods are the most useful.

eaglemobiles 11-27-2006 04:54 PM

Re: Direct access to orders and items
 
THANKS very useful mod

Audiolines 12-07-2006 11:59 AM

Re: Direct access to orders and items
 
anyone know how to make these searches sit inside one of those pretty blue boxes?

jessej 12-07-2006 02:38 PM

Re: Direct access to orders and items
 
Doesnt work for 4.1 im guessing.


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

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