blackbit_digital_commerce/pimcore-data-director-edi4all 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

blackbit_digital_commerce/pimcore-data-director-edi4all

Composer 安装命令:

composer require blackbit_digital_commerce/pimcore-data-director-edi4all

包简介

Create EDI4All exports from Pimcore data objects

README 文档

README

This bundle adds result callback function templates to Data Director's attribute mapping to create EDI4All export feeds.

As it uses Data Director's export capabilities, your BMEcat exports profit by:

  • everything is configurable in Pimcore backend user interface - no creation of PHP files or anything similar necessary
  • access any data which is connected to exported products, for example you can easily access assigned categories, price information, manufacturers, product features, images etc.
  • full flexibility in setting up a transformation pipeline to change values to the desired format (e.g. some BMEcat-processing applications have restrictions on length of some fields)
  • optionally, automatically execute exports whenever a product object gets saved whose data gets exported to:
    • prepare export once the data changes, so that the data does not have to be generated in the moment when the export is requested -> very fast exports because the export document is already available in the moment of request -> you will have an always up-to-date BMEcat export
    • upload exports automatically to a target system to always have up-to-date data there
    • automatically send data the other APIs
  • intelligent checks whether anything changed since the last export. If nothing changed, export document gets delivered from cache
  • access exports via URL, for example to pull BMEcat export into an external system instead of pushing it

Installation

This bundle is an add-on bundle for Pimcore Data Director. You can buy this Edi4All add-on bundle in the Blackbit Shop or write an email to info@blackbit.de.

After you have installed Pimcore Data Director you can proceed with the Edi4All bundle installation.

Please contact us to get access to the bundle's Bitbucket repository or you get the plugin code as a zip file. When we permit your account to access our repository, please add the repository to the composer.json in your Pimcore root folder (see Composer manual about repositories):

"repositories": [
    {
        "type": "vcs",
        "url": "https://bitbucket.org/blackbitwerbung/pimcore-plugins-data-director-edi4all"
    }
],

Alternatively if you received the plugin code as zip file, please upload the zip file to your server (e.g. to the Pimcore root folder) and add the following to your composer.json:

"repositories": [
    {
        "type": "artifact",
        "url": "path/to/directory/with/zip-file/"
    }
]

Then you should be able to execute composer require blackbit/data-director-edi4all (or composer update blackbit/data-director-edi4all --with-dependencies for updates if you already have this bundle installed) from CLI.

You can always access the latest version by executing composer update blackbit/data-director-edi4all on CLI.

Setup export

Select Edi4All XML Export from the list of templates for the Result Callback function in Data Director's attribute mapping.

Then the fields of the EDI4All standard will appear as virtual fields in attribute mapping. Those fields can be mapped to your data object class fields (and additionally, transformation functions can be applied if necessary). Afterwards you can access the export either via manual export or via URL (via Data Director's REST API).

blackbit_digital_commerce/pimcore-data-director-edi4all 适用场景与选型建议

blackbit_digital_commerce/pimcore-data-director-edi4all 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 6 次下载、GitHub Stars 达 0, 最近一次更新时间为 2024 年 04 月 23 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 blackbit_digital_commerce/pimcore-data-director-edi4all 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 blackbit_digital_commerce/pimcore-data-director-edi4all 我们能提供哪些服务?
定制开发 / 二次开发

基于 blackbit_digital_commerce/pimcore-data-director-edi4all 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 6
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 29
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2024-04-23