View Single Post
  #4  
Old 02-22-2008, 04:34 AM
  Holub's Avatar 
Holub Holub is offline
 

X-Adept
  
Join Date: Jan 2008
Posts: 432
 

Default Re: Simple Order Status input box

Insert this into any tpl you want.

Code:
{if $login} <form method="GET" action="order.php?"> <input type="text" name="orderid"> <input type="submit" value="View my order"> </form> {/if}

or create new /skin1/order.tpl with code

Code:
{if $login} {capture name=menu} <form method="GET" action="order.php?"> <input type="text" name="orderid"> <input type="submit" value="View my order"> </form> {/capture} { include file="menu.tpl" dingbats="dingbats_help.gif" menu_title=$lng.lbl_help menu_content=$smarty.capture.menu link_href="help.php"} {/if}

and insert into home.tpl (or another) to left column this include

Code:
{include file="order.tpl"}

Comfortable thing! Enjoy!
__________________
Regards,
Anthony Holub

X-Cart Skins Store
- twenty two different skins available;
- both 4.1.x and 4.2.x versions compatible;
- refresh you store now!

Smart menu X-Cart add-on
Featured Products Slide Show X-Cart add-on
"What's New?" FREE X-Cart add-on
Reply With Quote