-
Subscribe to Newsletter module
Hi
Is the newsletter subscription box standard or do I have to download and install one?:blush:
I can't seem to find one in the admin although the 'information' box has a 'newsletter unsubscribe' option so I'm thinking there must be a 'subscribe' option somewhere!!
Thanks
-
Re: Subscribe to Newsletter module
The newsletter subscribe function is not part of the default install.
There is a module for this function in the downloads/other section
-
Re: Subscribe to Newsletter module
-
Re: Subscribe to Newsletter module
*** ignore below - tpl_subscribe.php was installed in the wrong place!
Thanks
I've downloaded and installed this - I get the 'Subscription Manager' menu item in the admin but no sidebox in the 'Tools' / 'Layout Box Controller' option so can't actually get it on the front end.
Any ideas?
Roger
-
Re: Subscribe to Newsletter module
Quote:
I've downloaded and installed this
What ver of the download and what ver of Zen Cart -
I have not installed this recently but do know that if installed correctly it functions.
It is not as I recall, the easiest Module to install
Did you navigate to the admin > tools > layout boxes controller and turn-on/enable and place/position the sidebox
-
Re: Subscribe to Newsletter module
Hello,
I am having the same problem as Roger. I have just downloaded the latest version of Newsletter Sunscribe, all went well..
Except that there doesnt seem to be an option for it in the Layout Box Controller.
Any ideas?
Slightly perplexed beep
-
Re: Subscribe to Newsletter module
You probably did not rename all the folders correctly. Go through each and every folder and make sure you have renamed custom_template to your template.
-
Re: Subscribe to Newsletter module
Its not that, I just installed the mod, and the problem is with the directories (sidebox path) what it does is it gives an incorrect path.
Example:
Proper Path:
/member/site/httpdocs/sales/includes/modules/sideboxes/subscribe.php
What the mod does is here:
/member/site/httpdocs/sales/includes/modules/sideboxes/template_default/subscribe.php
I have been trying to find a way to change the Sideboxes path, but cannot.
Anyone got any ideas? Maybe change the template path to take template_default over just sideboxes, i.e. just add another folder to sideboxes folder.
And if you move subscribe.php to the default location where all the other sidebox .php's are at, then you get errors. :(
-
Re: Subscribe to Newsletter module
I've placed the subscribe.php into the /sideboxes/ directory instead of sideboxes/template_default/ dir and it functions well except it does not give the proper texts.
It just shows BOX_HEADING_SUBSCRIBE at the top, BOX_SUBSCRIBE_DEFAULT_TEXT below it, same for the text box and the button. In fact it doesn't even show the button.
:dontgetit
-
Re: Subscribe to Newsletter module
Anyone know? I am completely lost.
Thanks!
-
Re: Subscribe to Newsletter module
Okay after looking around I have found a solution.
what i did was I moved the files that are associated with the Subscriber back into my default directories, not the ones that were specified, I didn't even have to rename them. Here is what I did:
Original:
host/store/includes/modules/sideboxes/template_default/subscribe.php
Moved one /dir up:
host/store/includes/modules/sideboxes/subscribe.php
As this was my default path. I didn't need to rename nothing. I think I am using the default template(which is wrong), but for now I am using that. And most of you that had a problem with that, this is most likely the issue.
Other files that needed relocation:
store/includes/languages/english/extra_definitions/template_default/newsletter_subscribe_definitions.php (one dir up)
store/includes/languages/english/template_default/subscribe.php
subscribe_confirm.php
unsubscribe.php
Thats 3 files, one directory up.
Hope that this helps, and hope that it isn't too confusing. If you have questions, PM me.
Cheers.
-
Re: Subscribe to Newsletter module
Hi, I know it's a bit belated b ut i have sorted it out now.
Sadly, it was so long ago i can't remember the solution. Something about putting things in different folders to where was initially thought.
-
Re: Subscribe to Newsletter module
>> Customer Email not Added to the Newsletter <<
Does anyone have the same problem as me?
[background]
Customers can subscribe for newsletter when they sign up for an account.
Non-account holders can subscribe to newsletter without an account via the sidebox (newsletter subscription mod).
I've used 3 different emails to sign up as 3 customers and all checked the newsletter subscription box upon account creation.
All 3 are added to customers list but none in the newsletter subscription list.
But when I subscribe for newsletter via the sidebox direct (no account), it's ok.
Help please!!
thks in advance!!
-
Re: Subscribe to Newsletter module
Quote:
Originally Posted by soyabeane
All 3 are added to customers list but none in the newsletter subscription list.
But when I subscribe for newsletter via the sidebox direct (no account), it's ok.
To my recollection, these are separate lists - customers and subscribers only
-
Re: Subscribe to Newsletter module
Thanks Kobra, by this do you mean I've got to look elsewhere for the the list of customers who subscribed for newsletter?
the only place i can find such lists is under the admin panel, customers/subscription manager.
but this is the newsletter-only list.
may i know where i can find the list of customers who subscribed for newsletter?
thanks again!
-
Re: Subscribe to Newsletter module
Quote:
Originally Posted by soyabeane
by this do you mean I've got to look elsewhere for the the list of customers who subscribed for newsletter?
I do not recall that there is a list for viewing. When you go to tools > Newsletter and Product Notifications Manager > and create a newsletter > then select to send it- - - There is a drop box presented with options of what groups to send the letter to - - once sent the following is presented:
Quote:
Originally Posted by admin
Finished sending e-mails!
107 emails processed. (Each checkbox indicates 1 recipient. Hover over the checkbox to see the email address.)
Watch your mail box (
[email protected]) for:
* a) bounce-back messages
* b) email addresses that are no longer good
* c) removal requests.
Removals can be processed by editing Customer records in the Admin | Customers menu.
-
Re: Subscribe to Newsletter module
-
Re: Subscribe to Newsletter module
Hi Zenners:
I wonder if anyone can help me, i cant seem to get this right, im very new to Zen Cart, but there are 2 things i would like to change on this Subscribe to Newsletter Module:
1. Is there a way of changing the font size on this sidebox??, which file determines the font size.
2. And most important, is there a way of adding another input field for the name of the customer???
And this is my where you can see it on website:
http://www.wallandmural-stencils.com...ex&cPath=65_69
I would apreciate any reply
Diego
-
Re: Subscribe to Newsletter module
Quote:
Originally Posted by
spetznaz2588
Okay after looking around I have found a solution.
what i did was I moved the files that are associated with the Subscriber back into my default directories, not the ones that were specified, I didn't even have to rename them. Here is what I did:
Original:
host/store/includes/modules/sideboxes/template_default/subscribe.php
Moved one /dir up:
host/store/includes/modules/sideboxes/subscribe.php
As this was my default path. I didn't need to rename nothing. I think I am using the default template(which is wrong), but for now I am using that. And most of you that had a problem with that, this is most likely the issue.
Other files that needed relocation:
store/includes/languages/english/extra_definitions/template_default/newsletter_subscribe_definitions.php (one dir up)
store/includes/languages/english/template_default/subscribe.php
subscribe_confirm.php
unsubscribe.php
Thats 3 files, one directory up.
Hope that this helps, and hope that it isn't too confusing. If you have questions, PM me.
Cheers.
Ok I did this and when I put the sidebox on the right side the whole right side goes blank. If i put it to the left everything but my header goes blank. This is a very frustration module.
-
Re: Subscribe to Newsletter module
Does anyone know how to add a name imput when subscribing?
It would be a box to type name and another box below to type their email address.
Many Thanks
-
Re: Subscribe to Newsletter module
Quote:
Originally Posted by
Lobazniouk
Hi Zenners:
I wonder if anyone can help me, i cant seem to get this right, im very new to Zen Cart, but there are 2 things i would like to change on this Subscribe to Newsletter Module:
1. Is there a way of changing the font size on this sidebox??, which file determines the font size.
2. And most important, is there a way of adding another input field for the name of the customer???
And this is my where you can see it on website:
http://www.wallandmural-stencils.com...ex&cPath=65_69
I would apreciate any reply
Diego
I love your newsletter sign up! It looks great! How/what file did you add the image?
I loaded blank sidebox and added Newsletter sign up. Had to turn it off due to problems in IE with secure/nonsecure messages.
Which newsletter sign up did you use?
Thanks, Kim
-
Can't install
I have all the files uploaded but when I click on the "Install" button I just get a blank page.
admin/subscription_manager.php?action=install
No text, nothing. Can't seem to figure out why, double checked all files are uploaded.
Any thoughts?
-
Re: Subscribe to Newsletter module
Quote:
Originally Posted by vegascoug
I have all the files uploaded but when I click on the "Install" button I just get a blank page.
Not very informative - lots of important information not provided
http://www.zen-cart.com/forum/faq.php
But in general for blank page issues
https://www.zen-cart.com/tutorials/index.php?article=82
-
Re: Subscribe to Newsletter module
Sorry
using: v1.3.9h
Working on this module/addon - Newsletter Subscription module
No customizations
Linux hosting/server
PHP Version: 5.2.17 (Zend: 2.2.0) PHP Memory Limit: 16M
Database: MySQL 5.0.89
-
Re: Subscribe to Newsletter module
Error:
[25-Apr-2011 13:32:47] PHP Fatal error: Call to undefined function install_newsonly_subscriptions() in /data/17/1/120/55/1609055/user/1733965/htdocs/html/shoppe/admin/subscription_manager.php on line 28
This is line 28:
install_newsonly_subscriptions();
zen_redirect(zen_href_link(FILENAME_SUBSCRIPTION_MANAGER));
}
-
Re: Subscribe to Newsletter module
Quote:
Originally Posted by vegascoug
Call to undefined function
Go back and insure that you have installed correctly ALL the files
-
Re: Subscribe to Newsletter module
Thanks already did that twice, third time's a charm. Had extra_functions folder under extra_datafiles instead of under functions.
Works when you put things where they are meant to go ;)
Sorry to bug you guys over my stupidity!
-
Re: Subscribe to Newsletter module
Can (anyone of) you upload all the files in the right order on a server? I had it installed 2 times, no luck! Read again this topic, still no luck... or isn't this working with the Zen Cart 1.5 version?
Thanks!
-
Re: Subscribe to Newsletter module
Initially I had problems installing this add-ons but I realised I hadn't changed all the "YOUR_TEMPLATE"s to the name of the template I'm using. There are quite a few sub-directives where you need to do that. When I fixed this (self-inflicted) error, everything worked as it should. And the missing sidebox suddenly showed up under TOOLS/LAYOUT BOXES CONTROLLER.
Great add-on in my opinion.
Kim
You can have a look at www.PUREchocolatetruffles.co.uk
-
Re: Subscribe to Newsletter module
Quote:
Originally Posted by
s3tspy
Can (anyone of) you upload all the files in the right order on a server? I had it installed 2 times, no luck! Read again this topic, still no luck... or isn't this working with the Zen Cart 1.5 version?
Thanks!
I have seen somewhere, that this add-on doesn't work under Zen Cart 1.5. You should use another add-on called MailChimp Integration.
Kim
-
Re: Subscribe to Newsletter module
Quote:
Originally Posted by
kobra
The newsletter subscribe function is not part of the default install.
There is a module for this function in the downloads/other section
Where is this 'downloads/other section' that you refer to??
-
Re: Subscribe to Newsletter module
Quote:
Originally Posted by
lidlchris
Where is this 'downloads/other section' that you refer to??
https://www.zen-cart.com/downloads.php?do=cat&id=7
-
Re: Subscribe to Newsletter module
-
1 Attachment(s)
Re: Subscribe to Newsletter module
Attachment 18075
I'm getting spammed like crazy at http://criticalsystemsincshop.com/ via the 'Newsletter Subscribe' in the left column. Is there a way to add captcha to this?
-
Re: Subscribe to Newsletter module
Quote:
Originally Posted by
lidlchris
anyone???
-
Re: Subscribe to Newsletter module
Quote:
Originally Posted by
lidlchris
anyone???
CAPTCHA should work on any form... I use the non-CAPTCHA on my subscribe form without any issues or spam...
-
Re: Subscribe to Newsletter module
Quote:
Originally Posted by
davewest
CAPTCHA should work on any form... I use the non-CAPTCHA on my subscribe form without any issues or spam...
my question is HOW? what file(s)? and where in those files?
-
Re: Subscribe to Newsletter module
-
Re: Subscribe to Newsletter module
Quote:
Originally Posted by
lidlchris
anyone help please?
You would need to download the CAPTCHA plug-in you like and go from there support pages... non-CAPTCHA comes with sample pages for different mods including this one.