OK, in: includes/templates/Drop6/templates
I have the following files:
tpl_subscribe_confirm_default.php (size: 2.04 kb)
tpl_subscribe_default.php (size: 2.17 kb)
tpl_subscribe_header.php (size: 1.30 kb)
tpl_unsubscribe_default.php (size: 1.85 kb)
Printable View
OK, in: includes/templates/Drop6/templates
I have the following files:
tpl_subscribe_confirm_default.php (size: 2.04 kb)
tpl_subscribe_default.php (size: 2.17 kb)
tpl_subscribe_header.php (size: 1.30 kb)
tpl_unsubscribe_default.php (size: 1.85 kb)
the example file is no problem, it does seem that the file main_template has a problem finding files in your custom template directory.
I would check my settings in the main file: configure.php first.
If you made sure those are correct, maybe you can try to put the files in the default_template directory instead of the Drop directory and see what happens then. (start with the tpl_susbscribe_default.php first and then check the debug file if the error shifts onto the next file)
Jeroen
how can i add "first name" and "last name" fields to this add-on?
Hi all,
I have installed this mod and all is working great.
The only problem I have is with the email detected as SPAM.
When someone signs up, the email that is sent asking them to confirm theor email address is always marked as SPAM.
Does anyone know of anyway I can stop this from happening?
Thanks
Hey,
I wonder why you would like to add those to the module?
The idea is to have a really simple subscribe/unsubscribe feature and adding extra fields to the subscription is probably making people less likely to subscribe imho. (or they may as well create an account and subscribe that way :))
I think subscribing prevales above using the actual name in newsletters?
Anyway, if you still want this it will require some work:
the rows need to be added to the database,
you'll need to add some input fields to the subscribe template and you will have to think about if you want those fields added to the sidebox and header too??
Finally you will have to get the names from sql when you are sending a newsletter, like it is done for customer accounts.
Hey,
great it works...
Don't know about the spam, what i can think off is that you may not be sending e-mails from the domain that the link in the e-mail refers to? At least thats when i would think it's possible spam :)
To get more serious help you will probably want to investigate first why exactly it gets marked as spam as every e-mail filter will use its own analysis why it is marked like so...
Hi, I've just installed the latest version of Newsletter Subscribe, and it works fine.
But there's one small issue.
In Internet Explorer, the subscribe button doesn't appear properly, it shows like an error. Could you please help me to solve this or is this a kind of bug? The page is http://www.petedonos.com/zen .
Thank you all guys and keep the good work.
Hi, great that it works. The button doesn't seem to exist as it is trying to load the button from the template_default directory in this path: includes/templates/template_default/buttons/portugues/button_subscribe.gif Your best solution is to create a button in the style of your website and put it in this path: includes/templates/12541/buttons/portugues/button_subscribe.gif It will then load this button from your template directory.
Ok, that was basic. Thank you. Sorry for an so basic question.
Hi, I have two problems I'm hoping someone can help with.
Ive installed the newsletter only subscription and all seems to be working apart from two things:
1. Notification of unsubscribers to my admin email account is in German - cannot figure out why, everything else is in English
2. The unsubscribe email that goes back the customer has place holder text and I can't figure out where to change it - Ive tested changes in public_html/store/includes/modules/simple_zen/pages/unsubscribe/header_php.php and public_html/store/includes/modules/pages/unsubscribe/header_php.php but to no avail:
UNSUBSCRIBE_EMAIL_SUBJECT
UNSUBSCRIBE_EMAIL_WELCOME
UNSUBSCRIBE_EMAIL_TEXTUNSUBSCRIBE_EMAIL_CONTACTUNSUBSCRIBE_EMAIL_CLOSURE
UNSUBSCRIBE_EMAIL_DISCLAIMER_NEW_CUSTOMER
This email address was given to us by you or by one of our customers. If you
feel that you have received this email in error, please send an email to [email protected]
Email removal requests can be sent to this address and will be honored and respected.
Any ideas?
Okay, ignore point 2, solved that - I was missing file unsubscribe.php.
But, still getting my unsubscribe email in German...
Sorted :P
It wasnt German, it was Dutch. And it was in the public_html/store/includes/modules/pages/unsubscribe/header_php.php file.
Haha, good find... :blush:
Don't remember why i had altered that directly in the header_php.php but there are certainly better ways to make that more language specific.
Maybe i just wanted you english blokes to catch up a little with our dutch language hehe :P
Cheers,
Jeroen
Hee hee, thanks Jeroen.
Can somebody tell me how to insert the email form field into another page. I want to create a dropin box that contains the field to accept the email address with me subsribe only..
thanks
Hi, I'm using Zen Cart 1.3.8a and Newsletter Subscribe 2.1.0.
I was wondering if anyone else can confirm that using Tools->Send Email to send a message to "All Newsletter Subscribers" will result in the message being sent to both Pending and Confirmed subscribers, as indicated under Customers -> Subscription Manager.
We just sent out a newsletter and I was surprised to receive bounces from email addresses which had been signed up but never confirmed, so they were still marked as (P) Pending in the subscription manager.
I see 2.1.1 has been released but the version history doesn't mention anything about this issue. I would appreciate it if someone else could test this the next time they send out a newsletter. Make yourself a Yahoo or Fastmail email account, use it to sign up for your newsletter, but DO NOT CONFIRM so this address stays Pending in the subscription manager. Then send out your newsletter, and see if that address receives it or not. It shouldn't, but I think it will.
Thanks.
How can i copy the form(where the emails are entered) field in an ez-page. I want to paste the form field along with some other images. can i just copy the form, if so, how
It shouldn't. If you click on a subscriber in the clients list that has status P you should see the text on the right side:
"This email address has not been confirmed.
Newsletter will not be sent until subscriber confirms"
I will pay attention what happens when we sent out the next newsletter
Thanks for the reply.
1) which file is the code held? Is there a particle file?
2) how do i change the "Thank you for taking a moment to subscribe to our Newsletter.
You'll receive notices of newly available products, special offers, and news of upcoming showings." statement on the confirmation page?
Again, thanks
Please Help...
I just installed this app and everything looks to be working except that I don't seem to have the option in the Layout Boxes controller area to add a box to my store.
Any ideas what I may need to alter?
Thank You
Yeah! I got the app to show but,
Now it says BOX_HEADING_SUBSCRIBE
BOX_SUBSCRIBE_DEFAULT_TEXT
HEADER_SUBSCRIBE
HEADER_SUBSCRIBE_BUTTON
My website is www.jgcutlery.com/store if checking out the subscription box would be helpful
Thanx for any help on how to clear this up
Yeah! I got it!:laugh:
I'm having trouble with confirmation links and they do not seem to work at all!
Could this be caused by simple seo url? I have excluded though from SEO plugin following pages: advanced_search_result ,unsubscribe, redirect, subscribe_confirm
Confirmation url looks like this. Is it right?? http://www.xxxxxx.com/store/[email protected]
Any ideas how to fix it?
GOT IT! Just had an extra space in front of a comma in seo admin.... so I excluded from simple seo url these: advanced_search_result ,unsubscribe,redirect,subscribe_confirm,subscribe,subscribe_header, (without spaces after commas!) and it works again!
If anyone has better method please let me know.
A better method for what? :cool:
We will first need to know what the problem is, if you remove the page from SSU exclusion what exactly goes wrong?
If you get a blank page, there is a debug.php file you can use to see what exactly the error is that you are getting when the page is trying to load.
I know i had a problem with email addresses in combination with SSU and tell-a-friend as it was making %40 for @ when the email was submitted via the sidebox. Addingstatement quickly solved it, maybe something similar is going on for this one.PHP Code:
$to_email_address=str_replace("%40", "@", $to_email_address);
Need an error to go on first...
Does this script always require the person "signing up" to validate their submission by clicking on the email?
At the moment I believe that sign up confirmation is required. I'd like this to be optional (maybe a switch in the admin). Hopefully this will make it in to a future release.
I also hope that this add-on is updated for Zen Cart 2.0.
Only time will tell...
i'm having this same problem..did you get find a solution?
everything is installed/uploaded according to directions except nothing is available in layout boxes controller?
thanks
How do you remove an email address from the news letter only subscription?
Thanks!
never mind got it. :blush: thanks!
I installed this app and it seems to work ok however, on my main page I had to enable it by adding the "information" box and it sits inside that box. I wanted it to be stand alone. Not only that, even when I am not logged in it says "Newsletter Unsubscribe" which doesn't make sense because if you are not logged in it should say "Subscribe to Newsletter".
Anyone know what I am doing wrong here?
Hello
Thank's for the contribution.
Just one question: Where do I edit the layout of the subscribe page?
Everything works fine, but the layout is a bit off:
http://www.consolidatedmining.co.za/newsletter_sub.gif
Any help would be appreciated.
TIA
HJ Lubbe
I also find that my layout for the subscribe page is off.
See http://www.dreamacres.co.uk/index.ph...page=subscribe
I've tried entering </br> in tpl_subscribe_header.php but to no avail.
Can you tell me what I need to edit to make the radio buttons appear next to the relevant text, and to force a few line breaks after the radio buttons?
Thanks in advance.
Really nice add-on though it cost me some efforts in setting it up. :P
Hello everyone,
I've also installed this add-on (which is great by the way), but for some reason when I click on the subscribe page, all the right side boxes get pushed all the way to the right. I have spent at least 15 hours trying to figure out a solution to this problem, but still no luck, so hopefully someone could help me :)
My website address is www . g n r w o r l d . com (just click on the newsletter link in the header and you will see what I mean). I am running the latest version of Zen Cart on a fresh install.
I think that I have to fix/modify some code on the tpl_subscribe_header.php page, but don't know exactly what, so any help would be much appreciated!
Nobody has ANY ideas?
I am using zencart 1.3.8 and I installed this exactly they way it asks and it didnt work. nothing showed up. i followed the directions exactly
if you dont mind quick & dirty, just go to your defined page and put the <br> whereever you need them to fit your page width layout
mine's in:
\includes\languages\dutch\html_includes\<mytemplate>\define_subscribe.php
off course, you could also do it via the defined page editor
do you see a page when you browse to
http://www.yourdomain.com/index.php?main_page=subscribe
Thank you very much for your suggestions Nagel, they are much appreciated! In terms of editing the define_subscribe.php page with <br> I have tried that before without any results.... After playing around with the Web Developer tool kit I also came to the conclusion that it's something to do with the css files of my site and I've tried editing them, but again without any success (I must admit that I'm not very good with css or with programming in general), so if you could give me some tips on how I might add a new class to my css file(s) and also where in that file I would be forever grateful :) If you need me to post the css files (or even to send them to you) in order for you to get a better idea then I can do so as well.
Regarding the .centerColumn I've actually noticed that it is already declared in one of my css files (stylesheet_main.css), so I'm not sure why the newsletter page is not picking it up....
Hello all, I've finally given up on trying to fix this myself.
Hopefully someone can help.
It's really just a layout issue. I saw a couple of other post from people who had a similar problem, but I couldn't find the solution they were given if they got one.
I put the subscribe field on the bottom of my header. It looks fine in IE7, like thisAttachment 6010
which I want.
In FF and IE8 it looks like thisAttachment 6011
which I don't want, after all it's kinda broken.
I'm pretty sure the solution lies in my tpl_subscribe_header.php file.
I found a post in this thread that had a modified version of this file that made it look like thisAttachment 6012
which isn't broken, but I wanted it inline so that it doesn't use up the extra vertical space.
I played around with the a-fore mentioned file for a couple of hours (refering to some php tutorials along the way) hoping to fix it myself and learn a bit in the process, but I must admit defeat.
If anyone can help it would be much appreciated.
David
Thank you for your second suggestion Nagel, but unfortunately that didn't work either.... Do you have any other ideas or suggestions? And any idea why "maintenanceDefault" is called in the tpl_subscribe_default.php and tpl_subscribe_confirm_default.php pages? Thanks again!
Don't know why it is called, but afaik it shouldn't really matter what div is called as long at it is loaded and declared as you want it...
Wish i had more css skills to help you out with but i am afraid it is as much trial and error for me as it is for you from here on in.
Jeroen
different browsers can be frustrating, which is probably why i abandoned the whole header option completely.
Maybe you should consider putting a link in or around that space (or even a button) that says subcribe to newsletter, and link that to the newsletter_subscribe page.
you can also add a sidebox if that fits your site layout so you have another eye-catcher for people to subscribe.
good luck,
jeroen
Can newsletter only be added to the checkout-without-account mod page?!
I am using zen cart 1.3.8a and installed everything according to the directions, and I am also not seeing anything on my actual page.
When I go to Tools, Layout Box Controller, there is no newsletter subscription box there.
And, even though I've done all the installation as instructed, the link does not appear in the menu on my header either.
Perhaps I could just add the links manually myself? Any help?
In case anyone makes the mistake I made, I have solved my problem. When I uploaded the files via FTP, my program did not upload the files inside some of the folders. It just put the folders there so it looked like I had installed everthing properly.
I have gone through and made sure every file is uploaded, and now the module is working :clap:
I feel silly, but now if anyone makes the same mistake, they will know what's up. Thanks guys.
I have installed Newsletter-Only Subscriptions for v1.3x and have it in the left-hand sidebox: http://www.halfletterpress.com/store/. I would like to left justify the entire thing, but can't figure out where to do that. Help would be greatly appreciated.
I have "Send Notice of Newsletter-only Subscriptions To" enabled and the email address as "Geoff <[email protected]>" but the emails are going to my default address - "[email protected]" instead and the FROM line is reading "[email protected]." How can I fix this?
First, I'd like to say how fantastic this mod is. The only problem I have encountered is when a customer unsubscribes. The unsubscribe confirmation email is only being sent in plain text format even though the customer has opted for the html format. Does anyone know how to correct this?
I think I figured it out. First try, too! Go to:
includes/templates/YOUR TEMPLATE/templates/tpl_subscribe_default.php
Delete the code that reads (on lines 32-34):
Save, then go to:Code:<p>
<?php require(DIR_FS_CATALOG . DIR_WS_MODULES . zen_get_module_directory(FILENAME_SUBSCRIBE_HEADER)); ?>
</p>
The header should no longer be in your defines page and your boxes should be correctly aligned. I hope your problem was the same as mine and that this advice helps.Code:http://www.YOURDOMAIN/index.php?main_page=subscribe
Hi, I would really like to know how to change the background colour. I would much appreciate it if someone could help me. Thanks.
Using Zencart 1.3.8
Site: www.creativepetfurniture.com
my email:[email protected]
Installed add-on Module Newsletter subscribe, version 2.1.1
Subscription manager shows under Customers
Tools/Define pages shows define_subscribe, define_unsubscribe
newsletter-only shows under "email"
Problem:
clicking subscribe from newsletter sidebox returns:
page not found -- installed and ran Dr Byte's error log -- no errors
Anybody have any ideas before I remove the module?
Problem solved. Corrupted file on download. downloaded new copy od mod -- works great.
RE: Subscription Manger
I am honestly try to figure out if this is a good way to manage customers/prospects. So far it has been very quirky and I am unable to have a new prospect sign up to receive an HTML Newsletter. There is also no way to add notes about someone, contact info. etc unless they become a customer. Please let me know what the general consensus is about this add-on and if I am just better off using Outlook Express or something else.
It would also be nice if propspects were able to click on exactly what products they are interested in and notate if they are retail or wholesale customers please please please let me know the answers to these questions. Thanks
Tyler
if I need to download the latest version how can I do that without loosing the contacts already in the version that I have...
You're giving too many tasks for this module. If prospective customers want more information about your products they will just use your contact form.
This module does a good job of collecting email addresses for your newsletter. I don't use the Zencart built-in newsletter because it overwhelms my server, but I use this module to collect my subscriber info and then import that into DADA mail, which allows me to limit the number of newsletters per hour.
Ok is there no way to adjust a setting in zen cart as to slow down the release of emails so it will work.....
It stinks that no other customer info. is saved or prompted for when using just then subscription manager....
It sounds to me like SM is just not a good product to maintain a database and do email marketing. What are some suggestions?
I use to export the email addresses of the newsletter and send my newsletter out via group mail but when my subscription went up to 900+, it became too tedious to do it this way.
Now I just use the newsletter to let my customers know that the newsletter is ready to download and I provide a link to a page on my store. This works great! I get the traffic I need and customers are able to visit my store and see what is new as well as download the newsletter for themselves.
Im having some issues importing emails. I have a text file with
[email protected]
[email protected]
[email protected]
I cant get them to import into separate records? I either get the first oneto import into its own record or all of them into one record?
What Am I Doing Wrong??
So no one has problems importing emails into separate records using the import feature? If any one can give post up what they are doing to upload emails I would really appreciate it. My imports only load in the first email address from my text file.
I'm trying to install this on a fresh install of ZenCart 1.3.8 with all security patched applied...Problem is the admin options don't show up so I can't use the mod in my header...
NM: I am retarded. Wasn't aware of the install manager.
Suddenly, this sidebox isn't working.
The only change I made recently was adding define pages, but I looked through all those files and don't see any problems.
The errors I'm seeing look like the defines aren't working. So, for example, the sidebox header says "BOX_HEADING_SUBSCRIBE".
It has been a dog's age since I installed this; did my config's get overwritten some how?
Any thoughts? Help please!
Tim
Had a hard time finding this thread. Maybe we can change the title to "Newsletter Subscribe" since this mod replaced the previous one.
The question I have is how do I change the admin page to display the correct number of subscribers?
Newsletter subscribers: 1,234 (this number no longer increases)
I think this has something to do with the new db update for the newsletter only subscribers.
Thanks!
I have ZenCart 1.3.8 and installed Newletter Subscribe v 2.1.1.
Everything is working fine, but I had previously added a discount to newsletter subscribers [Newsletter Discount Mod] http://www.zen-cart.com/index.php?ma...roducts_id=986
If they checked the newsletter box when signing up they get 5% off of their orders.
So testing this new subscribe without an account mod, I signed up for the newsletter. I confirmed it in my email and then went to signup and checkout and the discount doesn't work.
In the admin section it changed me from Newsletter-Only Subscriber to Customer and I am still on the newsletter, but not able to get the discount. If I goto the account and check the box for the newsletter I get the following error:
1062 Duplicate entry 'davidgarrettjr######################' for key 2
in:
[INSERT INTO zen_subscribers (customers_id, email_address, email_format) VALUES ('314', 'davidgarrettjr######################', 'TEXT')]
However, if I sign up after being subscribed to the newsletter only and I check the box at the bottom then everything is fine.
Question is: Is there a way to let a newsletter subscriber sign up for an account to where the box is already checked and/or it incorporates the discount?
I set it up now to keep the box automatically checked during signup and that seems to work, but I'd rather not have to do that and to have the box checked already only for those that have signed up for the newsletter before they sign up for an account.
If anyone can offer a fix that works, I'll send you a free knife from my store. www.knivesandmore.biz
Feel free to sign up and check out the error.
Hi Jeroen,
Oh, wow. So I just realized this error is not just the sidebox but it's hitting my registration as well. (Maybe that's a clue about what's wrong?)
Something really seems wrong with my defines. The "newsletter_subscribe_filesnames.php" is in /includes/extra_datafiles/ -- and he "subscribe.php" is in /includes/languages/english/my_template/.
I'm getting an error now on the define "TABLE_SUBSCRIBERS".
Thanks for your help!
Tim
My store is not working and I don't have a clue why this part of the system is even being affected -- other than something being wrong somewhere in the defines list. Can anyone suggest how I can debug that?
Here is the error I'm getting:
Code:1146 Table 'zenstore.TABLE_SUBSCRIBERS' doesn't exist
in:
[select count(*) as total from TABLE_SUBSCRIBERS where email_address = '[email protected]' ]
I get it when registering a new user (create_account), recovering a password (password_forgotten -- btw, this one does reset the password, but the email never arrives), when I submit a change to subscriptions (account_newsletters), and on the final step of placing an order (checkout_process).
It occurs whenever using the TABLE_SUBSCRIBER define value -- which apparently is not getting defined.
Note, too, that my shipping and billing addresses are not automatically filling in. No clear defines here -- I'm seeing nothing, rather than values in all caps -- but this used to work as well.
Thanks for any ideas. I'm 95% sure this isn't caused by the newsletter subscribe MOD, but help from you all is appreciated. :smile:
Tell me what happens if you run this command in the sql patchtool which is available under tools:
do you get a green line that says succesfully processed or do you get an error?
Using Zen Cart v.1.38a i think 4weeks in to modifying it i have tryed to install this mod and time and time again it doesn't work fore me.
After I place all the files on my local test server it turns admin blank anyone had this problem or have a solution :frusty:
Forgot some info!!!
Mods i have are:
column layout grid
zenlightbox
ultimate seo url's
multilanguage ezpages
loginbox
languagecurrency links in header
I also have a translation of this in swedish but i cant get it to work so... those hours translating it makes it more frustating not getting it to work past first stepp in the installatin.:censored:king:censored:it mo:censored:ing codes dont do what i want it to
:oops:got it onley english in admin works great now thanks for everyone involved in thes mod great one if it verent for you great coders out there us noobs wouldn't have someone to try to get as god as hope y'all have a great day, week, year One Love:smartalec:
Is there any way to NOT have the confirm email sent out.
I just want people to sign up for the newsletter, and they are immediately confirmed and on the list. All Done. I can work out the email bounces later. All this confirming stuff is inefficient and a hassle for the potential subscriber. Its my job to sort out the good from the bad.
I worked out a simple solution. I edited the text on the confirm email and the related text on the site, to say the new subscription was working. I can then confirm the subscriptions manually in admin.
Any ideas on automating the confirmation part for admin? A line of php?
Can you tell me where the file is located to change the picture that is sent with the confirmation e-mail ? The current picture is the Engeltjes & Draken logo. I'd like to change it to my own. :smile:
Thanks, nagelkruid. I get a green line. Also, I know that the db_prefix is correct. (BTW, The original symptom of this problem was that all the items in the subscribe sidebox where filled with the constant names and thus ALL CAPS. Part of the reason I suspect the define pages.)
Depending on your browser or email client:
Try right clicking the image in question and select view image, the path to the image will become visible in the address bar. A simple trick to locate the path to any image.
Firefox is a great browser to use for developing, if you don't already have it. Free to download.
O dear,
feels like a little red ears moment here :P
the logo is only added in the html email so check the email_template_newsletter_subscription.html in your email folder.
I wonder how it resolves to loading our logo though, it should load whatever you have in email/header.jpg but when that is missing, you could see our alt tag, as that seems to be hardcoded in there, sorry
As the SQL query catched in the admin, i am thinking it has to be somewhere in the shop-side of things.
The only place i would suspect this to go wrong is indeed in newsletter_subscribe_filenames.php.
You allready said it's there, if it isn't corrupt then i wouldn't know why it would throw that error.
Maybe you should try re-uploading that file.
If that doesn't solve anything then i don't think the error is in subscribe mod, but i would probably remove the mod anyway and see if the shop would start running without an error again, or if you then possibly get a different error message.
Thanks, nagelkruid. I'll give that a try. It might take a while to see; I've got the site running in a crippled mode that required some modifications to code. (Would be great!! if ZC would let us turn off MODs in a control panel!!) :-)
Heh, they can write a control panel, but it is still up to the people who write these mods to have a proper disable/enable function.
But i agree, especially for code added to core-files and autoloaders, would be great to have an if(this_mod_enabled) option in there....mmm, sounds like a perfect world...:cool:
Hi there,
I need urgent support on this one.. After installation my site is now just blank pages. I have not touched tpl_header.php
http://www.lizdisler.com.au
Any ideas?
Done - here's the results. I have removed any empty lines at the bottom of language files, which has fixed blank pages before but not today :(
A fatal error is listed near the bottom but what's causing it??
HTML Code:Notice: Constant TABLE_SUBSCRIBERS already defined in /home/disler/public_html/includes/extra_datafiles/subscription_manager_filenames.php on line 24
Notice: Constant FILENAME_SUBSCRIBE already defined in /home/disler/public_html/includes/extra_datafiles/subscription_manager_filenames.php on line 26
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/disler/public_html/includes/local/configure.php:1) in /home/disler/public_html/includes/functions/sessions.php on line 108
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/disler/public_html/includes/local/configure.php:1) in /home/disler/public_html/includes/functions/sessions.php on line 108
Warning: Cannot modify header information - headers already sent by (output started at /home/disler/public_html/includes/local/configure.php:1) in /home/disler/public_html/includes/init_includes/init_sanitize.php on line 122
Notice: Constant OFFICE_IP_TO_HOST_ADDRESS already defined in /home/disler/public_html/includes/languages/english/email_extras.php on line 103
Warning: Cannot modify header information - headers already sent by (output started at /home/disler/public_html/includes/local/configure.php:1) in /home/disler/public_html/includes/init_includes/init_templates.php on line 78
Notice: Constant SUBSCRIBE_DUPLICATE_CUSTOMERS_ERROR already defined in /home/disler/public_html/includes/languages/english/extra_definitions/subscription_manager_extra_definitions.php on line 3
Notice: Constant SUBSCRIBE_DUPLICATE_NEWSONLY_ERROR already defined in /home/disler/public_html/includes/languages/english/extra_definitions/subscription_manager_extra_definitions.php on line 4
Notice: Constant SUBSCRIBE_DUPLICATE_NEWSONLY_ACCT already defined in /home/disler/public_html/includes/languages/english/extra_definitions/subscription_manager_extra_definitions.php on line 5
Notice: Constant SUBSCRIBE_DUPLICATE_OTHER_ACCT already defined in /home/disler/public_html/includes/languages/english/extra_definitions/subscription_manager_extra_definitions.php on line 6
Notice: Constant TEXT_SUBSCRIBER_DEFAULT_NAME already defined in /home/disler/public_html/includes/languages/english/extra_definitions/subscription_manager_extra_definitions.php on line 9
Fatal error: Call to undefined function zen_get_languages() in /home/disler/public_html/index.php on line 25
Notice: Object of class queryFactoryResult could not be converted to int in Unknown on line 0
Is this a custom path you made? includes/local/
I don't have it.
Looking at the errors, i have no clue where this comes from, but i can bet you, you won't be able to reproduce this on a regular shop :huh:
I would just undo the changes you have made by removing the files placed for this mod and removing the manual edits you may have done.
Get your store back up and running and then reconsider how bad you need people to signup for newsletters without subscribing :cool:
If you want to have another go, i recommend test stuff locally before you go live with it as it should be sales coming in 1st place, not services, right?
Thank you for letting me know.
I just installed "login as customer from admin" and now my newletter subscription only feature will not generate a subscription only account from the index page. It will create a subscription only accout from the admin panel, howerver. Can anyone give me a few clues. My site is http//letsseethemenu.com :blink: