dotmailer / dotmailer-magento2-extension

The official Dotdigital for Magento2 extension
https://dotdigital.com/integrations/magento
MIT License
48 stars 63 forks source link

Problem with magento 2 messages #550

Closed Januszpl closed 5 years ago

Januszpl commented 5 years ago

There are issues with displaying messages. For example: confirmation message after subscribing to newsletter.

Related to: https://github.com/magento/magento2/issues/12390

Similar fixes were implement in mailchimp extension: https://github.com/mailchimp/mc-magento2/issues/112

One possible solution: changing ajax call from post to get in emailCapture.js Perhaps there is other/better solution you could implement in your module. This seems to be a quick fix.

sta1r commented 5 years ago

Hi @Januszpl thank you for raising this. I've seen your related issues, but please could you outline specific steps and conditions to replicate the error in our module?

sta1r commented 5 years ago

Closing this one. On investigation we don't think this issue affects how our emailCapture tool functions at checkout. Feel free to re-open if you have steps to replicate.