Jump to content

Recommended Posts

Posted

I have tried some previous suggestions on the forum, (maybe for earlier versions of cube cart ??) without success.

Can someone please advise how to do this with version 6.5.6 ?

Posted

For the Foundation skin, there will be three locations (that I know of).

In the template main.php:

Near line 92, find:

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

Change to:

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

In the template box.session.php:

Near line 20, find:

<li class="text-left"><a href="{$STORE_URL}/index.php?_a=newsletter" title="{$LANG.account.your_subscription}">{$LANG.account.your_subscription}</a></li>

Change to:

{* <li class="text-left"><a href="{$STORE_URL}/index.php?_a=newsletter" title="{$LANG.account.your_subscription}">{$LANG.account.your_subscription}</a></li> *}

In the template content.checkout.confirm.php:

Near line 45, find:

{if !$USER_SUBSCRIBED}

Change to:

{if false && !$USER_SUBSCRIBED}

These changes will not survive an upgrade to the skin.

A 'Feature Request' has been made in the Github.

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...