Re: MailChimp Newsletter Sidebox
Not sure what you mean by various files. There is one file in extra_definitions called
./languages/english/extra_definitions/mailchimp_sidebox_defines.php
You could customize this and put it in
./languages/english/extra_definitions/YOUR_TEMPLATE/mailchimp_sidebox_defines.php
Re: MailChimp Newsletter Sidebox
Yes, I guess that was my question. Since the readme file didn't refer to placing those files in the TEMPLATE folder, I was not sure if they should be there or not. You say I "can customize it", but my question is "should I or shouldn't I?"
Re: MailChimp Newsletter Sidebox
You are free to do it. It's fine.
Remember that any folder with a "classic" subfolder is template aware, and any file that goes there can go into a template subfolder if you wish.
Re: MailChimp Newsletter Sidebox
OK. I might be doing something wrong because it is not working. I tested with someone creating an account, having the box checked for the Newsletter, BUT there was no confirmation email from MailChimp. The only email received was from Zencart, explaining what they can expect in the store.
I reviewed all the instructions in the readme file, edited all the files, adjusted all the settings in the backend. In fact, I just had to check everything because everything was already correct. Any suggestion where else to look for a fault?
Re: MailChimp Newsletter Sidebox
I describe this as a "moderate to difficult" mod to install on the help page. You're welcome to review the help and review the list of common problems at https://www.thatsoftwareguy.com/zenc...ation_problems but you might need someone to do this for you.
Re: MailChimp Newsletter Sidebox
Quote:
Originally Posted by
CaroleAs
As i am trying to fix this issue, I noticed that the various files were installed inside a template folder like this:
includes/languages/english/extra_definitions/cc
instead of the
includes/languages/english/extra_definitions
only. I am now wondering if that is the proper installation (as there is no indication in the readme file) and maybe that would explain why it was not working properly. At the same time, i want to install it correctly if it was not in the first place.
Thanks.
Nope, that is not correct. The ReadMe included with the plugin contains installation instructions.
Re: MailChimp Newsletter Sidebox
I know that if a user subscribes with the side box, they will get a confirmation email from MC. That is now working fine for me.
When a user creates an account and checks the checkbox for the newsletter, are they supposed to ALSO get a confirmation email from MC or does the information automatically populate to MC to add the user to the list?
Re: MailChimp Newsletter Sidebox
Quote:
Originally Posted by
CaroleAs
I know that if a user subscribes with the side box, they will get a confirmation email from MC. That is now working fine for me.
Yes, that's normal, because they're choosing to sign up to the newsletter list directly.
Quote:
Originally Posted by
CaroleAs
When a user creates an account and checks the checkbox for the newsletter, are they supposed to ALSO get a confirmation email from MC or does the information automatically populate to MC to add the user to the list?
No, you're adding them to MC via an API call, which assumes you've already verified permission to subscribe ... that's between you and the customer.
Similarly, if you log in to MC and add a subscriber manually, they won't receive an email ... the fine-print on the screen reminds you that it's up to you to verify that you have permission to add them. Same concept.
Re: MailChimp Newsletter Sidebox
Quote:
Originally Posted by
DrByte
No, you're adding them to MC via an API call, which assumes you've already verified permission to subscribe ... that's between you and the customer.
Thanks. That is good then. Half of it is working as it should (the sidebox).
Now, to get the name from the "account creation" into MC. That is still not working. Rechecking things again. I must be missing just a detail.
Re: MailChimp Newsletter Sidebox
Quote:
Originally Posted by
DrByte
No, you're adding them to MC via an API call, which assumes you've already verified permission to subscribe ... that's between you and the customer.
To clarify, this is not how it works. I call the API with status pending, which does require an opt-in.