skipunda Posted April 27, 2009 Posted April 27, 2009 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
skipunda Posted April 27, 2009 Author Posted April 27, 2009 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.
skipunda Posted April 27, 2009 Author Posted April 27, 2009 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.