X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   FAQ and About Our Site (https://forum.x-cart.com/showthread.php?t=329)

Parrot 10-17-2002 07:20 AM

FAQ and About Our Site
 
I would like to have the FAQ and About Our Site listed under the heading of Help, rather then be hidden under the link to help. I feel that most people will not click on help, when a list is under the heading. The other headers are not clickable, so having these only found by clicking on the header is very confusing. I doubt anyone would click on the help when a list is listed right under it. They would instead incorrectly assume that the list is complete.

How do I go about having them accessed as an item down with the Terms & conditions, contact us, etc.?

Thanks for your help!

Lori

B00MER 10-17-2002 11:08 AM

edit [skin1]/help.tpl and replace its contents with:
Code:

{* $Id: help.tpl,v 1.11 2002/08/20 13:16:27 zorg Exp $ *}
<TABLE border=0 cellPadding=5 cellSpacing=0 width=100%>
<TR>
<TD width="26" height=26 class=MenuTitleLine>[img]{$ImagesDir}/dingbats_help.gif[/img]</TD>
<TD class=MenuTitleLine height=26 valign=center width="80%"><font class=TableLeftTitles>{$lng.lbl_help}</font></TD>
</TR>
<tr><td colspan=2 class="TableLeftElements">
{$lng.lbl_recover_password}

{$lng.lbl_contact_us}

{$lng.lbl_privacy_statement}

{$lng.lbl_terms_n_conditions}

{$lng.lbl_faq}

{$lng.lbl_about_our_site}
</td></tr>
</table>


;)

Parrot 10-17-2002 12:25 PM

Boy, Don't I feel silly! :oops:


Thanks So Very Much!!

You certainly make xcart much easier with all your help!

Lori

P.S. I am trying my best to help others too. When and were I can.
Thank you for all your fantastic support!!


All times are GMT -8. The time now is 09:47 AM.

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