Page 57 of 117 FirstFirst ... 747555657585967107 ... LastLast
Results 561 to 570 of 1165
  1. #561
    Join Date
    Mar 2005
    Location
    Helsinki
    Posts
    570
    Plugin Contributions
    0

    Default Re: Newsletter-Only Subscriptions for v1.3x

    Quote Originally Posted by sparrish View Post
    I see what you mean now, poosk. Never tried linking directly to the subscribe page, but I'll see what I can do about that. Shouldn't be anything complicated.
    Excuse my stupidness how is this mod suppose to work then? sidebar or what?

    Anyway would appreciate if you can help

  2. #562
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: Newsletter-Only Subscriptions for v1.3x

    As been stated in the past couple of pages - no, I didn't go back and read all 50 some pages, you can't delete subscribers in admin. The id numbers do not carry to the form. The id number does show in the url
    subscription_manager.php?page=1&tID=549&cID=&action=delete
    so the breakdown must come here

    $subscriber_id = zen_db_prepare_input($_GET['tID']);
    $customers_id = zen_db_prepare_input($_GET['cID']);

    $db->Execute("delete from " . TABLE_SUBSCRIBERS . "
    where subscriber_id = '" . (int)$subscriber_id . "'");
    if(!empty($customers_id)) {
    $sql = "UPDATE " . TABLE_CUSTOMERS . " set customers_newsletter = '0'
    where customers_id = '" . (int)$customers_id . "'";
    $db->Execute($sql);

    I'm running php5 but seeing no errors. Anyone got an idea?
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  3. #563
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: Newsletter-Only Subscriptions for v1.3x

    oh, sorry, it happens when you search for a email address and then try to delete it from that screen - not when deleting from the original list.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  4. #564
    Join Date
    Jan 2005
    Posts
    101
    Plugin Contributions
    0

    Default Re: Newsletter-Only Subscriptions for v1.3x

    same problem i face, how to solve this problem ?

  5. #565

    bug Re: Newsletter-Only Subscriptions for v1.3x

    Customers receive html format newsletter emails containing html text and some $variables, like shown below:
    .snip
    Successful and Prosperous Holiday Season.

    $EMAIL_CONFIRMATION_LINK
    $EMAIL_CONTACT_OWNER
    $EMAIL_CLOSURE

    Copyright (c) 2007 AllCraftsOnline
    This email address was given to us by you or by one of our customers
    .snip

    Again all generated emails look normal except some undefined variables inserted as is in the message body.

    When customers subscribe on text version of the newsletter it works fine - they get correct message, no undefined variables in the email.

    This ONLY happens when sending html newsletters. The subscription emails and text newsletters are always fine.

    Any help is appreciated...
    Custom Crafts Online
    http://allcraftsonline.com

  6. #566
    Join Date
    Oct 2007
    Posts
    6
    Plugin Contributions
    0

    Default Re: Newsletter-Only Subscriptions for v1.3x

    I have been reading this thread all the way thru and still haven't found an answer to my problem. I have done a fresh install of Newsletter Subscribe V2.0on my site and have checked it multiple times, but when I go to Admin, Subscription Manager does not show in The Customers tab. Any ideas what I can check next?

    Lynn

    http://www.lynnb-jewels.com

  7. #567
    Join Date
    Oct 2007
    Posts
    6
    Plugin Contributions
    0

    Default Re: Newsletter-Only Subscriptions for v1.3x

    I solved the previous problem, by doing a 4th re-instal of the mod, now getting error message " ERROR: Failed sending email to: "" with subject: "Please confirm LynnB Jewels newsletter subscription" SMTP Error: The following recipients failed: ...." . Off to do more research, but am getting very frustrated.

    Lynn

  8. #568
    Join Date
    Oct 2007
    Posts
    6
    Plugin Contributions
    0

    Default Re: Newsletter-Only Subscriptions for v1.3x

    Quote Originally Posted by lynnbell2002 View Post
    I solved the previous problem, by doing a 4th re-instal of the mod, now getting error message " ERROR: Failed sending email to: "" with subject: "Please confirm LynnB Jewels newsletter subscription" SMTP Error: The following recipients failed: ...." . Off to do more research, but am getting very frustrated.

    Lynn
    Just discovered that these email addresses are listed in the Subscription Manager, but are showing as pending. Any ideas?

    Lynn
    http://www.lynnb-jewels.com

  9. #569

    Default Re: Newsletter-Only Subscriptions for v1.3x

    Quote Originally Posted by firstov View Post
    Customers receive html format newsletter emails containing html text and some $variables, like shown below:
    .snip
    Successful and Prosperous Holiday Season.

    $EMAIL_CONFIRMATION_LINK
    $EMAIL_CONTACT_OWNER
    $EMAIL_CLOSURE

    Copyright (c) 2007 AllCraftsOnline
    This email address was given to us by you or by one of our customers
    .snip

    Again all generated emails look normal except some undefined variables inserted as is in the message body.

    When customers subscribe on text version of the newsletter it works fine - they get correct message, no undefined variables in the email.

    This ONLY happens when sending html newsletters. The subscription emails and text newsletters are always fine.

    Any help is appreciated...

    it was mod installation mistake, while manually copying email/email_template_newsletter_subscription.html file into email folder email_template_newsletters.html file was overwritten instead.
    Restoring the original template file fixed the problem.
    Custom Crafts Online
    http://allcraftsonline.com

  10. #570
    Join Date
    Jun 2007
    Posts
    9
    Plugin Contributions
    0

    Default Re: Newsletter-Only Subscriptions for v1.3x

    v2.0.7 Bugs

    Hi, we have discovered the following bugs on v2.0.7:

    When searching for an email address then trying to delete that subscriber the delete function does not work.

    When sorting by any field the sort order does not maintain state across pages.

    When customers are added to the subscriber list through purchases and dates are in UK (correct) format they do not display correctly e.g. 30/11/2036

    Hope this helps future development of a very useful module.

 

 

Similar Threads

  1. Newsletter-Only Subscriptions for v1.3x: reinstall problems
    By sharonmiranda in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 7 Nov 2011, 07:43 PM
  2. Newsletter subscriptions in the code
    By fgabrieli in forum General Questions
    Replies: 4
    Last Post: 19 Aug 2010, 03:30 PM
  3. help with newsletter subscriptions page
    By meesh in forum Customization from the Admin
    Replies: 8
    Last Post: 29 Mar 2009, 06:14 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR