Releases: emartech/magento2-extension
Bugfix release
Bugfixes:
* Resolves an issue where event retrieval resulted in DB slowdown.
Bugfix release
Bugfixes:
* Resolves an issue where product price was determined incorrectly in case content staging was used.
Bugfix release
Bugfixes:
* Resolves an issue where product price was incorrectly displayed as zero.
Bugfix release
Improvements:
- Improves compatibility with MySQL 8+ databases. auto_increment reset is detected properly even if DB schema info is cached for a longer time period.
Custom events
Features:
- This release enables merchants to trigger custom events from their webshop and use those in Emarsys for campaigns or automations. Please refer to the Wiki page on how to use it.
Choice fields value mapping
This release contains improvements for choice fields (dropdown selects) in Magento on customer and product entities. Those field values are now mapped to the actual text representation of the selected option instead of the numerical ID.
Before:
State/Province: 1
Color: 13
After:
State/Province: Alabama
Color: blue
Bugfix release
Bugfixes:
* Resolves an issue where product price discount periods were determined incorrectly.
Localized images
Features:
* Product images are retrieved and added to the product catalog from all connected store views.
Handle refunds
This release contains changes to properly handle order refunds in sales data.
Bugfix release
Bugfixes:
* Resolves an issue where webshops located in a subdirectory of the web-root were unable to connect.