MailChimp for Magento 2. Syncs all data (subscriber, customers, orders, products) and enables marketing automation with email campaigns, automations, ads, postcards and more.

Overview

Labels applied by the team

Label Description
bug Bug report contains sufficient information to reproduce. Will be solved for associated Milestone.
enhancement Improvement accepted. Will be added for associated Milestone.
done Issue has been solved and will be applied in the associated Milestone.
duplicate Issue has been already reported and will be closed with no further action.
wrong issue format Issue has not been created according to requirements at the Issue reporting guidelines. Will be closed until requirements are met.
feature request Feature request to be considered by the team. After approval will be labeled as enhancement.
could not replicate The team was not able to replicate issue. It will be closed until missing information is given.
contact support Contact our support team at [email protected]. Issue will be closed with no further action.
low priority Issue is considered as low priority by the team.
priority Issue is considered as high priority by the team.
conflict Issue reports a conflict with other third party extension.
need feedback Feedback is required to continue working on the issue. If there is no answer after a week it will be closed.
blocked Issue can not be solved due to external causes.
read documentation Issue will be closed. Available documentation: MailChimp For Magento doc

Issue reporting guidelines

To maintain an effective bugfix workflow and make sure issues will be solved in a timely manner we kindly ask reporters to follow some simple guidelines.

Before creating an issue, please do the following:

  • Check the documentation to make sure the behavior you are reporting is really a bug, not a feature.
  • Check the existing issues to make sure you are not duplicating somebody’s work.
  • Make sure, that information you are about to report is a technical issue, please refer to the Community Forums for technical questions.

If you are sure that the problem you are experiencing is caused by a bug, file a new issue in a Github issue tracker following the recommendations below.

Title

Title is a vital part of bug report for developer and triager to quickly identify a unique issue. A well written title should contain a clear, brief explanation of the issue, making emphasis on the most important points.

Good example would be:

Unable to place order with Virtual product and PayPal.

Unclear example:

Can't checkout.

Issue Description

Preconditions

Describing preconditions is a great start, provide information on system configuration settings you have changed, detailed information on entities created (Products, Customers, etc), Magento and mc-magento versions. Basically, everything that would help developer set up the same environment as you have.

Example:

1. Magento CE 2.0.1 without sample data is installed.
2. mc-magento 1.0.6.
3. Test category is set up.
4. Virtual Product is created and assigned to the Test Category.
...

Steps to reproduce

This part of the bug report is the most important, as developer will use this information to reproduce the issue. Problem is more likely to be fixed if it can be reproduced.

Precisely describe each step you have taken to reproduce the issue. Try to include as much information as possible, sometimes even minor differences can be crucial.

Example:

1. Navigate to storefront as a guest.
2. Open Test Category.
3. Click "Add to Cart" on the Virtual Product.
4. Open mini shopping cart and click "Proceed to Checkout".
...

Actual and Expected result

To make sure that everybody involved in the fix are on the same page, precisely describe the result you expected to get and the result you actually observed after performing the steps.

Example:

Expected result:
Order is placed successfully, customer is redirected to the success page.
Actual result:
"Place order" button is not visible, order cannot be placed.

Additional information

Additional information is often requested when the bug report is processed, you can save time by providing Magento and browser logs, screenshots, any other artifacts related to the issue at your own judgement.

Pull requests

Before creating a pull request please make sure to follow this guidelines or it will be rejected.

Comments
  • Unknown column 'at_special_from_date_default.value' in 'on clause'

    Unknown column 'at_special_from_date_default.value' in 'on clause'

    Versions installed ebizmarts/mailchimp-lib 3.0.21
    mailchimp/mc-magento2 1.0.28

    Problem: In cron_schedule and /var/www/var/log/magento.cron.log a lot de errors

    SELECT e., IF(at_special_price.value_id > 0, at_special_price.value, at_special_price_default.value) AS special_price, at_special_from_date.value AS special_from_date, at_special_to_date.value AS special_to_date, mc. FROM catalog_product_entity AS e LEFT JOIN catalog_product_entity_decimal AS at_special_price_default ON (at_special_price_default.entity_id = e.entity_id) AND (at_special_price_default.attribute_id = '567') AND at_special_price_default.store_id = 0 LEFT JOIN catalog_product_entity_decimal AS at_special_price ON (at_special_price.entity_id = e.entity_id) AND (at_special_price.attribute_id = '567') AND (at_special_price.store_id = 7) LEFT JOIN catalog_product_entity_datetime AS at_special_from_date ON (at_special_from_date.entity_id = e.entity_id) AND (at_special_from_date.attribute_id = '568') AND (at_special_from_date.store_id = 0) LEFT JOIN catalog_product_entity_datetime AS at_special_to_date ON (at_special_to_date.entity_id = e.entity_id) AND (at_special_to_date.attribute_id = '569') AND (at_special_to_date.store_id = 0) LEFT JOIN mailchimp_sync_ecommerce AS mc ON mc.type = 'PRO' AND mc.related_id = e.entity_id AND mc.mailchimp_sync_modified = 0
    AND mc.mailchimp_store_id = '5cf8dfcd757d60254b1298e2bb26a2d3' and mc.mailchimp_sync_delta < (IF(at_special_from_date.value_id > 0, at_special_from_date.value, at_special_from_date_default.value)) WHERE (IF(at_special_price.value_id > 0, at_special_price.value, at_special_price_default.value) > 0) AND (((((at_special_from_date.value <= '2018-05-16 23:59:59') OR (at_special_from_date.value IS null))))) AND (((((at_special_to_date.value >= '2018-05-16 00:00:00') OR (at_special_to_date.value IS null))))) AND (mc.mailchimp_sync_delta is not null)

    The problem is "Unknown column 'at_special_from_date_default.value' in 'on clause'" I can't find this table (or alias)

    We have not synchronized with Mailchimp for 3 weeks

    bug done 
    opened by antoniogarcia78 45
  • MailChimp connected sites List Settings syncing seemingly forever

    MailChimp connected sites List Settings syncing seemingly forever

    Preconditions:

    1. Magento CE 2.1.5
    2. MailChimp for Magento 2 1.0.22
    3. PHP 7.0.X

    Steps to reproduce:

    1. Install MailChimp for Magento 2 with composer require mailchimp/mc-magento2 1.0.22.
    2. Configure MailChimp for Magento 2 following this guide.
    3. Ensure that the "Enable Two Way Sync" option is enabled.
    4. Wait for the Magento customers to sync to the assigned MailChimp list.
    5. Wait for the Magento products to sync to the assigned MailChimp list.

    Expected result:

    • The Carts sync properly for automated emails such as the abandoned cart email to be used.
    • The List Settings section in the Connected Sites MailChimp page finishes syncing.

    Actual result:

    • Carts don't sync
    • The List Settings section in the Connected Sites MailChimp page syncs seemingly forever.

    MailChimp > Connected Sites > List Settings image

    Additional information:

    Here are some screenshots from Magento and MailChimp to show that our products and cutomers have initially sync'd (we still have to test creating a new product and customer syncing).

    Magento > Stores > Configuration > MailChimp > MailChimp > MailChimp General Configuration image

    MailChimp > Templates > Content Manager > Products image

    Magento > Products > Catalog image

    Magento > Customers > All Customers image

    If this has all synced, why is the MailChimp list continuing to sync and never end?

    bug done 
    opened by jordanbrauer 45
  • Class Mailchimp does not exist

    Class Mailchimp does not exist

    I tried to install mailchimp module for magento 2. After I put all the files in the app/code/Ebizmarts/MailChimp run the code php bin/magento module:enable Ebizmarts_MailChimp --clear-static-content and after running php bin/magento setup:upgrade i recive the following error:

      [ReflectionException]
      Class Mailchimp does not exist
    

    I tried with several version and for all of them i receive the same thing. I got the extenion from https://marketplace.magento.com/. So i think this should work fine.

    Does anyone know how can i solve this issue?

    opened by nickalmeida 27
  • Mailchim Magento 2.3.1 Possible Bug - Data Not Syncing

    Mailchim Magento 2.3.1 Possible Bug - Data Not Syncing

    ### Steps to reproduce

    • Install mailchimp using composer to magento 2.3.1
    • Connect the store as per the mailchimp userguide

    Expected Result Data syncs to Mailchimp

    Actual

    Magento cron errors Webhook cron works but the cron related to ecommerce does shows error

    warning: Invalid argument supplied for foreach() in /mailchimp/mc-magento2/Helper/Data.php on line 1028 image

    Mailchimp show status as syncing and orders show status syncing but nothing gets synced due to cron error. Please note that store other crons are running fine.

    need feedback could not replicate 
    opened by s00071609 23
  • Cron error

    Cron error "Requested country is not available."

    Cron ebizmarts_ecommerce outputs error: Requested country is not available.

    Version: 1.0.22 Magento: 2.1.7 Multiple storefronts (languages) and multiple Mailchimp Stores (1 list for each language).

    bug done 
    opened by mikehenze 21
  • Merge field on old customers

    Merge field on old customers

    Magento CE 2.2.8 Mailchimp v101.2.36

    I have recently setup a new merge field in Mailchimp for the audience list linked in the plugin and mapped Group field from Magento to it in the plugin config. After that I did customer resync, but the field is not being mapped.

    Do I need to change customers' group for it to map sync? Like switch all users from General group to other one, wait for sync, then switch back to General?

    Thanks

    opened by vDeggial 19
  • Can't enable the Mailchimp on Admin portal

    Can't enable the Mailchimp on Admin portal

    Preconditions:

    Magento EE 2.0.11 MailChimp for Magento 2 1.0.22 PHP 5.6.14

    Steps to reproduce: 1.Download "MailChimp For Magento2" in ebizmarts 2. Install "MailChimp for Magento2" with composer require mailchimp/mc-magento2 3. extract the contents in app/code/Ebizmarts/MailChimp 4. run setup:upgrade 5. login Admin portal and see Mailchimp icon on menu. 6. get the API key from Mailchimp and paste to API 7. click 'Save Config' as select 'enable' option under Mailchimp General Configuration

    Expected result: Enabled the Mailchimp on magento and obtain the Mailchimp list name and related information

    Actual result: Waiting without any errors message enable_waiting

    opened by kllee824 19
  • Product Images are broken in Abandoned cart emails

    Product Images are broken in Abandoned cart emails

    Preconditions

    1. Magento CE 2.1.9 without sample data is installed.
    2. mc-magento2 1.0.25.
    3. Test category is set up.
    4. Simple Product with image is created and assigned to the Test Category.
    5 In Mailchimp created Abandon cart Email Campaign with template where up to 2 products in cart. Use Maichimp standard block for template.
    

    Steps to reproduce

    1. Navigate to storefront as registered customer.
    2. Open Test Category.
    3. Click "Add to Cart" on the Simple Product.
    4. Open mini shopping cart and click "Proceed to Checkout".
    5. Abandon cart
    6. Wait till Abandoned cart emails is sent (it should be sent after one hour after customer abandons cart)
    7. Open email and pay attention to products images
    

    Actual result

    Images are broken in Abandoned cart emails. Image contain additional "pub/" part in the URL: Actual Image URL: http://sitename.com/pub/media/catalog/product/1/7/17st10551-bkwh_17sb30950-bkwh_431_front.jpg Shoul be: http://sitename.com/media/catalog/product/1/7/17st10551-bkwh_17sb30950-bkwh_431_front.jpg

    Expected result

    Images shown in email.

    opened by syzovao 16
  • Ecommerce Sync not working mailchimp for Magento2.

    Ecommerce Sync not working mailchimp for Magento2.

    Issue Description:

    I have installed ebizmart_mailchimp extension in my magento 2.1.8 and it has many issues. Users are not subscribing well and ecommerce tracking is not working.

    While I am checking "cron_schedule" table for "ebizmarts_ecommerce" job it is showing error and cron never get success

    Notice: Undefined property: Mailchimp_Ecommerce::$promoCodes in vendor/mailchimp/mc-magento2/Model/Api/PromoRules.php on line 143

    I already upgraded extension to 1.0.25 by downloading latest version from git and running setup upgrade command

    It was working with 1.0.24 but inconsistance so I have upgraded to 1.0.25 but after upgrade it stop working completely. In many cases email is also not subscribe to mailchimp.

    So can you please help me to troubleshoot issue?

    Magento CE ver: 2.1.8 mc-magento2 ver: 1.0.25

    Steps to reproduce: When someone place an order it is not going into mailchimp ecommerce.

    Actual and Expected result Order data shoulds be there in mailchimp ecommerce.

    opened by trushangsuthartri 16
  • Checkout is not loading in the production environment

    Checkout is not loading in the production environment

    Issue reporting guidelines

    To maintain an effective bugfix workflow and make sure issues will be solved in a timely manner we kindly ask reporters to follow some simple guidelines.

    Before creating an issue, please do the following:

    • Make sure the behavior you are reporting is really a bug, not a feature.
    • Check the existing issues to make sure you are not duplicating somebody’s work.
    • Make sure, that information you are about to report is a technical issue, please refer to the Community Forums for technical questions.

    If you are sure that the problem you are experiencing is caused by a bug, file a new issue in a Github issue tracker following the recommendations below.

    Titlement

    Checkout is not loading in the production environment

    Issue Description

    We have integrated MailChimp extension on our store. Once we enable the Production environment for the store then checkout page is not getting loaded properly. It sticks to somewhere. In the developer environment, it is working fine.

    Preconditions

    We have used the default settings only and followed the instructions as mentioned your official website. 1. Magento CE 2.1.9 with sample data is installed. 2. mc-magento2 1.0.29. 3. Test category is set up.

    Steps to reproduce

    1. Navigate to storefront as a guest.
    2. Open Test Category.
    3. Click "Add to Cart" on any Product.
    4. Open mini shopping cart and click "Proceed to Checkout".
    5. The checkout page would be hanged up if you are in the production environment. The loader would be displayed 
    

    Actual and Expected result

    Expected result:
    Checkout should work perfectly for the guest customer and the logged in customer also.
    Actual result:
    The checkout page is not getting loaded
    

    Additional information

    If the extension is enabled: https://drive.google.com/file/d/1YgTg8Syf2E-7NMQCs5FiVcL9sVd6zHr7/view If the extension is disabled: https://drive.google.com/file/d/1ab4S-t1pvFaSiynKIka1WQsFXAAlotdx/view

    could not replicate 
    opened by bcmageteam 15
  • Magento Mailchimp Module internal server error

    Magento Mailchimp Module internal server error

    Preconditions:

    Magento CE 2.1.7 MailChimp for Magento 2 1.0.21 PHP 5.6

    Steps to reproduce:

    Install MailChimp for Magento 2 with composer require mailchimp/mc-magento2. Create Mailchimp Store via Mailchimp module in Magento2

    Expected result:

    Mailchimp store to be created successfully

    Actual result: Mailchimp store to be created successfully Internal server error thrown on Magento application

    Carts don't sync The List Settings section in the Connected Sites MailChimp page syncs seemingly forever. MailChimp > Connected Sites > List Settings

    mailchimperror

    opened by msawyers 15
  • Products with custom options that have price does not enter mailchimp

    Products with custom options that have price does not enter mailchimp

    Issue Description the orders that hace a product with custom option that have price does not sent to mailchimp, while the option is free the order enter to mailcihmp normally

    Preconditions -Magento 2.4.3 -Php 7.4 -mailchimp/mc-magento2 103.4.44

    Steps to reproduce

    1. create a simple product
    2. add new customizable option with price (in product page admin store)
    3. make an order buying this product with the customizable option selected

    Actual the order does not sync with mailchimp

    Expected the order sync normally

    Pssible related issue: 1421

    checking 
    opened by mohammedTBB 4
  • product price in abandoned cart is 0

    product price in abandoned cart is 0

    Title

    product price in abandoned cart is 0

    Issue Description

    the product is showing the correct price in product page and category page but showing 0 in abandoned cart.

    Preconditions

    -Magento 2.4.3 -Php 7.4 -mailchimp/mc-magento2 103.4.44

    Steps to reproduce

    1. create a simple product with price 0
    2. add new customizable option with price
    

    image

    3. then en el front end, add the product to the cart
    4. abandon the cart
    5. an email recieved with price 0
    

    Actual and Expected result

    the product should show the same price in product page.

    checking 
    opened by mohammedTBB 5
  • Merge field value is deleted on the Magento store, but not on Mailchimp

    Merge field value is deleted on the Magento store, but not on Mailchimp

    Preconditions

    1. Magento 2.4.2 with sample data is installed in developer mode
    2. Mailchimp for Magento 103.4.44 is installed

    Steps to reproduce

    1. Set a Customer Attribute to be sent as a Merge Field
    2. Add Customer Attribute value to a customer in the Magento Store
    3. Wait until it is synced with Mailchimp, check in the Mailchimp account if the corresponding contact has the correct value in the Merge Field
    4. Delete the Customer Attribute value from the customer in the Magento Store
    5. Wait until it syncs again and check if the value is still there on the corresponding contact.

    Actual and Expected result

    Expected result:
    Contact's merge field value is deleted from Mailchimp once its deleted from the corresponding customer in the Magento store.
    Actual result:
    Contact's merge field value still appears on Mailchimp.
    

    Additional information

    When you leave two blank spaces instead of deleting the value on the Magento store, the value does disappear from the Mailchimp contact.

    opened by agustinbv 0
  • Magento subscription email sent despite 'Magento always managed emails' set to 'No'

    Magento subscription email sent despite 'Magento always managed emails' set to 'No'

    Hi,

    As per title, I've checked similar issue #1189 but I believe I'm on the 2.4 branch so I think this is a new occurrence of this bug.

    Preconditions

    • Magento 2.4.3-p1
    • Mailchimp 103.4.43
    • Config 'Magento always manage emails' set to 'No'

    Steps to reproduce

    1. Login to Magento website with customer account.
    2. Go to manage newsletter subscription
    3. Tick box to subscribe to newsletter

    Expected result

    1. Customer is subscribed
    2. Magento confirmation email is not sent

    Actual result

    1. Customer is subscribed
    2. Magento confirmation email is sent
    opened by itmsenior 1
  • Long delay loading 75 Mailchimp Stores

    Long delay loading 75 Mailchimp Stores

    Long delay loading 75 Mailchimp Stores

    Long delay (almost a minute) loading 75 Mailchimp Stores

    Issue Description

    Preconditions

    1. Magento CE 2.3.X
    2. Mailchimp extension version: 102.3.41
    3. Having at least 75 Mailchimp Stores created in Magento.
    

    Steps to reproduce

    Open Mailchimp => Mailchimp Stores

    Actual and Expected result

    Expected result:
    Load 75 Mailchimp Stores in few seconds or a second's fraction
    
    Actual result:
    Load 75 Mailchimp Stores delays almost a minute (50 seconds)
    

    Additional information

    Currently the method which fills the collection of Mailchimp Stores is loadStores() from: loadStores()

    enhancement 
    opened by roberto-ebizmarts 1
