Roger Posted August 24 Posted August 24 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 ? Quote
bsmither Posted August 24 Posted August 24 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. Quote
Roger Posted August 24 Author Posted August 24 Thank-you, again! I had done some of those edits from information in your previous posts, but that has worked for me, Quote
robertbell Posted August 25 Posted August 25 There's also a checkbox for the mailing list at line 55 of content.register.php Quote
bsmither Posted August 25 Posted August 25 I'll add it to my list. Do you need instruction on how to deal with it? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.