Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ADD SUBSCRIBED TO NEWSLETTER ON CUSTOMER.php


Guest

Recommended Posts

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...