2017 © Pedro Peláez
 

symfony-bundle shopware-connector

Akeneo to Shopware Connector - Export only

image

basecom/shopware-connector

Akeneo to Shopware Connector - Export only

  • Tuesday, November 7, 2017
  • by basecom
  • Repository
  • 4 Watchers
  • 3 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

Akeneo To Shopware Connector

Requirements

ShopwareConnectorBundle Akeneo PIM Community Edition
v1.0.* v1.4.*, v1.5.*
v2.* v1.6.*

Installation

Enable the bundle in the app/AppKernel.php file in the registerBundles() method:, (*1)

    $bundles = [
        // ...
        new \Basecom\Bundle\ShopwareConnectorBundle\BasecomShopwareConnectorBundle(),
    ]

Add the following to akeneo_storage_utils in the app/config/config.yml file:, (*2)

akeneo_storage_utils:
    mapping_overrides:
        -
            original: Pim\Bundle\CatalogBundle\Entity\Category
            override: Basecom\Bundle\ShopwareConnectorBundle\Entity\Category
        -
            original: Pim\Bundle\CatalogBundle\Entity\Family
            override: Basecom\Bundle\ShopwareConnectorBundle\Entity\Family
        -
            original: Akeneo\Component\FileStorage\Model\FileInfo
            override: Basecom\Bundle\ShopwareConnectorBundle\Entity\FileInfo
        -
            original: Pim\Component\Catalog\Model\Product
            override: Basecom\Bundle\ShopwareConnectorBundle\Entity\Product

Clear you cache and update your database:, (*3)

    php app/console cache:clear --env=prod
    php app/console doctrine:schema:update --force

Documentation

General Exporter Setup

To use the exporter to its full extend you are required to install a Shopware extension which allows you to import all custom attributes and shops into Akeneo. After installing the extension on the Shopware side, you need to create the import job in Akeneo and run it once., (*4)

Export Job

Be sure to fill the correct API details which Shopware is displaying in its user management tab. After the general API information is filled, the attribute mapping has to be done by hand at which point you need to fill in the Akeneo attribute names., (*5)

The Versions

07/11 2017

dev-develop

dev-develop

Akeneo to Shopware Connector - Export only

  Sources   Download

MIT

The Requires

  • akeneo/pim-community-dev 1.6.*

 

by Amir El Sayed

10/10 2017

dev-master

9999999-dev

Akeneo to Shopware Connector - Export only

  Sources   Download

MIT

The Requires

  • akeneo/pim-community-dev 1.6.*

 

by Amir El Sayed

10/10 2017

2.1.0

2.1.0.0

Akeneo to Shopware Connector - Export only

  Sources   Download

MIT

The Requires

  • akeneo/pim-community-dev 1.6.*

 

by Amir El Sayed

08/08 2017

dev-akeneo-1.6_enterprise

dev-akeneo-1.6_enterprise

Akeneo to Shopware Connector - Export only

  Sources   Download

MIT

The Requires

  • akeneo/pim-enterprise-dev 1.6.*
  • akeneo/pim-community-dev 1.6.*

 

by Amir El Sayed

08/08 2017

2.0.3

2.0.3.0

Akeneo to Shopware Connector - Export only

  Sources   Download

MIT

The Requires

  • akeneo/pim-community-dev 1.6.*

 

by Amir El Sayed

08/12 2016

2.0.2

2.0.2.0

Akeneo to Shopware Connector - Export only

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ~1.6.2

 

by Amir El Sayed

05/12 2016

2.0.1

2.0.1.0

Akeneo to Shopware Connector - Export only

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ~1.6.2

 

by Amir El Sayed

05/12 2016

2.0.0

2.0.0.0

Akeneo to Shopware Connector - Export only

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ~1.6.2

 

by Amir El Sayed

05/12 2016

1.0

1.0.0.0

your description

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

by your_name