Releases(103.4.50)
  • 103.4.50(Nov 21, 2022)

    Use this version ONLY for Magento 2.4

    For install it, run

    composer require mailchimp/mc-magento2:103.4.50

    Implemented enhancements:

    • Clean the error table automatically based on a configuration setting #1577
    • Slow-query optimization for product special prices #1569
    • Create grid in admin that shows batch information #1465

    Fixed bugs:

    • The carts are not deleted from mailchimp when are converted in an order #1595
    • Add a button to fix the chimpstatic js in the frontend #1584
    Source code(tar.gz)
    Source code(zip)
  • 102.3.50-p1(Nov 21, 2022)

    Use this version ONLY for Magento 2.3.6-p1 and up

    For install it, run

    composer require mailchimp/mc-magento2:102.3.50-p1

    Implemented enhancements:

    • Clean the error table automatically based on a configuration setting #1577
    • Slow-query optimization for product special prices #1569
    • Create grid in admin that shows batch information #1465

    Fixed bugs:

    • The carts are not deleted from mailchimp when are converted in an order #1595
    • Add a button to fix the chimpstatic js in the frontend #1584
    Source code(tar.gz)
    Source code(zip)
  • 102.3.50(Nov 21, 2022)

    Use this version ONLY for Magento 2.3

    For install it, run

    composer require mailchimp/mc-magento2:102.3.50

    Implemented enhancements:

    • Clean the error table automatically based on a configuration setting #1577
    • Slow-query optimization for product special prices #1569
    • Create grid in admin that shows batch information #1465

    Fixed bugs:

    • The carts are not deleted from mailchimp when are converted in an order #1595
    • Add a button to fix the chimpstatic js in the frontend #1584
    Source code(tar.gz)
    Source code(zip)
  • 101.2.50(Nov 21, 2022)

    Use this version ONLY for Magento 2.2

    For install it, run

    composer require mailchimp/mc-magento2:101.2.50

    Implemented enhancements:

    • Clean the error table automatically based on a configuration setting #1577
    • Slow-query optimization for product special prices #1569
    • Create grid in admin that shows batch information #1465

    Fixed bugs:

    • The carts are not deleted from mailchimp when are converted in an order #1595
    • Add a button to fix the chimpstatic js in the frontend #1584
    Source code(tar.gz)
    Source code(zip)
  • 100.1.50(Nov 21, 2022)

    Use this version ONLY for Magento 2.1

    For install it, run

    composer require mailchimp/mc-magento2:100.1.50

    Implemented enhancements:

    • Clean the error table automatically based on a configuration setting #1577
    • Slow-query optimization for product special prices #1569
    • Create grid in admin that shows batch information #1465

    Fixed bugs:

    • The carts are not deleted from mailchimp when are converted in an order #1595
    • Add a button to fix the chimpstatic js in the frontend #1584
    Source code(tar.gz)
    Source code(zip)
  • 103.4.49(Sep 6, 2022)

    Use this version ONLY for Magento 2.4

    For install it, run

    composer require mailchimp/mc-magento2:103.4.49

    Implemented enhancements:

    • Query optimization for special prices #1535

    Fixed bugs:

    • Wrong query when load the configuration page and use db prefix #1557
    • The subcribe at the bottom doesn't work #1551
    • "Magento always manage emails" configuration blocking default Magento newsletter confirm email sending #1545
    • Wrong column name in mailchimp_stores #1533
    Source code(tar.gz)
    Source code(zip)
  • 102.3.49-p1(Sep 6, 2022)

    Use this version ONLY for Magento 2.3.6-p1 and up

    For install it, run

    composer require mailchimp/mc-magento2:102.3.49-p1

    Implemented enhancements:

    • Query optimization for special prices #1535

    Fixed bugs:

    • Wrong query when load the configuration page and use db prefix #1557
    • The subcribe at the bottom doesn't work #1551
    • "Magento always manage emails" configuration blocking default Magento newsletter confirm email sending #1545
    • Wrong column name in mailchimp_stores #1533
    Source code(tar.gz)
    Source code(zip)
  • 102.3.49(Sep 6, 2022)

    Use this version ONLY for Magento 2.3

    For install it, run

    composer require mailchimp/mc-magento2:102.3.49

    Implemented enhancements:

    • Query optimization for special prices #1535

    Fixed bugs:

    • Wrong query when load the configuration page and use db prefix #1557
    • The subcribe at the bottom doesn't work #1551
    • "Magento always manage emails" configuration blocking default Magento newsletter confirm email sending #1545
    • Wrong column name in mailchimp_stores #1533
    Source code(tar.gz)
    Source code(zip)
  • 101.2.49(Sep 6, 2022)

    Use this version ONLY for Magento 2.2

    For install it, run

    composer require mailchimp/mc-magento2:101.2.49

    Implemented enhancements:

    • Query optimization for special prices #1535

    Fixed bugs:

    • Wrong query when load the configuration page and use db prefix #1557
    • The subcribe at the bottom doesn't work #1551
    • "Magento always manage emails" configuration blocking default Magento newsletter confirm email sending #1545
    • Wrong column name in mailchimp_stores #1533
    Source code(tar.gz)
    Source code(zip)
  • 100.1.49(Sep 6, 2022)

    Use this version ONLY for Magento 2.1

    For install it, run

    composer require mailchimp/mc-magento2:100.1.49

    Implemented enhancements:

    • Query optimization for special prices #1535

    Fixed bugs:

    • Wrong query when load the configuration page and use db prefix #1557
    • The subcribe at the bottom doesn't work #1551
    • "Magento always manage emails" configuration blocking default Magento newsletter confirm email sending #1545
    • Wrong column name in mailchimp_stores #1533
    Source code(tar.gz)
    Source code(zip)
  • 103.4.48(Aug 18, 2022)

    Use this version ONLY for Magento 2.4 For install it, run

    composer require mailchimp/mc-magento2:103.4.48

    Implemented enhancements:

    • Point the wiki to the github wiki #1522

    Fixed bugs:

    • Observer name "sales_order_save_after" is too generic. #1516
    • Error saving configuration when install the extension for the first time #1510
    Source code(tar.gz)
    Source code(zip)
  • 102.3.48-p1(Aug 18, 2022)

    Use this version ONLY for Magento 2.3.6-p1 and up For install it, run

    composer require mailchimp/mc-magento2:102.3.48-p1

    Implemented enhancements:

    • Point the wiki to the github wiki #1522

    Fixed bugs:

    • Observer name "sales_order_save_after" is too generic. #1516
    • Error saving configuration when install the extension for the first time #1510
    Source code(tar.gz)
    Source code(zip)
  • 102.3.48(Aug 18, 2022)

    Use this version ONLY for Magento 2.3 For install it, run

    composer require mailchimp/mc-magento2:102.3.48

    Implemented enhancements:

    • Point the wiki to the github wiki #1522

    Fixed bugs:

    • Observer name "sales_order_save_after" is too generic. #1516
    • Error saving configuration when install the extension for the first time #1510
    Source code(tar.gz)
    Source code(zip)
  • 101.2.48(Aug 18, 2022)

    Use this version ONLY for Magento 2.2 For install it, run

    composer require mailchimp/mc-magento2:101.2.48

    Implemented enhancements:

    • Point the wiki to the github wiki #1522

    Fixed bugs:

    • Observer name "sales_order_save_after" is too generic. #1516
    • Error saving configuration when install the extension for the first time #1510
    Source code(tar.gz)
    Source code(zip)
  • 100.1.48(Aug 18, 2022)

    Use this version ONLY for Magento 2.1 For install it, run

    composer require mailchimp/mc-magento2:100.1.48

    Implemented enhancements:

    • Point the wiki to the github wiki #1522

    Fixed bugs:

    • Observer name "sales_order_save_after" is too generic. #1516
    • Error saving configuration when install the extension for the first time #1510
    Source code(tar.gz)
    Source code(zip)
  • 103.4.47(Aug 16, 2022)

    Use this version ONLY for Magento 2.4 For install it, run

    composer require mailchimp/mc-magento2:103.4.47

    Implemented enhancements:

    • Add a button to truncate the error table BUT not to retry the objects with erros #1498
    • Change the footer subscribe button and open a popup with the mailchimp form to subscribe #1487
    • Large mailchimp_sync_ecommerce table with unused registers #1475

    Fixed bugs:

    • Custom boolean customer attribute not synced correctly to Mailchimp #1474
    • Migrate the update data to the patches approach #1472
    Source code(tar.gz)
    Source code(zip)
  • 102.3.47-p1(Aug 16, 2022)

    Use this version ONLY for Magento 2.3.6-p1 and up For install it, run

    composer require mailchimp/mc-magento2:102.3.47-p1

    Implemented enhancements:

    • Add a button to truncate the error table BUT not to retry the objects with erros #1498
    • Change the footer subscribe button and open a popup with the mailchimp form to subscribe #1487
    • Large mailchimp_sync_ecommerce table with unused registers #1475

    Fixed bugs:

    • Custom boolean customer attribute not synced correctly to Mailchimp #1474
    • Migrate the update data to the patches approach #1472
    Source code(tar.gz)
    Source code(zip)
  • 102.3.47(Aug 16, 2022)

    Use this version ONLY for Magento 2.3 For install it, run

    composer require mailchimp/mc-magento2:102.3.47

    Implemented enhancements:

    • Add a button to truncate the error table BUT not to retry the objects with erros #1498
    • Change the footer subscribe button and open a popup with the mailchimp form to subscribe #1487
    • Large mailchimp_sync_ecommerce table with unused registers #1475

    Fixed bugs:

    • Custom boolean customer attribute not synced correctly to Mailchimp #1474
    • Migrate the update data to the patches approach #1472
    Source code(tar.gz)
    Source code(zip)
  • 101.2.47(Aug 16, 2022)

    Use this version ONLY for Magento 2.2 For install it, run

    composer require mailchimp/mc-magento2:101.2.47

    Implemented enhancements:

    • Add a button to truncate the error table BUT not to retry the objects with erros #1498
    • Change the footer subscribe button and open a popup with the mailchimp form to subscribe #1487
    • Large mailchimp_sync_ecommerce table with unused registers #1475

    Fixed bugs:

    • Custom boolean customer attribute not synced correctly to Mailchimp #1474
    • Migrate the update data to the patches approach #1472
    Source code(tar.gz)
    Source code(zip)
  • 100.1.47(Aug 16, 2022)

    Use this version ONLY for Magento 2.1 For install it, run

    composer require mailchimp/mc-magento2:100.1.47

    Implemented enhancements:

    • Add a button to truncate the error table BUT not to retry the objects with erros #1498
    • Change the footer subscribe button and open a popup with the mailchimp form to subscribe #1487
    • Large mailchimp_sync_ecommerce table with unused registers #1475

    Fixed bugs:

    • Custom boolean customer attribute not synced correctly to Mailchimp #1474
    • Migrate the update data to the patches approach #1472
    Source code(tar.gz)
    Source code(zip)
  • 103.4.46(Jul 19, 2022)

    Use this version ONLY for Magento 2.4 For install it, run

    composer require mailchimp/mc-magento2:103.4.46

    Implemented enhancements:

    • Rewrite "This MailChimp account is not connected to Magento" label to make it more clear #1448
    • Add a synchorization column in the customer grid #1439
    • Add a synchorization column in the product grid #1438
    • Add button on backend to create the abandoned cart automation #1432
    • Use declarative schema for magento 2.4 #1403

    Fixed bugs:

    • Missing fields in Cart.php on db call #1460
    • Wrong field map value when is null #1425
    • Can't get the response file from a batch #1414
    • Unmark the modified flag in the ecommerce table when an object is synced #1408
    • Don't use Zend_Db_Select::COLUMNS #1405
    Source code(tar.gz)
    Source code(zip)
  • 102.3.46-p1(Jul 19, 2022)

    Use this version ONLY for Magento 2.3.6-p1 and up For install it, run

    composer require mailchimp/mc-magento2:102.3.46-p1

    Implemented enhancements:

    • Rewrite "This MailChimp account is not connected to Magento" label to make it more clear #1448
    • Add a synchorization column in the customer grid #1439
    • Add a synchorization column in the product grid #1438
    • Add button on backend to create the abandoned cart automation #1432

    Fixed bugs:

    • Missing fields in Cart.php on db call #1460
    • Wrong field map value when is null #1425
    • Can't get the response file from a batch #1414
    • Unmark the modified flag in the ecommerce table when an object is synced #1408
    • Don't use Zend_Db_Select::COLUMNS #1405
    Source code(tar.gz)
    Source code(zip)
  • 102.3.46(Jul 19, 2022)

    Use this version ONLY for Magento 2.3 For install it, run

    composer require mailchimp/mc-magento2:102.3.46

    Implemented enhancements:

    • Rewrite "This MailChimp account is not connected to Magento" label to make it more clear #1448
    • Add a synchorization column in the customer grid #1439
    • Add a synchorization column in the product grid #1438
    • Add button on backend to create the abandoned cart automation #1432

    Fixed bugs:

    • Missing fields in Cart.php on db call #1460
    • Wrong field map value when is null #1425
    • Can't get the response file from a batch #1414
    • Unmark the modified flag in the ecommerce table when an object is synced #1408
    • Don't use Zend_Db_Select::COLUMNS #1405
    Source code(tar.gz)
    Source code(zip)
  • 101.2.46(Jul 19, 2022)

    Use this version ONLY for Magento 2.2 For install it, run

    composer require mailchimp/mc-magento2:101.2.46

    Implemented enhancements:

    • Rewrite "This MailChimp account is not connected to Magento" label to make it more clear #1448
    • Add a synchorization column in the customer grid #1439
    • Add a synchorization column in the product grid #1438
    • Add button on backend to create the abandoned cart automation #1432

    Fixed bugs:

    • Missing fields in Cart.php on db call #1460
    • Wrong field map value when is null #1425
    • Can't get the response file from a batch #1414
    • Unmark the modified flag in the ecommerce table when an object is synced #1408
    • Don't use Zend_Db_Select::COLUMNS #1405
    Source code(tar.gz)
    Source code(zip)
  • 100.1.46(Jul 19, 2022)

    Use this version ONLY for Magento 2.1 For install it, run

    composer require mailchimp/mc-magento2:100.1.46

    Implemented enhancements:

    • Rewrite "This MailChimp account is not connected to Magento" label to make it more clear #1448
    • Add a synchorization column in the customer grid #1439
    • Add a synchorization column in the product grid #1438
    • Add button on backend to create the abandoned cart automation #1432

    Fixed bugs:

    • Missing fields in Cart.php on db call #1460
    • Wrong field map value when is null #1425
    • Can't get the response file from a batch #1414
    • Unmark the modified flag in the ecommerce table when an object is synced #1408
    • Don't use Zend_Db_Select::COLUMNS #1405
    Source code(tar.gz)
    Source code(zip)
  • 103.4.45(May 20, 2022)

    Use this version ONLY for Magento 2.4 For install it, run

    composer require mailchimp/mc-magento2:103.4.45

    Implemented enhancements:

    • Query optimization for ecommerce table #1391
    • Add the possibility to send the company as a merge field #1369
    • Make uninstall #1347
    • Performance Issue During Product Import #1309

    Fixed bugs:

    • Add php 8.1 compatibility for magento 2.4.4 #1377
    • Subscribers are not added to mailchimp #1359
    • The sync fails when an order contains a deleted product #1330
    • Problem syncing country with customer address #1329
    • Chimpstatic wrong url when change the mailchimp store #1322
    • Error creating the webhook, wrong webhook url #1316
    Source code(tar.gz)
    Source code(zip)
  • 102.3.45-p1(May 20, 2022)

    Use this version ONLY for Magento 2.3.6-p1 and up For install it, run

    composer require mailchimp/mc-magento2:102.3.45-p1

    Implemented enhancements:

    • Query optimization for ecommerce table #1391
    • Add the possibility to send the company as a merge field #1369
    • Make uninstall #1347
    • Performance Issue During Product Import #1309

    Fixed bugs:

    • Subscribers are not added to mailchimp #1359
    • The sync fails when an order contains a deleted product #1330
    • Problem syncing country with customer address #1329
    • Chimpstatic wrong url when change the mailchimp store #1322
    • Error creating the webhook, wrong webhook url #1316
    Source code(tar.gz)
    Source code(zip)
  • 102.3.45(May 20, 2022)

    Use this version ONLY for Magento 2.3 For install it, run

    composer require mailchimp/mc-magento2:102.3.45

    Implemented enhancements:

    • Query optimization for ecommerce table #1391
    • Add the possibility to send the company as a merge field #1369
    • Make uninstall #1347
    • Performance Issue During Product Import #1309

    Fixed bugs:

    • Subscribers are not added to mailchimp #1359
    • The sync fails when an order contains a deleted product #1330
    • Problem syncing country with customer address #1329
    • Chimpstatic wrong url when change the mailchimp store #1322
    • Error creating the webhook, wrong webhook url #1316
    Source code(tar.gz)
    Source code(zip)
  • 101.2.45(May 20, 2022)

    Use this version ONLY for Magento 2.2 For install it, run

    composer require mailchimp/mc-magento2:101.2.45

    Implemented enhancements:

    • Query optimization for ecommerce table #1391
    • Add the possibility to send the company as a merge field #1369
    • Make uninstall #1347
    • Performance Issue During Product Import #1309

    Fixed bugs:

    • Subscribers are not added to mailchimp #1359
    • The sync fails when an order contains a deleted product #1330
    • Problem syncing country with customer address #1329
    • Chimpstatic wrong url when change the mailchimp store #1322
    • Error creating the webhook, wrong webhook url #1316
    Source code(tar.gz)
    Source code(zip)
  • 100.1.45(May 20, 2022)

    Use this version ONLY for Magento 2.1 For install it, run

    composer require mailchimp/mc-magento2:100.1.45

    Implemented enhancements:

    • Query optimization for ecommerce table #1391
    • Add the possibility to send the company as a merge field #1369
    • Make uninstall #1347
    • Performance Issue During Product Import #1309

    Fixed bugs:

    • Subscribers are not added to mailchimp #1359
    • The sync fails when an order contains a deleted product #1330
    • Problem syncing country with customer address #1329
    • Chimpstatic wrong url when change the mailchimp store #1322
    • Error creating the webhook, wrong webhook url #1316
    Source code(tar.gz)
    Source code(zip)
