We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Store passed to MC:
"id": "104.131.96.113_...", "list_id": "....", "name": "104.131.96.113_....", "platform": "Magento", "domain": "", "is_syncing": false, "email_address": "", "currency_code": "USD", "money_format": "", "primary_locale": "", "timezone": "", "phone": "", "address": { "address1": "", "address2": "", "city": "", "province": "", "province_code": "", "postal_code": "", "country": "", "country_code": "", "longitude": 0, "latitude": 0}
Store info in M2:
https://cl.ly/1V0W1e1d1q0e
Passing store info(address, email, etc) allows MC to populate list and footer with store info. note: this appears to also be missing for M1.
The text was updated successfully, but these errors were encountered:
This was fixed on release 1.0.5
Sorry, something went wrong.
needs to be tested with new connection.
gonzaloebiz
No branches or pull requests
Store passed to MC:
"id": "104.131.96.113_...",
"list_id": "....",
"name": "104.131.96.113_....",
"platform": "Magento",
"domain": "",
"is_syncing": false,
"email_address": "",
"currency_code": "USD",
"money_format": "",
"primary_locale": "",
"timezone": "",
"phone": "",
"address": {
"address1": "",
"address2": "",
"city": "",
"province": "",
"province_code": "",
"postal_code": "",
"country": "",
"country_code": "",
"longitude": 0,
"latitude": 0}
Store info in M2:
https://cl.ly/1V0W1e1d1q0e
Passing store info(address, email, etc) allows MC to populate list and footer with store info. note: this appears to also be missing for M1.
The text was updated successfully, but these errors were encountered: