Re: Newsletter-Only Subscriptions for v1.3x
Quote:
Originally Posted by
bpryor
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 :yes:
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
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 :lamo:
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
Re: Newsletter-Only Subscriptions for v1.3x
Quote:
Originally Posted by
nagelkruid
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 :yes:
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 :lamo:
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.
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.
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".
Re: Newsletter-Only Subscriptions for v1.3x
Quote:
Originally Posted by
idle
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
Re: Newsletter-Only Subscriptions for v1.3x
Quote:
Originally Posted by
bpryor
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. :frusty:
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
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?
Re: Newsletter-Only Subscriptions for v1.3x
Quote:
Originally Posted by
Astarkley
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?
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