Skip to content
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

mailchimp order && customer is not syncing issue #1982

Closed
prabhu123-dev opened this issue Jul 29, 2024 · 1 comment
Closed

mailchimp order && customer is not syncing issue #1982

prabhu123-dev opened this issue Jul 29, 2024 · 1 comment

Comments

@prabhu123-dev
Copy link

This is log file error
[2024-07-26 12:01:05] MailChimpLogger.INFO: Notice: Undefined offset: 1649 in /var/www/html/screwman/app/code/Ebizmarts/MailChimp/Helper/Data.php on line 459
[] []
[2024-07-26 12:01:06] MailChimpLogger.INFO: Generate Carts payload

public function getMapFields($storeId = null)
{
if (!$this->_mapFields) {
$customerAtt = $this->getBindableAttributes();
$data = $this->getConfigValue(self::XML_MERGEVARS, $storeId);
try {
$data = $this->unserialize($data);
if (is_array($data)) {
foreach ($data as $customerFieldId => $mailchimpName) {
$this->_mapFields[] = [
'mailchimp' => strtoupper($mailchimpName),
'customer_field' => $customerAtt[$customerFieldId]['attCode'],
'isDate' => $customerAtt[$customerFieldId]['isDate'],
'isAddress' => $customerAtt[$customerFieldId]['isAddress'],
'options' => $customerAtt[$customerFieldId]['options']
];
}
}
} catch (\Exception $e) {
$this->log($e->getMessage());
}
}
return $this->_mapFields;
}
public function getDateFormat()
{
return 'm/d/Y';
}

/**
 * @param $apiKey
 * @param bool $encrypted
 * @return \Mailchimp
 * @throws \Magento\Framework\Exception\LocalizedException
 */

image (7)

@prabhu123-dev prabhu123-dev changed the title mailchimp order customer is not syncing issue mailchimp order && customer is not syncing issue Jul 29, 2024
@gonzaloebiz
Copy link
Collaborator

Hi @prabhu123-dev

please. follow the Issue reporting guidelines
We will re open the issue once you follow it

Best

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants