Releases: EmicoEcommerce/Magento2TweakwiseExport
Releases · EmicoEcommerce/Magento2TweakwiseExport
v7.8.1
v7.8.0
v7.7.0
v7.6.1
v7.6.0
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:
- Enable groupcode export in the configuration.
- Run the
tweakwise:exportcommand to generate the feed. - Verify that image URLs are correct in Tweakwise.
- Import the feed into Tweakwise and publish the catalog.
- Enable
Stores → Configuration → Catalog → Tweakwise → General → Grouped Products
(Update themagento2-tweakwisemodule if this setting is missing). - 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
groupcodein 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_visibilityattribute.
Support
If you encounter issues with groupcode export or need help with the configuration, contact Tweakwise Support.
v7.5.0
v7.4.0
v7.3.3
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
Beta release grouped products
Full Changelog: v7.3.3...v7.4.0-beta.1