Thread: Search box
View Single Post
  #1  
Old 04-13-2004, 09:20 AM
 
bluecat bluecat is offline
 

X-Adept
  
Join Date: Nov 2002
Posts: 674
 

Default Search box

I've changed my head.tpl but when I add the search script (as indicated in this thread: http://forum.x-cart.com/viewtopic.php?t=9594&highlight=search), it doesn't show up, but rather the script itself shows up. The thread listed indicates to add the following script:

Code:
{if $usertype eq "C"} { include file="customer/search.tpl" } {/if}

For what it's worth, I added the the { include...tpl." } without the "if" and that didn't work either. Also, I'm using version 3.4.9. Any advice is greatly appreciated. Thank you.
Reply With Quote