Skip to content

Releases: emartech/magento2-extension

Bugfix release

01 Jul 12:03
Compare
Choose a tag to compare

Bugfixes:
* Resolves an issue where event retrieval resulted in DB slowdown.

Bugfix release

08 Jun 11:06
Compare
Choose a tag to compare

Bugfixes:
* Resolves an issue where product price was determined incorrectly in case content staging was used.

Bugfix release

13 May 08:35
Compare
Choose a tag to compare

Bugfixes:
* Resolves an issue where product price was incorrectly displayed as zero.

Bugfix release

18 Nov 10:02
Compare
Choose a tag to compare

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

15 Oct 08:14
Compare
Choose a tag to compare

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

07 Sep 09:11
Compare
Choose a tag to compare

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

13 Jul 12:50
Compare
Choose a tag to compare

Bugfixes:
* Resolves an issue where product price discount periods were determined incorrectly.

Localized images

24 Jun 11:50
Compare
Choose a tag to compare

Features:
* Product images are retrieved and added to the product catalog from all connected store views.

Handle refunds

02 Jun 08:23
Compare
Choose a tag to compare

This release contains changes to properly handle order refunds in sales data.

Bugfix release

11 May 11:36
Compare
Choose a tag to compare

Bugfixes:
* Resolves an issue where webshops located in a subdirectory of the web-root were unable to connect.