2017 © Pedro Peláez
 

symfony-bundle wcs

The Websphere Commerce Connector for Akeneo

image

mejdoubimeriem/wcs

The Websphere Commerce Connector for Akeneo

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

WCS Connector

![alt text][logo], (*1)

WCS Connector is extension that allows you to import your catalog from Akeneo CSV files into Websphere commerce., (*2)

Installation

Via composer :

  • Add into in the require section:

"aliznet":"dev-master", (*3)

  • Add into the repositories section:
    {
        "type": "vcs",
        "url": "https://github.com/mejdoubimeriem/akeneo_wcs.git",
        "branch": "master"
    }
  • Execute update composer.phar :
    php composer.phar update aliznet

Update Akeneo database

  • apply the script to your Akeneo database :
    WCSBundle/Resources/sql/mapping_migration.schema.sql

Update your AppKernel.php

  • Add those two lines from your app/AppKernel.php file:
    $bundles[] = new Aliznet\WCSBundle\AliznetWCSBundle();
    $bundles[] = new new Aliznet\EnrichBundle\AliznetEnrichBundle();

Update your config.yml

  • Add these lines from your app/config/config.yml file after this line akeneo_storage_utils: :
    mapping_overrides:
        -
            original: Pim\Bundle\CatalogBundle\Entity\Category
            override: Aliznet\WCSBundle\Entity\Category
        -
            original: Pim\Bundle\CatalogBundle\Entity\CategoryTranslation
            override: Aliznet\WCSBundle\Entity\CategoryTranslation
  • run:
    php app/console doctrine:schema:update --force
    php app/console cache:clear --env=prod

Create these Attributes Groups into Akeneo interface

    Go into settings > Attribute groups > Create a new attribute group
    * General
    * Pricing
    * Custom
    * Publishing
    * Descriptif
    * Defining
    * Display

Import these files into Akeneo interface

    WCSBundle\Resources\fixtures\wcs-attributes.csv in Collect > import profiles > csv_attribute_import
    WCSBundle\Resources\fixtures\wcs-options.csv in Collect > import profiles > csv_option_import
    WCSBundle\Resources\fixtures\wcs-family.csv in Collect > import profiles > csv_family_import
    WCSBundle\Resources\fixtures\wcs-variant_group.csv in Collect > import profiles > csv_variant_group_import
    WCSBundle\Resources\fixtures\wcs-product-ecommerce.csv in Collect > import profiles > csv_product_import    **for ecommerce channel**
    WCSBundle\Resources\fixtures\wcs-product-print.csv in Collect > import profiles > csv_product_import        **for print channel**
    WCSBundle\Resources\fixtures\wcs-product-mobile.csv in Collect > import profiles > csv_product_import       **for mobile channel**

The Versions

28/04 2016

dev-develop

dev-develop

The Websphere Commerce Connector for Akeneo

  Sources   Download

OSL-3.0

The Requires

 

pim akeneo wcs

28/04 2016

dev-master

9999999-dev

The Websphere Commerce Connector for Akeneo

  Sources   Download

OSL-3.0

The Requires

 

pim akeneo wcs

28/04 2016

v1.0.0-alpha

1.0.0.0-alpha

The Websphere Commerce Connector for Akeneo

  Sources   Download

OSL-3.0

The Requires

 

pim akeneo wcs

28/04 2016

v1.1.0

1.1.0.0

The Websphere Commerce Connector for Akeneo

  Sources   Download

OSL-3.0

The Requires

 

pim akeneo wcs