What happens if a customer changes their e-mail address in CS-Cart? Will it auto-sync with MailChimp?
Thanks,
Dan
Since customers in mailchimp are indexed by email address, there is no way for mailchimp to know know to drop address A and add address B. The old address will drop automatically when any mail comes back as undeliverable for that address.
I think what he meant is:
when a customer who is subscribed to your mailinglist changes his email address in cs-cart. Will the plugin update the mailchimp list?
(he might expect to receive the shops mailing in his new mailbox from now on, after the change).
No, it is not updated in mailchimp… Maybe in a future version…
[quote name='tbirnseth' timestamp='1291332913' post='96906']
The vast majority of this addon is related to order activity and categories or purchase along with the products purchased. So an active site would be needed for testing.
The resuling product will be good for any size merchant (or age in history), but for beta testing, I really need someone who can put it through it's paces and ensure it is stable and reliable.
[/quote]
Any progress on this project. I'd be willing to pay and beta.
Um… The mailchimp addon has been done for nearly a year. What aspect are you referring to?
There was talk in this thread about ActiveCampaign for Email Marketing.
Is there a module to integrate AC with CS Cart?
Cheers,
Speedy
Will this be compatible with CS Cart 3, and if not, is it in the works?
Hi Amanda,
I'm not planning to do anything with V3 until I see it as stable. The recent revelation that they left out suppliers because it offered technical challenges leads me to believe that I don't want to waste my time on an ever-changing, let-the-customer-test-it release stream. I will test/qualify my most popular addons when V3 is stable. Others, I will proably let die on the vine since it would not be profitable for me to invest further in them.
That being said, I'm not aware of any issues in 3.x that woud impact mailchimp unless they have dropped the 'place_order' hook. All the back-end parts should contiinue to work.
I will address issues in V3 as they are reported to me at http://support.ez-ms.com.
Very fiew of my addons anymore have much of a customer side to them. Most are back-end and I believe that is pretty stable with V3.
But note, these are for Pro ONLY. I have no ability to test in a multi-store environment and do not know how the addons behave that are on the storefronts versus the controlling site. I also have not worked out licensing issues for Ultimate either.
Any update to this? Is your add-on compatible with v3.01 Pro?
Jack
Will be glad to hear when it'll be comptaible with v3.xx
Regards,
As he explained, it should work but has not been tested. If it turns out you have problems, he will fix them.
Woops… must be tired… you’re right flow… I should have read twice
Tony,
My site is currently being upgraded to V3.02, I am a purchaser of your mailchimp add-on as well as many others. Is it possible you could re-tool the “Subscribe” block to work with the new V3 interface within the bottom grid?. (like below)
Would like it to look exactly the same as the stock one but use the functionality of your add-on instead.
Please let us know, thanks.
DO NOT USE THE V2 VERSION of mailchimp on V3.
A V3 version is in testing as we speak. When it is verified, I will make it available for free to existing mailchimp license holders. I'll send an email out when it's ready with a link to where you can download it from.
For non V2 license holders, V3 will have a surcharge of $10 for the additional porting and testing investment.
V3 version will now also send the language code of the user with all LIST subscriptions and SEGMENT information so you can determine what language your user's prefer their communication in. The location of the Mailchimp Integration menu item has also been moved from the (V2.0 location) Users menu to the Customers menu.
The full changelog for mailchimp can be found here: Changelog: mailchimp
V3 version should be available within a couple of days.
Thanks for the heads up Tony that you are working on an update. I appreciate you have continued support for the add-on.
Do you think you will be able to provide some code that allows us to use the stock look of bottom box to collect emails to your addon like I posted above?
Thanks
[quote name='jhagg' timestamp='1345073964' post='142969']
Thanks for the heads up Tony that you are working on an update. I appreciate you have continued support for the add-on.
Do you think you will be able to provide some code that allows us to use the stock look of bottom box to collect emails to your addon like I posted above?
Thanks
[/quote]
I'm also after an answer regarding this.
[quote name='jhagg' timestamp='1345073964' post='142969']
Thanks for the heads up Tony that you are working on an update. I appreciate you have continued support for the add-on.
Do you think you will be able to provide some code that allows us to use the stock look of bottom box to collect emails to your addon like I posted above?
Thanks
[/quote]
In V2 the standard newsletter subscribe box interfaced with mailchimp. Is it by design that the same functionality doesn't exist in V3?
The mailchimp subscriber block is a completely different block than the news_and_emails subscriber block. It was just styled the same in V2 as the news_and_email subscribe block in V2.
For mailchimp addon to have the same visual as the V3 news_and_email subscriber block would take a bit of work. I'm not sure when I can get to this due to other pressing issues.
I can give you pointers on how you might make the change yourself below.
If you wanted to do it yourself, the current mailchimp subscribe block template is located at:
skins/basic/customer/addons/mailchimp/blocks/static_templates/mailchimp_subscribe.tpl
I would suggest copying this file to a new name and then modifying the copy to suit your needs. Note that css file for mailchimp is available at:
skins/basic/customer/addons/mailchimp/css/mailchimp.css
Any styling change or new properties should go into that file.
After modifying the copy of the mailchimp_subscribe.tpl file, you will need to update the schema that will make it available by modifying:
addons/mailchimp/schemas/block_manager/blocks.post.php
Simply change the pathname in that file to use the path to the new file you created when copying the original mailchimp_subscribe.tpl file. The new block will then be selectable via the block manager.
I will try to create a new V3 block that has layout and style that will fit into V3 to replace the news_and_emails subscribe block and generate a new version (the block will have a different name so as to not cause conflict(s)). However, I can't commit to when I can get this done, tested and released.
I just released a new version of mailchimp that has a new block in it called “Mailchimp Subscribe (V3 style)”.
You can use the V3 block manager to create a new block named “Mailchimp Subscribe” and then simply select “Mailchimp Subscribe (V3 style)” as the block to use, then replace the standard news_and_email subscribe block with this one.
It allows you to have multiple lists as well as to collect multiple fields beyond the email address if you choose.
Your mailchimp V3 version should be updated to version 3.0.21. You can check your version by:
?dispatch=mailchimp.version
If you're impatient and want to force an upgrade to this newest V3 version use:
?dispatch=mailchimp.upgrade.force
The new subscribe block should be a drop-in replacement.