Labelized Export Bundle

1.0
Developed by Niji
Akeneo Solution Partner
Akeneo PIM compatibility
Enterprise Edition (SaaS) Not supported
Enterprise Edition (PaaS) Not supported
Growth Edition Not supported
Community Edition
Extension type
Bundle
More info
Extension version
1.0
Price: Free

Description

In the basic version of Akeneo, a standard export exports attribute codes and product value codes only.

With this bundle, after choosing a specific local (in the export edit form), you just have to run your Excel export and as a result you will have localized labels and localized product values for the corresponding locale in the generated Excel file.

 

Here an example : https://youtu.be/qk9oe5k6eOg

Documentation

Installation

composer req niji/akeneo-labelized-export-bundle

In your app/AppKernel.php add a line to enable the bundle like this :

public function registerProjectBundles() {
       return [
           // your app bundles should be registered here,
           .../...
           new Niji\AkeneoLabelizedExportBundle\AkeneoLabelizedExportBundle(),
           .../...
       ];
   } 

Documentation

https://github.com/NijiDigital/akeneo-labelized-export-bundle

Feel free to ask us if you have any questions