Owner
Mailchimp
Mailchimp is an all-in-one marketing platform that helps you manage and talk to your clients, customers, and other interested parties.
Mailchimp
Magento 2 module to quickly acces products, orders and customer from admin menu

Magento 2 module to quickly access product, order or customer views Introduction The Magento 2 backend can be sluggish. Ever wanted to access a produc

null 1 Dec 3, 2021
Plugin allowing to integrate marketing automation made by ActiveCampaign in Sylius.

The SyliusActiveCampaignPlugin takes care of creating and updating contacts, connections, orders, and abandoned carts on ActiveCampaign.

Webgriffe® 3 Apr 1, 2022
Easily create WooCommerce replacement orders for your customers.

Support Orders for WooCommerce Requires PHP: 7.0 WP requires at least: 5.7 WP tested up to: 5.7 WC requires at least: 5.6.0 WC tested up to: 5.8.0 Sta

DevPress 5 Feb 24, 2022
Magento sample data includes a sample store, complete with more than 250 products

Magento sample data includes a sample store, complete with more than 250 products (about 200 of them are configurable products), categories, promotional price rules, CMS pages, banners, and so on. Sample data uses the Luma theme on the storefront.

Magento 203 Dec 16, 2022
Guest to Customer for Magento2 - Quickly and easily convert existing guest checkout customers to registered customers.

