Page 98 of 117 FirstFirst ... 488896979899100108 ... LastLast
Results 971 to 980 of 1165
  1. #971
    Join Date
    Nov 2006
    Posts
    296
    Plugin Contributions
    2

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

    Quote Originally Posted by bpryor View Post
    First, thanks for this addon. It works very well.
    I am using Newsletter Subscribe v 2.1.1 with ZC 1.3.9f.

    I thought I'd let you know that there are two mispellings in unsubscribe.php. There are two instances of 'adres' instead of 'address'.
    i know that version, it was written for 1.3.8a so handsup for you that you got it to work on the current version 1.3.9f. I suspect you did have a tad more editing to do than just change adres into address

    I wouldn't recommend using version 2.1.1 on 1.3.9 version as it is not tested, i can see in the download section Judy has taken up the task to write the module to be compatible with 1.3.9 in a newer NewsLetter Subscribe version 2.2 series.

    Quote Originally Posted by bpryor View Post
    In response to joyjoy's post above here are a couple of tips I have from my experience installing this mod.

    1-Make sure all YOUR_TEMPLATE folders are placed in the correct places and renamed to the correct name for your template.

    2- The most important thing. For all files that are replacing existing ZenCart files, merge the Newsletter changes into your existing ZenCart files, do not overwrite your existing files even if you think you haven't made any changes in them. If you're running a later version of Zen Cart than Newsletter was made with, then you could be overwriting changes in the newer version of Zen Cart.
    Excellent advise, this is the safest way to add modules to your store. Counterpart is unfortunately that most shop owners are better in selling products than in looking at php code, which creates sort of a gap sometimes

    I didn't look at Judy's later versions, but if you choose to use Newsletter subscribe v2.1.1 than this is definetly the only way to get a shot at succesfully implementing it. You need to know what you are doing as it was never written for 1.3.9+ so DO NOT overwrite existing files.
    Again, i would recommend going with Judy's later versions in the v2.2 series as they were rewritten for the 1.3.9+ zen-carts

  2. #972
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

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

    Quote Originally Posted by nagelkruid View Post
    i know that version, it was written for 1.3.8a so handsup for you that you got it to work on the current version 1.3.9f. I suspect you did have a tad more editing to do than just change adres into address

    I wouldn't recommend using version 2.1.1 on 1.3.9 version as it is not tested, i can see in the download section Judy has taken up the task to write the module to be compatible with 1.3.9 in a newer NewsLetter Subscribe version 2.2 series.



    Excellent advise, this is the safest way to add modules to your store. Counterpart is unfortunately that most shop owners are better in selling products than in looking at php code, which creates sort of a gap sometimes

    I didn't look at Judy's later versions, but if you choose to use Newsletter subscribe v2.1.1 than this is definetly the only way to get a shot at succesfully implementing it. You need to know what you are doing as it was never written for 1.3.9+ so DO NOT overwrite existing files.
    Again, i would recommend going with Judy's later versions in the v2.2 series as they were rewritten for the 1.3.9+ zen-carts
    I agree with bpryor 100%
    I'm running this on 1.3.9g with no problem. You have to compare and merge the files from the newsletter module with the files in 1.3.9g.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  3. #973
    Join Date
    Sep 2009
    Posts
    254
    Plugin Contributions
    0

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

    I am having some error when I tried to import a file of email addresses. It gave me this error message:

    Code:
    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
    in:
    [REPLACE INTO subscribers ( email_address, email_format, confirmed, subscribed_date ) VALUES ( '��������×�D�@��l�������������������������������� ����˙��������!����˙��������"����˙��������#����˙��������$����˙��������%����˙��������&����˙��������'����˙��������(����˙��������)����˙��������*����˙��������+����˙��������', 'HTML', '1', NOW() )]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    Then when I went back to look at the email addresses already in there, I see the � symbol all over. What did I do wrong?

    lauriesscraps.com/store

    I think I got it figured out now, but would like to still know why it did this. Was it the type of document I was suing to import? It seemed to fix it when I changed it to a note pad doc.
    Last edited by lauriesscraps; 27 Oct 2010 at 09:33 PM.

  4. #974
    Join Date
    Apr 2010
    Posts
    11
    Plugin Contributions
    0

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

    First of all, thanks for this contribution.

    I've installed the older version of this mod because I am running zc 1.38a. What I would like to know is, if there is a way to add a first and last name to each email I import. As of now each email has a name of "Newsletter Subscriber".

  5. #975
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

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

    Quote Originally Posted by idle View Post
    First of all, thanks for this contribution.

    I've installed the older version of this mod because I am running zc 1.38a. What I would like to know is, if there is a way to add a first and last name to each email I import. As of now each email has a name of "Newsletter Subscriber".
    Yes there is but its not easy
    You would need to add the required fields to the database
    And rewrite a considerable amount of code to add these 2 fields.
    I don't believe that anyone has done this before

    As well when this has been asked previously
    Most have pointed out that the less obstacles you put in a customers way then the more likely thay are to sign up for the newsletter

  6. #976
    Join Date
    Aug 2008
    Posts
    165
    Plugin Contributions
    0

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

    Quote Originally Posted by bpryor View Post
    First, thanks for this addon. It works very well.

    I am using Newsletter Subscribe v 2.1.1 with ZC 1.3.9f.

    I thought I'd let you know that there are two mispellings in unsubscribe.php. There are two instances of 'adres' instead of 'address'.

    Thanks again.

    In response to joyjoy's post above here are a couple of tips I have from my experience installing this mod.

    1-Make sure all YOUR_TEMPLATE folders are placed in the correct places and renamed to the correct name for your template.

    2- The most important thing. For all files that are replacing existing ZenCart files, merge the Newsletter changes into your existing ZenCart files, do not overwrite your existing files even if you think you haven't made any changes in them. If you're running a later version of Zen Cart than Newsletter was made with, then you could be overwriting changes in the newer version of Zen Cart.
    I wish I would have read this before I read the install. All of my files have been overwritten and I can't seem to get this to work. I've followed the instructions to a tee... Any suggestions now, after the install, would be greatly appreciated! Version 2.2
    Latest version of zencart.

  7. #977
    Join Date
    Aug 2008
    Posts
    165
    Plugin Contributions
    0

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

    Okay. I've been having a full on relationship with winmerge today and I've discovered after 3 installs and 3 backup restores that even though the install file states that admin/index.php and admin/customers.php have changes my files DO NOT show differences. Could this be a problem? I'd appreciate any and all help.

    Lynn

    http://marketcafe-online.com

  8. #978
    Join Date
    Nov 2006
    Posts
    76
    Plugin Contributions
    0

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

    If I remove the News letter-only subscription contribution from my site and return to using the standard log in on my site what will happen to my list of news letter subscription only subscribers?

  9. #979
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

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

    Quote Originally Posted by Astarkley View Post
    If I remove the News letter-only subscription contribution from my site and return to using the standard log in on my site what will happen to my list of news letter subscription only subscribers?
    Well.... Nothing they will still be in the "subscribers" table, assuming that you don't delete it.

    As zen-cart doesn't use it, they will be ignored, as if they didn't exist.

    If you remove the mod it will be as if you had never installed it.

    What did you expect, or hope to happen?

  10. #980
    Join Date
    Nov 2006
    Posts
    76
    Plugin Contributions
    0

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

    I just want to make sure I don't loose the email addresses that I collected through the subscribe to newsletter feature so that I can hopefully convert them to account holders. My site actually really requires more than just an e-mail address to fully benefit the customer. my web-site is http://letsseethemenu.com

 

 

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