Re: Newsletter-Only Subscriptions for v1.3x
Quote:
Originally Posted by
Oakwood
Once again, I figured it out :smile:
I just did a view source and added that code to my page.
Please Help - I'm trying to put the newsletter subscribe box onto the main page down the bottom like this site http://www.sugarandspice.com.au/ and i copied view source like the quote above but it keeps vanishing.. any ideas which lines / fields to copy and paste or how to? :no:
(I think this will be a great add on once i get it going! Thank you to the creator!).
Re: Newsletter-Only Subscriptions for v1.3x
Hi:
Right now I'm using V1.3.8a, but may be upgrading to the latest version shortly.
I would love to install this newsletter add-on. Is there a site that I can go to in order to see what it actually looks like.
I'm not much of a webmaster, but willing to try and add this to my site. Love the idea that people can sign up for my newsletter and not have to have the 'unsubscribe' on my home page.
Any feedback would be greatly appreciated.
Re: Newsletter-Only Subscriptions for v1.3x
I have had to uninstall this and have done so, except that I am getting an error in my sql. How do you uninstall the sql part of this?
Re: Newsletter-Only Subscriptions for v1.3x
Quote:
Originally Posted by
1kell
I have had to uninstall this and have done so, except that I am getting an error in my sql. How do you uninstall the sql part of this?
What is the error?
Re: Newsletter-Only Subscriptions for v1.3x
Does anyone have this mod working on zen cart 1.3.9d?
I did a fresh standard installation of a 1.3.9d cart with no mods except the newsletter subscribe 2.2 version.
In admin when going to tools > send email, I'm getting this error
1267 Illegal mix of collations (latin1_general_ci,IMPLICIT) and (latin1_swedish_ci,IMPLICIT) for operation 'locate'
in:
[SELECT s.email_address as customers_email_address FROM zen_subscribers as s LEFT JOIN zen_configuration as q on LOCATE( s.email_address, q.configuration_value) >= 1 WHERE configuration_key = 'NEWSONLY_SUBSCRIPTION_TEST_GROUP' ]
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.
Re: Newsletter-Only Subscriptions for v1.3x
Hi
I have this installed and working on 1.3.9d.
With html emails turned off, this records the subscriber preference as html, when it should be text.
Which part of the code can i change to make this record a text preference pleas?
I have searched the forum and this thread, but cannot find anything.
TIA
Paul
Re: Newsletter-Only Subscriptions for v1.3x
Hi, I've installed the mod and done some changes around the store and such, usually just fumbling my way through.. however now when I sign up to the newsletter only subscription I get this as the confirmation email...
EMAIL_WELCOME
EMAIL_TEXT
EMAIL_CONFIRMATION_TEXT
EMAIL_CONTACT
EMAIL_CLOSURE
EMAIL_DISCLAIMER_NEW_CUSTOMER
This email is sent in accordance with the US CAN-SPAM Law in effect 01/01/2004. Removal requests can be sent to this address and will be honored and respected.
Can someone please offer a suggestion, where I might need to go to fix this
Thanks
Re: Newsletter-Only Subscriptions for v1.3x
Quote:
Originally Posted by
sarahjewellery
Hi, I've installed the mod and done some changes around the store and such, usually just fumbling my way through.. however now when I sign up to the newsletter only subscription I get this as the confirmation email...
EMAIL_WELCOME
EMAIL_TEXT
EMAIL_CONFIRMATION_TEXT
EMAIL_CONTACT
EMAIL_CLOSURE
EMAIL_DISCLAIMER_NEW_CUSTOMER
This email is sent in accordance with the US CAN-SPAM Law in effect 01/01/2004. Removal requests can be sent to this address and will be honored and respected.
Can someone please offer a suggestion, where I might need to go to fix this
Thanks
These are found in:
\includes\languages\english\YOUR_TEMPLATE\subscribe.php
Check that you have renamed "YOUR_TEMPLATE" to whatever your template name is and upload to the correct directory
Re: Newsletter-Only Subscriptions for v1.3x
Quote:
Originally Posted by
gilby
These are found in:
\includes\languages\english\YOUR_TEMPLATE\subscribe.php
Check that you have renamed "YOUR_TEMPLATE" to whatever your template name is and upload to the correct directory
Yes I checked that and it seems to be fine.
I have no idea what may have caused this.
Re: Newsletter-Only Subscriptions for v1.3x
Quote:
Originally Posted by
sarahjewellery
Yes I checked that and it seems to be fine.
I have no idea what may have caused this.
They are showing like this because they have not been defined.
Zen-cart cannot find the definitions.
As they are defined in the file I mentioned....
There will be a reason Zen-Cart cannot find them
They have been put in the incorrect directory
What is the name of your template directory?
You need to also check that the other "YOUR_TEMPLATE" directories have been renamed as well. (There are at least six of them).
Are you using only english or do you have other languages defined?