Jump to content

Disable & Remove 'Mailing List' subscription - Kurouto


James S

Recommended Posts

  • 1 year later...

With CubeCart 6.2.5 it is  slightly different.

In skins/foundation/templates/main.php, go to line 93 of skins/templates/foundation/main.php,
and using smarty's syntax, comment out from:

{include file='templates/box.newsletter.php'}

to

{*include file='templates/box.newsletter.php'*}

by sandwiching the template insertion line with asterisks.

If you plan to never use the newsletter, you can alternatively remove the whole block of code at line 91 to 96 from main.php:

                     <div class="row collapse">
                        <div class="large-12 columns">
                           {include file='templates/box.newsletter.php'}
                           <div class="show-for-small-only">{$COPYRIGHT}</div>
                        </div>
                     </div>

 

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...