I need to delete the current newsletter option and replace it with a link. Anyone know how to do this? I cannot figure it out by looking at catalog/create_account.php
This is a discussion on Editing Create Account within the osCMax v2 Features Discussion forums, part of the osCmax v2.0 Forums category; I need to delete the current newsletter option and replace it with a link. Anyone know how to do this? ...
I need to delete the current newsletter option and replace it with a link. Anyone know how to do this? I cannot figure it out by looking at catalog/create_account.php
Look in templates/fallback/content/create_account.tpl.php
Row 210 to 213
Code:<tr> <td class="main"><?php echo ENTRY_NEWSLETTER; ?></td> <td class="main"><?php echo tep_draw_checkbox_field('newsletter', '1') . '&nbsp;' . (tep_not_null(ENTRY_NEWSLETTER_TEXT) ? '<span class="inputRequirement">' . ENTRY_NEWSLETTER_TEXT . '</span>': ''); ?></td> </tr>
HTH
Neil
www.12website.com
"You can have everything in life that you want if you will just help enough other people get what they want."
Zig Ziglar
Bookmarks