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.