Contributions

Other (Category Index)
Search: 

Newsletter Unsubscribe

This script will place an unsubscribe link at the bottom of the newsletter allowing customers to unsubscribe themselves.
It also add a couple of pages to you shop, so that during the unsubscribe process, you have a chance to explain the benifits of remaining subscribes.

Expand All / Collapse All

Newsletter Unsubsribe 2.3 - working with "Simple visitor newsletter" contribution Error 27 Nov 2007

Tested this contrib and found a small error in unsubscribe_done.php

Find:
if ($cus_subscribe) {
// Unsubscribe them
tep_db_query("update " . TABLE_CUSTOMERS . " set customers_newsletter = '0' where customers_email_address = '" . $email_to_unsubscribe . "'");

Add just below:

?>
<td class="main"><?php echo UNSUBSCRIBE_DONE_TEXT_INFORMATION . $email_to_unsubscribe; ?></td>
<?php

This is to show unsubscribe message for registered users witch will not show without.

/Savante

Newsletter Unsubsribe 2.3 - working with "Simple visitor newsletter" contribution 14 Nov 2007
NewsletterUnsubscribe_v2.3 13 Nov 2007
Newsletter Unsubscribe v2.2 Joachim Ott 22 Jun 2004
Newsletter Unsubscribe v2.1 Rubygirl 31 May 2004
Newsletter Unsubscribe v1.3 Ethan Shalev 6 May 2004
Newsletter Unsubscribe v1.2 Jim Keebaugh 29 Apr 2004
Newsletter Unsubscribe v1.1 Christpoher Bradley 13 Feb 2003
Newsletter Unsubscribe v1.0 Christopher Bradley 24 Jan 2003

Note: Contributions are used at own risk.