actualys/drupal-commerce-connector-bundle
Composer 安装命令:
composer require actualys/drupal-commerce-connector-bundle
包简介
Akeneo PIM bundle to export to Drupal commerce platform
README 文档
README
Drupal Commerce Connector for Akeneo PIM OpenSource Project.
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.
Connector usage
Export profiles available
Family
code: drupal_commerce_family_export
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.
Attribute option
code: drupal_commerce_attribute_option_export
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.
Category
code: drupal_commerce_category_export
Using the same mecanism as for attribute option, a taxonomy vocabulary is created to hold Catalog tree.
Product
code: drupal_commerce_product_full_export / drupal_commerce_product_delta_export
Products are exported to Drupal using 2 mecanisms :
- full: All products are exported each time
- delta: Only new products or updated since last export
Product are exported one by one with all their attributes, associations and group details.
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.
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.
actualys/drupal-commerce-connector-bundle 适用场景与选型建议
actualys/drupal-commerce-connector-bundle 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 199 次下载、GitHub Stars 达 6, 最近一次更新时间为 2015 年 01 月 28 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「rest」 「ecommerce」 「drupal」 「e-commerce」 「connector」 「PIM」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 actualys/drupal-commerce-connector-bundle 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 actualys/drupal-commerce-connector-bundle 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 actualys/drupal-commerce-connector-bundle 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Nevogate Payment Gateway SDK
Provides an add-on purchasable entity.
Drupal integration module for the Kalastatic prototyping and styleguide tool
Provides a base set of configuration and module dependencies for starting new Drupal projects.
Dealing with payments through the Egyptian payment gateway PayMob
This module extends Drupal Migrate framework.
统计信息
- 总下载量: 199
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 21
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2015-01-28