Former thread: viewtopic.php?p=800976#p800976
I don't know if MTGS still has the issue, but I recently bumped into the exact same issue. I was able to delete the newsletter checkbox from the registration form and now I'm left with the one on the checkout page.
I use the latest version of Opencart. Journal 3 theme.
I tried:
but it appears that in that file there is no line regarding "newsletter".OSWorX wrote: ↑Sat Sep 24, 2016 10:14 pmSimply open the fileand search for this section starting with:catalog/view/theme/journal2/template/journal2/checkout/checkout.tplBut this should be able to disable in the backend ...Code: Select all
<?php if ($entry_newsletter): ?>
However, I went into:
and "disabled" the line 230:catalog/controller/journal3/checkout.php
Code: Select all
'newsletter' => $newsletter,
So it looks like this:
Code: Select all
# 'newsletter' => $newsletter,

Please let me know if opting out that line can have a bad outcome, like errors and such, but oh well, it seems to work
