Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

I can't find where to turn off Newsletter Signup?

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 09-13-2003, 09:22 PM
 
AtomicFuze AtomicFuze is offline
 

Newbie
  
Join Date: Jun 2003
Posts: 6
 

Default I can't find where to turn off Newsletter Signup?

I can't find where to turn off Newsletter Signup?

I know the setting is got to be somewhere. I looked in the manual and searched all forums but no luck.

Can someone put me out of my misery?

thanks, Brian Kilpatrick
Reply With Quote
  #2  
Old 09-13-2003, 10:31 PM
 
ATKOgirl ATKOgirl is offline
 

X-Adept
  
Join Date: Sep 2002
Posts: 448
 

Default

Hi,

You could just remove it from the templates. I don't think an option to turn it off exists, but I could be wrong.

ATKOgirl
Reply With Quote
  #3  
Old 09-14-2003, 07:19 PM
 
AtomicFuze AtomicFuze is offline
 

Newbie
  
Join Date: Jun 2003
Posts: 6
 

Default ATKOgirl you have answered 2 of my posts today, thankyou!

ATKOgirl you have answered 2 of my posts today, thankyou!

Must be that East Coast nice people thing.

I'm in Los Angeles CA now but I'm from Milford CT.

Thanks again
Reply With Quote
  #4  
Old 09-14-2003, 10:51 PM
 
ATKOgirl ATKOgirl is offline
 

X-Adept
  
Join Date: Sep 2002
Posts: 448
 

Default

AtomicFuze,

Thanks so much for the compliment! I'm CT born and bred, so it's always nice to hear from other CT'ers around the country.



ATKOgirl

BTW: My favorite non-clothing store is the Christmas Tree store in Orange, CT on the Milford line. I don't know the last time you were in Milford, but the Post Road has really turned into Retail Central with tons of huge stores!
Reply With Quote
  #5  
Old 10-13-2003, 03:46 PM
  kangus's Avatar 
kangus kangus is offline
 

Senior Member
  
Join Date: Feb 2003
Posts: 160
 

Default Show News MOD

modify /skin1/customer/home.tpl
Add the if statement:

{if $conf.news_show}
{ include file="news.tpl" }
{/if}

INSERT INTO xcart_config VALUES ('news_show', 'Show News', 'N', 'Modules', 11, 'checkbox');

Now you can turn the news on/off from the General/Modules screen.
Reply With Quote
  #6  
Old 12-07-2003, 09:35 AM
 
oziris oziris is offline
 

Advanced Member
  
Join Date: Jun 2003
Posts: 94
 

Default

does this have to be executed on SQL database?

INSERT INTO xcart_config VALUES ('news_show', 'Show News', 'N', 'Modules', 11, 'checkbox');

Predrag
Reply With Quote
  #7  
Old 12-07-2003, 12:04 PM
  shan's Avatar 
shan shan is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Birmingham, UK
Posts: 6,163
 

Default

Quote:
Originally Posted by oziris
does this have to be executed on SQL database?

INSERT INTO xcart_config VALUES ('news_show', 'Show News', 'N', 'Modules', 11, 'checkbox');

Predrag

yes
__________________
Looking for a reliable X-cart host ?
You wont go wrong with either of these.

EWD Hosting
Hands On Hosting
Reply With Quote
  #8  
Old 12-07-2003, 01:55 PM
 
oziris oziris is offline
 

Advanced Member
  
Join Date: Jun 2003
Posts: 94
 

Default

ok, got the database part but where do I insert the if statement code? Here is my home.tpl:
Code:
{* $Id: home.tpl,v 1.7 2003/04/11 05:05:27 svowl Exp $ *} { config_load file="$skin_config" } <html> <head> <title>Welcome to Ely Mall. {if $main eq "catalog"} - Home {elseif $main eq "help"} - Help section {elseif $main eq "cart"} - Your Shopping Cart {elseif $main eq "checkout"} - Checkout {elseif $main eq "order_message"} - Thank you for your order {/if} </title> { include file="meta.tpl" } <link rel="stylesheet" href="{$SkinDir}/{#CSSFile#}"> </head> <body LEFTMARGIN=0 TOPMARGIN=0 RIGHTMARGIN=0 BOTTOMMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0> { include file="rectangle_top.tpl" } { include file="head.tpl" } <table border=0 width="760" cellpadding=0 cellspacing=0 align="center"> <tr> <td class=VertMenuBox width=150 valign=top> { include file="customer/categories.tpl" } {if $active_modules.Bestsellers ne "" and $config.Modules.bestsellers_menu eq "Y"} { include file="modules/Bestsellers/menu_bestsellers.tpl" } {/if} {if $active_modules.Gift_Certificates ne "" or $active_modules.Product_Configurator ne ""} { include file="customer/special.tpl" } {/if} {if $login eq "" } { include file="auth.tpl" } {else} { include file="menu_profile.tpl" } {/if} { include file="customer/menu_cart.tpl" } {if $login eq "" } { include file="news.tpl" } {else} { include file="authbox.tpl" } {/if} {if $active_modules.Interneka ne ""} { include file="modules/Interneka/menu_interneka.tpl" } {/if} { include file="help.tpl" } </td> <td width=20></td> <td valign=top> {include file="customer/home_main.tpl"} </td> </tr> </table> { include file="rectangle_bottom.tpl" } </body> </html>
Reply With Quote
  #9  
Old 12-09-2003, 08:26 PM
 
oziris oziris is offline
 

Advanced Member
  
Join Date: Jun 2003
Posts: 94
 

Default

does anyone know? I don't want to break anything.

Predrag
Reply With Quote
  #10  
Old 12-18-2003, 01:31 AM
 
ryanf ryanf is offline
 

Member
  
Join Date: Sep 2003
Posts: 28
 

Default

I've been thinking about getting rid of the newsletter. Not being able to view subscribers from admin makes the newsletter kinda useless. I'll let you know if I figure out how to get rid of it.

Ryan
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 12:40 PM.

   

 
X-Cart forums © 2001-2020