Jump to content

[Resolved] Removing Subscribe to mailing list Box from Front Page


RetroDan

Recommended Posts

  • 1 year later...

I'm also using Mican Black and would like to remove the subscribe to Newsletter option, but when I've opened the main_php file I can't find any mention of {$MAIL_LIST}

 

It may be that I have removed it previously, although if so, the Subscribe to our Newsletter is still showing up on the customer sign up page.  Any help should be appreciated :)

Link to comment
Share on other sites

At about line 66 in main.php, find:

		  <div class="sidebar" id="sidebar_left">
			{$CATEGORIES}
			{$SALE_ITEMS}
			{$MAIL_LIST}
		  </div>

Change to:

		  <div class="sidebar" id="sidebar_left">
			{$CATEGORIES}
			{$SALE_ITEMS}
			{* $MAIL_LIST *}
		  </div>

 

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...