chameleon-system-private/pkgshopproductexportrakuten

8.0.45 2025-12-15 13:45 UTC

README

You need to customize the delivery cost groups lookup (Method: getDeliveryCostsGroup()), which needs to correspond to the groups you set up in the Rakuten.de backend.

The export uses Tabs as delimiter, so please set this in the merchants.rakuten.de backend.

The setup creates a table with all Rakuten.de categories. You should set the matching category in your Chameleon Shop categories.

The article list that handles the export needs to be set to only export the main articles without variants. Otherwise you will get duplicate variants because the variants are loaded by the export handler itself.

The default encoding is ISO 8859-15 which includes the € symbol. It is possible to change the encoding to UTF-8 by adding the following to the project configuration:

chameleon_system_product_export_rakuten:
   encoding: "UTF-8"