linslin/advanced-connector-bundle

Akeneo PIM connector bundle with more possibilities for configuration.


Keywords
ecommerce, e-commerce, connector, PIM, akeneo
License
OSL-3.0

Documentation

Advanced Connector Bundle

A Akeneo (PIM) Connector comming with more possibilities for configuration.

Install via Composer

composer require linslin/advanced-connector-bundle

Add $bundles[] = new gjuce\Bundle\AdvancedConnectorBundle\AdvancedConnectorBundle(); into app/AppKernel.php in public function registerBundles() {}.

CSV Export features

Product export

  • Export only active or also inactive products.
  • Set path to export file.
  • Configure CSV-headline.
  • Allow/Disallow to export only changed files since last export or all files on first export.
  • Setup a additional value for column "enabled" for disabled prodcuts. Magento need enabled = 2 for example.
  • Enable/Disable file cleanup, which removes not needed files from the export directory.

Product variant export

  • Export only active or also inactive products variants..
  • Set path to export file.
  • Configure CSV-headline.
  • Allow/Disallow to export only changed files since last export or all files on first export.
  • Enable/Disable file cleanup, which removes not needed files from the export directory.

Product variant import

  • Set path to export file.
  • Allow File-Upload for Import in Backend.
  • Set file delimiter.
  • Set file separator.
  • Set escape character.
  • Enable/Disable remove attributes which were set in variant group but not in CSV Import (attribute synchronisation).
  • Enable/Disable attributes set to associated products.

Usage

  • Create a new connector based on "Advanced Connector Bundle".

Changelog

v0.1.0

  • Changes in readme
  • Fixed file remove exec command on "product export cleanup" option.
  • Fixed file modification on product variant was not exported.

v0.0.9

  • Changes in readme, spelling.

v0.0.8

  • Added option on product export where only media files are exported when the product is not linked to a variant group.
  • Variant group import support. Comes with option which will not remove existing attributes on a variant group anymore.

v0.0.7

  • Added option on product export where only media files are exported when the product is not linked to a variant group.
  • Addeddummy variant group import (not ready yet)

v0.0.6

  • Added product variant advanced csv export
  • Fixed a issue where disable file export also created a empty csv export.
  • File cleanup doesn't remove the "files//" folder anymore. It leaves it empty if no file is linked to a product.

v0.0.5

  • Composer fix

v0.0.4

  • Composer fix

v0.0.3

  • Added cleanup files configuration.

v0.0.2

  • Little bugfix on product export behavior.

v0.0.1

  • First release.