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)
-   -   Newsletter (https://forum.x-cart.com/showthread.php?t=8206)

lyncca 06-22-2004 11:47 AM

Newsletter
 
I know this has to be easy, but can someone tell me how I can remove the newsletter from just the admin and provider areas without affecting the main newsletter on the customer pages?

XCART PRO Version 3.5.7

Thanks :)

BCSE 06-22-2004 03:49 PM

Find this in both home.tpl's

Code:

{if $login eq "" }
{ include file="news.tpl" }
{else}
{ include file="authbox.tpl" }
{/if}


Just remove the
Quote:

{ include file="news.tpl" }

HTH!

Carrie

BCSE 06-22-2004 04:03 PM

I meant to also say you can just comment that line out. I had a kid screaming at me when I replied. ;)

Carrie

lyncca 06-24-2004 09:15 AM

Well that was easy! I could have sworn I tried that before and screwed it all up :lol:

I must have taken out too much or too little before -- it was my first cart I tried that on.

Thanks much :)


All times are GMT -8. The time now is 06:01 AM.

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