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
Copy file name to clipboardExpand all lines: README.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,9 +41,20 @@ You are welcome to contribute to Engagement Cloud for Magento! You can either:
41
41
- Fix a bug: please fork this repo and submit the Pull Request to our [Develop branch](https://github.com/dotmailer/dotmailer-magento-extension/tree/develop)
42
42
Request a feature on our [roadmap](https://roadmap.dotdigital.com)
43
43
44
+
# 6.4.23
45
+
46
+
###### What's new
47
+
- The insight data schema for orders has changed. Configurable and bundle products no longer output as separate line items; instead, parent data is used to augment child products.
48
+
- Simple products in order sync were commonly showing price 0 - we're now looking up parent prices for these where possible.
49
+
- We've added _parent_id_ to catalog insight data schema.
50
+
- We have deprecated some of our External Dynamic Content URLs. We've added notes on how to replace these in your campaigns.
51
+
52
+
###### Bug fixes
53
+
- We've fixed an error with updating products following an order sync - an exception was thrown once all available orders had been synced.
54
+
44
55
# 6.4.22
45
56
46
-
###### What’s new
57
+
###### What's new
47
58
- The external dynamic content bestsellers list has been improved to display the configurable parents of bestselling children.
48
59
- All private methods in our code have been changed to protected, to make our connector's functionality completely extensible.
49
60
@@ -59,7 +70,7 @@ Request a feature on our [roadmap](https://roadmap.dotdigital.com)
59
70
60
71
# 6.4.21
61
72
62
-
###### What’s new
73
+
###### What's new
63
74
- We’ve added a _type_ field to the schema for catalog insight data.
64
75
- In catalog sync, child products without an image will now try to use their parent’s image.
0 commit comments