Guest to Customer for Magento 2.0 For Magento 2.0.x, 2.1.x, 2.2.x, 2.3.x and 2.4.x In general E-commerce, shoppers do not like to create an account du

MagePal :: Magento Extensions 66 Oct 7, 2022
A high-performance license server system service for creating and managing products, major versions, and software licenses for the purpose of selling installable software products.

A high-performance license server system service for creating and managing products, major versions, and software licenses for the purpose of selling installable software products. Comes with a SDK and command-line tool. Works anywhere that PHP runs.

CubicleSoft 32 Dec 5, 2022
Magento 2 GDPR extension Free by Magepow helps websites comply with GDPR regulations, allowing customers to control personal data and avoid penalties.

Magento 2 GDPR extension Free by Magepow helps websites comply with GDPR regulations, allowing customers to control personal data and avoid penalties.

https://magepow.com 10 Dec 30, 2022
Magento 2 Product Allocation extension allows the to admin manage all products in an order

Magento 2 Product Allocation extension allows the to admin manage all products in an order, making sure that products can only be moved to cart if sufficient allocation is available.

Yodo1117 1 Jan 1, 2022
Enables developers to modify Magento installations (configuration, data) based on the given environment using n98-magerun.

Enables developers to modify Magento installations (configuration, data) based on the given environment using n98-magerun.

LimeSoda Interactive Marketing GmbH 73 Apr 1, 2022
Automatically load the next page of products in Magento. Easy to install and configure, this module works 100% out of the box with vanilla Magento 1.9.x and earlier.

Automatically load the next page of products in Magento. Easy to install and configure, this module works 100% out of the box with vanilla Magento 1.9.x and earlier.

Strategery 123 Nov 20, 2021
Configure Magento 2 to send email using Google App, Gmail, Amazon Simple Email Service (SES), Microsoft Office365 and many other SMTP (Simple Mail Transfer Protocol) servers

Magento 2 SMTP Extension - Gmail, G Suite, Amazon SES, Office 365, Mailgun, SendGrid, Mandrill and other SMTP servers. For Magento 2.0.x, 2.1.x, 2.2.x

MagePal :: Magento Extensions 303 Oct 7, 2022
Magento 2 Email Catcher or Email Logger Module. Available At Packagist.

Magento 2 Module Experius email catcher / - logger ``experius/module-emailcatcher`` Main Functionalities Installation Versions Enable email catcher C

Experius 53 Dec 18, 2022
Block ads for other servers.

[] NoAdvertisings| v0.0.1 Block ads for other servers. Features Block server ads. Easy to setup. Block server address ads when chatting, using command

Nguyễn Hiếu 4 Aug 28, 2022
Re-skinning BotCloaker enables you to add a SMART button at the end of all posts on your blog.

Re-skinning BotCloaker Wordpress Plugin Re-skinning BotCloaker enables you to add a SMART button at the end of all posts on your blog. Re-skinning Bot

Mohammed cha 120 Nov 11, 2022
Issue trackers, feature requests, and translation for all of my NamelessMC products

NamelessMC Products In this repository you can find current issues for each of my NamelessMC products, progress on solving them, feature requests, and

Coldfire 1 Mar 25, 2022
Magento 2 Megamenu extension is an indispensable component, and plays the role of website navigation to help customers easily categorize and find information

Mageno 2 Mega Menu (Magicmenu) helps you create neat and smart navigation menus to display the main categories on your website.

https://magepow.com 35 Dec 1, 2022
A Magento 2 module that allows for creating discrete PDP (Product Detail Pages) page layouts for customers landing on the site from a PPC (Pay Per Click) link/ad by allowing routing to the same pages using a `/ppc/` prefix in the URL path.

A Magento 2 module that allows for creating discrete PDP (Product Detail Pages) page layouts for customers landing on the site from a PPC (Pay Per Click) link/ad by allowing routing to the same pages using a `/ppc/` prefix in the URL path.

null 16 Nov 11, 2022