Re: moving search bar
Here it is, find...
{if $main ne "fast_lane_checkout"}
<tr>
{*<td class="HeadLine" height="22">
{if $usertype eq "C"}
{ include file="customer/search.tpl" }
{/if}*}
</td>
<td class="HeadLine" align="right">
Change it to (noting where the ending comment has moved to and the additional colspan in the following TD)...
{if $main ne "fast_lane_checkout"}
<tr>
{*<td class="HeadLine" height="22">
{if $usertype eq "C"}
{ include file="customer/search.tpl" }
{/if}
</td>*}
<td class="HeadLine" align="right" colspan="2">
Remember to back up & let us know your results.
Doms
__________________
Doms
kube v4.1.9
|