Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I remove Send Email to All customers?


skipunda

Recommended Posts

Posted

Hi,

 

How do I remove Send Email to All customers option in drop down menu?

I want to keep all newsletter subscribers.

 

Could I just comment out the option in mail.php?

 

Thanks

Posted

Of course I'm sure theres a contrib on here that will have a different menu system. I'm quite happy with the current setup though.

Posted
Of course I'm sure theres a contrib on here that will have a different menu system. I'm quite happy with the current setup though.

 

In mail.php look for:

 

$customers[] = array('id' => '***', 'text' => TEXT_ALL_CUSTOMERS);

 

and replace with

 

// $customers[] = array('id' => '***', 'text' => TEXT_ALL_CUSTOMERS);

 

This ensures the option doesn't appear in the drop-down menu

Archived

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

×
×
  • Create New...