Skip to content

Releases: EmicoEcommerce/Magento2TweakwiseExport

v7.8.1

06 Mar 15:40
8843195

Choose a tag to compare

7.8.1 (2026-03-06)

Bug Fixes

  • Fixed multiple issues with visibility with an without grouped products. #135
  • Updated emico/code-quality module and fixed lint issues ([#134]

v7.8.0

09 Dec 09:05
f36a539

Choose a tag to compare

7.8.0 (2025-12-09)

Bug Fixes

  • Implemented code quality module (#119) ([60471a3]
  • Add store filter to increase speed #132

Features

  • Add plugin extension point for exporting categories ([#127]

v7.7.0

17 Oct 13:41
5a489e0

Choose a tag to compare

7.7.0 (2025-10-17)

Bug Fixes

  • fix an issue with incorrect special prices for grouped/bundle products #120
  • Fixed an issue with wrong cateogry url's #122

Features

  • Added attribute set id to export #121
  • Added setting for update/created date export #123

v7.6.1

03 Sep 12:15
f0d4ceb

Choose a tag to compare

7.6.1 (2025-09-03)

What's Changed

v7.6.0

15 Aug 12:19
b54866d

Choose a tag to compare

7.6.0 (2025-08-15)

Features

Groupcode Export #110

When Groupcode Export is enabled, all products are exported with their groupcode.
This links together all variants of a product (configurable, grouped, bundle) using the same groupcode.
In Tweakwise, each variant will be treated as a separate product.
Use this feature if you want to filter products based on variant-specific data.


Switching from Normal Export to Groupcode Export

If you are changing from a normal export to a groupcode export, follow these steps:

  1. Enable groupcode export in the configuration.
  2. Run the tweakwise:export command to generate the feed.
  3. Verify that image URLs are correct in Tweakwise.
  4. Import the feed into Tweakwise and publish the catalog.
  5. Enable
    Stores → Configuration → Catalog → Tweakwise → General → Grouped Products
    (Update the magento2-tweakwise module if this setting is missing).
  6. Clear the Magento cache.

Note:

  • During the switch, your catalog may temporarily be empty.
  • If image URLs are incorrect in Tweakwise, product images will not be displayed in Magento.

Recommendations & API Attributes

  • If you use Recommendations, create an attribute named groupcode in Tweakwise and set it as an API attribute. Without this, recommendations will not work.
  • If you currently have a visibility API attribute in Tweakwise, change it to the new parent_visibility attribute.

Support

If you encounter issues with groupcode export or need help with the configuration, contact Tweakwise Support.

v7.5.0

06 Aug 07:25
55e478d

Choose a tag to compare

7.5.0 (2025-08-06)

Bug Fixes

  • Fixed bug in child export causing stock percentages to be wrong and missing child products from export. #106 and #105

Features

  • calculate group/bundle prices #100

v7.4.0

07 May 11:31
f2a775f

Choose a tag to compare

7.4.0 (2025-05-07)

Features

  • Export category URL (#101 )

v7.3.3

02 Apr 10:48
98e3ac1

Choose a tag to compare

What's Changed

Fixed an bug in the price export which causes 0.0 prices to be exported when price wasn't available.

Full Changelog: v7.3.2...v7.3.3

v7.4.0-beta.1

09 Apr 12:07

Choose a tag to compare

v7.4.0-beta.1 Pre-release
Pre-release

Beta release grouped products

Full Changelog: v7.3.3...v7.4.0-beta.1

v7.3.2

27 Feb 09:12
cfdd81c

Choose a tag to compare

7.3.2 (2025-02-27)

Bug Fixes