Alexian Posted January 9, 2006 Posted January 9, 2006 How can i put the option " Newsletter" on subscribe as a default. And not *NOT*subscribed at the registering page.
adultsm Posted January 9, 2006 Posted January 9, 2006 How can i put the option " Newsletter" on subscribe as a default. And not *NOT*subscribed at the registering page. in create_account.php find <td class="main"><?php echo tep_draw_checkbox_field('newsletter', '1') . ' ' . (tep_not_null(ENTRY_NEWSLETTER_TEXT) ? '<span class="inputRequirement">' . ENTRY_NEWSLETTER_TEXT . '</span>': ''); ?></td> replace with <td class="main"><?php echo tep_draw_checkbox_field('newsletter', '1','',true) . ' ' . (tep_not_null(ENTRY_NEWSLETTER_TEXT) ? '<span class="inputRequirement">' . ENTRY_NEWSLETTER_TEXT . '</span>': ''); ?></td> This has not been tested !! Its Only Me Alex
buzuc Posted January 9, 2006 Posted January 9, 2006 take a look at this post :friendly newsletter MS2 2.2 fr + Manufacturer copy (5 manufacturers - modified to make it works) + More pics 6 + FCK Editor + zones shipping (modified without weight) + My contribution : Shopping Cart Management for Unique Products I apologize in advance for my poor English I'm French !
Alexian Posted January 10, 2006 Author Posted January 10, 2006 thanx adultsm. But it did not work. However the link wich buzuc gave, there was the sellusion. Thanx guys for your affort ~ !!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.