Unclassified Product Exporter Extension Guide- This extension allows the admin to export unclassified Product and Product models to other eCommerce platforms from Akeneo.
Note- This module is compatible with all other eCommerce platforms.
Check the overview of the plugin –
Basic Requirements:
- This module works with Akeneo 3.x, 4.x, and 5.x. Download Akeneo from here
- Node and as well as Yarn packages need to be installed.
- This module is compatible with the Akeneo community and Enterprise(Flexibility) edition.
- For the Akeneo installation, your Akeneo server should meet these system requirements.
Features
- The admin can export unclassified products from Akeneo.
- The admin can export unclassified product models from Akeneo.
- This extension works with all Akeneo modules having product export option.
- The admin can export the product in both the format ie. CSV, XLSX.
- This module is compatible with latest version of Akeneo 5.x.
Module Installation for Version 4.x to 5.x
1- Composer Installation
2- Manual Installation
Please follow the below steps for installing the Unclassified Product Exporter module in your Akeneo PIM platform.
- Unzip the respective extension zip then merge the “src” folder into the Akeneo project root directory.

- Goto config/Bundles.php then add line:
Webkul\UnclassifiedProductBundle\UnclassifiedProductBundle::class => ['all' => true],

in return array.
- Run this command after ssh to your akeneo server by terminal and navigating to Akeneo installation directory (ex. cd /opt/bitnami/apps/akeneo/htdocs).
rm -rf ./var/cache/** && php bin/console unclassifiedproduct:setup:install
- If you are using php-fpm. Then you need to restart the php-fpm services and apache web server.
For Akeneo 5
sudo service php-fpm7.4 restart
For Akeneo 4
sudo service php-fpm7.3 restart
Docker Installation Command :
For docker instance: sudo -su root; alias docker_php='docker-compose run -u www-data --rm php php'; alias docker_yarn='docker-compose run -u node --rm node yarn'; docker_php bin/console cache:clear --env=prod; docker_php bin/console pim:installer:assets --symlink --clean --env=prod; docker_php bin/console d:s:u --force; docker_yarn run webpack; docker_yarn run update-extensions; docker_yarn run less; docker-compose restart fpm;
Installing Module For Version 3.x
Please follow these steps for installing the Akeneo Unclassified Product Exporter module in your Akeneo PIM platform.
1 – Unzip the respective extension zip then merge the “src” folder into akeneo project root directory.

2 – Goto app/AppKernel.php then add line.
new Webkul\UnclassifiedProductBundle\UnclassifiedProductBundle(),

3 –Run this command after ssh to your akeneo server by terminal and navigating to Akeneo installation directory (ex. cd /opt/bitnami/apps/akeneo/htdocs).
rm -rf ./var/cache/** && php bin/console unclassifiedproduct:setup:install
4– If you are using php-fpm. Then you need to restart the php-fpm services a apache web server.
sudo service php-fpm7.2 restart
Common Issues After Installation
If you don’t see the module’s translation, you’ll need to clear your browser cache and refresh the page to view the translations.
Unclassified Product Creation
After installing the module, we need to have or create an unclassified product or product model.
For creating a product we need to follow the given steps-
Step 1– Click on the Product from the left menu bar and click on CREATE.

Step 2- Now click on the product type which you want to create, let’s create a Product.

Here, write SKU and select Family for the product, then click on Save.

Now, the admin will see the created product and can attribute details accordingly.
We will keep the product unclassified and click on Save.

Unclassified Product Export
To export the product we need to create an export profile.
Step 1- Firstly, navigate to the Export Section from the left menu bar and click on the Search bar to search Product.

Step 2- Now select Product export as per the choice (ie. CSV or XLSX).
We will go with CSV Product export.

Click on Edit.

Step 3- Here, the category selection list is open, select the Unclassified Products and click on CONFIRM button.

Step 4- Write the name of the unclassified product which you want to export.
Also, we can export through SKU by writing it in Identifier else add attributes as per the choice.

Step 5- Click on Save, we will be redirected to the Export Now page.

Step 6- Now click on Export Now.
Now click on DOWNLOAD GENERATED FILES, we will get two options for download ( ie. Download generated files/ download generated archive ) choose as per the choice.

Step 7- Now the unclassified product will be downloaded.

Support
So, that was much about the Akeneo Unclassified Product Exporter Guide for any queries or doubts reach out to us at [email protected] . You can also raise a ticket at our HelpDesk system webkul.uvdesk.com
Please explore our Akeneo Development Services and Quality Akeneo Extensions.
Current Product Version - 1.0.0
Supported Framework Version - 3.x.x & 4.x.x & 5.x.x
Be the first to comment.