Guest Posted December 4, 2006 Posted December 4, 2006 I need to add Newsletter subscribed Yes/No to the admin/customer.php file list and have added at line 752 in the customers list page <!-- <td class="dataTableContent"><?php if ($customers->customers_newsletter == '1') {echo ENTRY_NEWSLETTER_YES; } else { echo ENTRY_NEWSLETTER_NO; }; ?></td> --> and the results in my new column "Newsletters" it says "unsubscribed" on all accounts which is not true. What would be the correct code? Also anyone know who to export to "outlook express" the email address of the Newsletter subscribers. Thanks jerkystore
Recommended Posts
Archived
This topic is now archived and is closed to further replies.