I've uploaded the updated contribution but updates have to be reviewed by the staff.
You can wait until you see version 2.0.1 or grab it from my website:
http://www.notgoddess.com/scripts/newsletter-subscribe
I've uploaded the updated contribution but updates have to be reviewed by the staff.
You can wait until you see version 2.0.1 or grab it from my website:
http://www.notgoddess.com/scripts/newsletter-subscribe
Hiya,
Thanks for getting back to me. Just to say it is working A.O.K and is chuffing brilliant!!
Regards,
Russ
I found one typo in this excellent contribution. A SQL error appeared when I deleted a customer account.
admin/customers.php
On line 343, change
where customer_id = '" . (int)$customers_id . "'");
to
where customers_id = '" . (int)$customers_id . "'");
(changed customer_id to customers_id)
Thank you for finding that!Originally Posted by alanpace
I've added the correction and upgraded the version to 2.0.2
-Ng_
Thanks for the contribution NG. I am looking to do a mass import of newsletter only subscribers. Is there an easy way to do this?
Thanks
It would depend upon format of your list (sql, txt, xsl, csv, etc). if you email me a copy of the list (or part of it) I can build something for you.Originally Posted by mocha
I'll end with this caveat -not because I think you are intending it, but others might.
admin-added subscriptions are auto-confirmed, but please please do not use this as a way to send people unsolicited spam (like using a list you bought somewhere).
-Ng_
Thanks for the offer NG. The list format is flexible, at the moment it is an excel file with just the username and the email address. Also with the sidebox, I cannot find where to change it so the sidebox title is just "Newsletter" and is not a link.
Hey All,
Any chance this module works in 1.5.5?
Thanks, John
unlikely to work on 1.5.5
Mike
AEIIA - Zen Cart Certified & PCI Compliant Hosting
The Zen Cart Forum...Better than a monitor covered with post-it notes!
If this question has been answered already, I apologize. I've seen it asked a few times, but not answered because the OPs never seem to want to provide an example.
Anyway, I have a problem with the email entry box in the sidebox being too wide in Firefox. In IE it's both too wide and screws up the the look of the sidebox.
Example can be found at http://bishiharem.com
I noticed that in the tpl_subscribe file there is no width defined, however if I give it one I find not only does the width not matter (145px and 25px both look the same), but adjusting the width screws up the text in the other sideboxes.
Any help would be greatly appreciated.