You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When customer does not pay his order and the order is cancelled or stays in pending. the order is send to Mailchimp and added to the revenue as sold. We do a campaign on first placed order. these orders that are still pending or canceled are seen as completed order and campaign is the send.
Preconditions
Magento2 v. 2.2.3
mc-magento2 v. 1.0.28
Steps to reproduce
Place order and cancel when on payment provider page or abandon payment provider page.
Actual and Expected result
Goto Mailchimp lookup customer
Expected result:
Order should NOT be added to revenu.
Actual result:
Order IS added to revenu.
The text was updated successfully, but these errors were encountered:
Hi @gonzaloebiz,
I'm having a similar issue where canceled magento orders are showing up as revenue/purchased items on customer profile pages in mailchimp. And not sure if it's related, but my total store revenue shown on the mailchimp dashboard is not including all of the revenue amounts and days.
preconditions:
Magento 2.2.4
mc-magento2 v. 1.0.32
mailchimp-lib v. 3.0.29
php v. 7.0.32
I "was" seeing an ebizmarts_ecommerce cron_schedule table error "Unable to unserialize value." But then I applied your fix from commit 645a10d and that fixed the cron error. Unfortunately though the revenue shown in mailchimp didn't update. Two way sync is enabled in Magento 2 mailchimp configuration.
Description
When customer does not pay his order and the order is cancelled or stays in pending. the order is send to Mailchimp and added to the revenue as sold. We do a campaign on first placed order. these orders that are still pending or canceled are seen as completed order and campaign is the send.
Preconditions
Magento2 v. 2.2.3
mc-magento2 v. 1.0.28
Steps to reproduce
Place order and cancel when on payment provider page or abandon payment provider page.
Actual and Expected result
Goto Mailchimp lookup customer
Expected result:
Order should NOT be added to revenu.
Actual result:
Order IS added to revenu.
The text was updated successfully, but these errors were encountered: