-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Abandoned Cart Data Sent #220
Comments
I put a try catch around the getAll() request which allowed the cron to run, though I still haven't seen any quotes marked over the last 6 weeks, which is odd. I'll continue to look into the abandoned cart issue, which may or may not be related. |
What version of ebizmarts/mailchimp-lib do you have? |
Mailchimp module currently running 232db41 tracking dev-develop due to some bug fixes I needed that hadn't been in a release |
sorry but i don't understand, you have 1.0.26 modified by you or 1.0.27? |
@maderlock I got same issue, In my case, data in mailchimp_sync_ecommerce table have some promotion rule that mailchimp didn't have it (i don't know why the proccess sync is corrupted). Can you try to call Mailchimp API to get all your promotion rules, and check your database, maybe you can find something. |
No new since feb 26, so close the issue until we see any news |
Related to #208 |
Issue Description
Preconditions
Steps to reproduce
Actual Result
Resource Not Found : The requested resource could not be found.
Additional information
When running the cron manually and adding in some extra logging I can see that the error is caused when fetching updates to promo rules:
It does look like there is an error because a promotion stored in the Magento ecommerce table is not found in MailChimp. Is this an exception that should be caught and dealt with?
I can see that after the initial sync there have been no quotes marked with mailchimp abandoned flag.
The text was updated successfully, but these errors were encountered: