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)
-   -   how to remove authentication and help box [3.5.14] (https://forum.x-cart.com/showthread.php?t=11163)

jeanC 12-29-2004 09:48 AM

how to remove authentication and help box [3.5.14]
 
hi. this question has been asked, but i think the answers given were for a different version from what i have. i tried the methods given, but something's not working. i have very basic knowledge about how this whole template system works.

i'm using a 2 column layout and would like to do away with the Authentication box (will have anonymous checkout only) and the Help box.

could someone point me in the direction of how that may be done? i'm using 3.5.14

:) thanks!

balinor 12-29-2004 11:38 AM

Open customer/home.tpl and comment out or remove these lines:

Code:

{if $login eq "" }
{ include file="auth.tpl" }


{else}
{ include file="authbox.tpl" }


{/if}


and

Code:

{ include file="help.tpl" }

jeanC 12-29-2004 08:16 PM

Quote:

Originally Posted by balinor
Open customer/home.tpl and comment out or remove these lines:

Code:

{if $login eq "" }
{ include file="auth.tpl" }


{else}
{ include file="authbox.tpl" }


{/if}


and

Code:

{ include file="help.tpl" }


thanks!

i think because of the layout i chose... it differs a little from what you gave. but i basically commented out the {if ...} and {/if} for the stuff i didn't need and it worked :D


All times are GMT -8. The time now is 11:26 PM.

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