2017 © Pedro PelĂĄez
 

symfony-bundle drupal-commerce-connector-bundle

Akeneo PIM bundle to export to Drupal commerce platform

image

actualys/drupal-commerce-connector-bundle

Akeneo PIM bundle to export to Drupal commerce platform

  • Thursday, April 14, 2016
  • by smalot
  • Repository
  • 11 Watchers
  • 9 Stars
  • 199 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 12 Forks
  • 8 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

DrupalCommerceConnectorBundle

Drupal Commerce Connector for Akeneo PIM OpenSource Project., (*1)

Scrutinizer Code Quality Latest Stable Version Total Downloads Latest Unstable Version License, (*2)

This bundle has been developped to export product settings and products to Drupal Commerce platform. A tailor made module for Drupal is required to integrates correctly all data., (*3)

Connector usage

Export profiles available

Family

code: drupal_commerce_family_export, (*4)

This export is the more complexe. It contains all information required to create a product type with all it's fields on Drupal side. It will create too taxonomy vocabularies (empty) if necessary. The first time a field instance is created, default widget is used with default settings. The second time this export profile is used, field instance settings are not overriden. So you are able to fine tune on Drupal side just after field are created by export profile., (*5)

Attribute option

code: drupal_commerce_attribute_option_export, (*6)

Attribute option concerns only single and multi select field values. On Drupal side, it result in taxonomy vocabulary and taxonomy terms creation. Terms are translated using i18n_string mecanism., (*7)

Category

code: drupal_commerce_category_export, (*8)

Using the same mecanism as for attribute option, a taxonomy vocabulary is created to hold Catalog tree., (*9)

Product

code: drupal_commerce_product_full_export / drupal_commerce_product_delta_export, (*10)

Products are exported to Drupal using 2 mecanisms : - full: All products are exported each time - delta: Only new products or updated since last export, (*11)

Product are exported one by one with all their attributes, associations and group details., (*12)

Note: Images (or files) are not exported directly with product other fields. They are provided/downloaded through a webservice (callback) used in the Drupal Migrate process. To make it possible, you need to setup the Akeneo url in your parameter.yml file, and setup login/password into Drupal Akeneo setup page., (*13)

Configure a profile

  • drupal base url (ex: "http://drupal.local")
  • endpoint (provide by Drupal Services module, ex: "json")
  • resource path (provide by Drupal Services module, ex: "akeneo")
  • username (provide by Drupal, ex: "admin")
  • password (provide by Drupal, ex: "password")

To do

  • implement security layer for the webservice media access

Bug and issues

This bundle is still under active development. Expect bugs and instabilities. Feel free to report them on this repository's issue section., (*14)

The Versions

14/04 2016

dev-release-mdp

dev-release-mdp http://www.actualys.com

Akeneo PIM bundle to export to Drupal commerce platform

  Sources   Download

GPL-2.0

The Requires

 

rest drupal e-commerce ecommerce connector pim akeneo drupal commerce

15/02 2016

dev-master

9999999-dev http://www.actualys.com

Akeneo PIM bundle to export to Drupal commerce platform

  Sources   Download

GPL-2.0

The Requires

 

rest drupal e-commerce ecommerce connector pim akeneo drupal commerce

08/03 2015

v0.1

0.1.0.0 http://www.actualys.com

Akeneo PIM bundle to export to Drupal commerce platform

  Sources   Download

GPL-2.0

The Requires

 

rest drupal e-commerce ecommerce connector pim akeneo drupal commerce