All Projects → DivanteLtd → pimcore-magento2-bridge

DivanteLtd / pimcore-magento2-bridge

Licence: other
Pimcore module for Magento 2 integration

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to pimcore-magento2-bridge

magento2-pimcore-bridge
Magento 2 module for Pimcore integration.
Stars: ✭ 28 (-15.15%)
Mutual labels:  magento, magento2, pim
DataDefinitions
Data Definitions Plugin for Pimcore
Stars: ✭ 70 (+112.12%)
Mutual labels:  pimcore, pimcore-plugin, pimcore-bundle
magento2-cache-permissions
A module for Magento 2 to add access control restrictions to the cache management.
Stars: ✭ 16 (-51.52%)
Mutual labels:  magento, magento2
magento-2-pronko-consulting-theme
Pronko Consulting Theme for Magento 2
Stars: ✭ 47 (+42.42%)
Mutual labels:  magento, magento2
magento2-allegro
Magento 2 Allegro Integration module
Stars: ✭ 25 (-24.24%)
Mutual labels:  magento, magento2
magento2-module-disabletwofactorauth
The DisableTwoFactorAuth module provides the ability to disable two-factor authentication.
Stars: ✭ 147 (+345.45%)
Mutual labels:  magento, magento2
magento2-ansible-vagrant
Ⓜ️2️⃣ Ansible provisioned Ubuntu 16.04 vagrant box for Magento2 development.
Stars: ✭ 25 (-24.24%)
Mutual labels:  magento, magento2
module-login-as-customer
Allows admin to login as a customer (enter to customer account).
Stars: ✭ 104 (+215.15%)
Mutual labels:  magento, magento2
Brazilian-Solutions
Este repositório permite a discussão da comunidade brasileira Magento sobre módulos e soluções para o mercado brasileiro.
Stars: ✭ 19 (-42.42%)
Mutual labels:  magento, magento2
phpstorm-magento-live-templates
PHPStorm Live Templates for Magento 2
Stars: ✭ 49 (+48.48%)
Mutual labels:  magento, magento2
m2devbox
🚀 Head start your Magento 2 extension development with pre-configured Docker environments.
Stars: ✭ 18 (-45.45%)
Mutual labels:  magento, magento2
magento-2-infinite-scroll
Magepow Infinite Scroll extension Free hepls website loading content and products without reloading page
Stars: ✭ 17 (-48.48%)
Mutual labels:  magento, magento2
magento2-edit-order-email
Magento2 - Edit Order Email from Admin
Stars: ✭ 30 (-9.09%)
Mutual labels:  magento, magento2
centminmod-magento2
Magento 2.2.2 Install Guide For Centmin Mod Nginx LEMP Stacks
Stars: ✭ 16 (-51.52%)
Mutual labels:  magento, magento2
rapidez
Headless Magento - with Laravel, Vue and Reactive Search 🚀
Stars: ✭ 31 (-6.06%)
Mutual labels:  magento, magento2
magento2-language-tr tr
Magento2 Turkish Translation / Magento2 Türkçe Çevirisi
Stars: ✭ 28 (-15.15%)
Mutual labels:  magento, magento2
module-conflict-detector
magefan.com/magento2-conflict-detector
Stars: ✭ 40 (+21.21%)
Mutual labels:  magento, magento2
module-notifications
Notify the Magento 2 admin user about disabled caches or new customer reviews.
Stars: ✭ 20 (-39.39%)
Mutual labels:  magento, magento2
Slider-M2
Slider extension for Magento 2.x
Stars: ✭ 17 (-48.48%)
Mutual labels:  magento, magento2
magento2-module-simpledata
The SimpleData module simplifies calling Magento data structures.
Stars: ✭ 82 (+148.48%)
Mutual labels:  magento, magento2

Pimcore 5 & 6 Module Magento 2 Integration

This module is a part (1/2) of the Pimcore - Magento connector. It allows for the integration of your Pimcore platform with the Magento 2 e-commerce platform, including synchronization of products, categories and assets.

The second part of this module (Magento 2 - Pimcore Integration Module) is available at DivanteLtd/magento2-pimcore-bridge.

Table of Contents

Description

This plugin allows Pimcore to send all data about products and categories to remote eCommerce systems.

Compatibility

This module is compatible with Pimcore >= 5.4 and Pimcore 6.0.

Installing/Getting started

  • Open your Pimcore
  • Install Pimcore 5 Module Magento 2 Integration via composer composer require divante-ltd/pimcore-magento2-bridge
  • Enable bundle by running bin/console pimcore:bundle:enable DivanteMagentoIntegrationBundle
  • Clear cache by running bin/console cache:clear --no-warmup
  • Install Bundle by running bin/console pimcore:bundle:install DivanteMagentoIntegrationBundle
  • Reload Pimcore
  • Create a new object of class IntegrationConfiguration

Usage/Setting up

Screenshot

  • Go to Settings>Authorisation in your Pimcore panel.
  • Fill in Magento URL and Client Secret with the authorisation data from your Magento2.
  • Save class and reload it.
  • If credentials are correct, please select Magento store. In the other case a "Could not fetch stores" value will be displayed and the authorization data should be checked.
  • Select classes that are used as a product and category classes.
  • Select products and categories synchronization root. When an object of one of the selected classes is published in the given root directory, it will be sent to Magento.
  • Select the default language used in synchronization. If a product has localized fields, only one version of this field will be sent.
  • Select the default classification store used in communication. This classification store will be used as an attribute set in Magento.
  • Go to Settings>Mappings in your Pimcore panel.
  • Fill in the left column with names of your fields in your classes. These attribute names will be mapped to the correct names used in communication with Magento.
  • Save and publish the Integration Configuration object.

Features

  • The general Pimcore to Magento communication scheme goes as follows: Screenshot
  • When a product/category meets the criteria (published, in the selected root tree, has the correct type), information about publication is sent to Magento.
  • Magento sends a request to Pimcore to fetch object data and Pimcore responds with a parsed, mapped object.
  • Endpoints for fetching mapped products, categories.
  • Indicators on product and category views that show synchronization status. Available synchronization statuses: Sent, OK, Error, Deleted. Screenshot
  • Any problem reported by Magento will be stored in object notes and inside Tools -> Application Logger.
  • All assets, if attached to any synchronized product, when updated, will be sent to Magento.
  • Unpublished products will be sent to Magento as deleted. In order to disable a product, set the Enable property to false.

Supported Pimcore types

  • Text
  • Number
  • Date
  • Select
  • Relation
  • Classification store
  • Object bricks
  • Localized fields
  • Image
  • Image gallery

Contributing

If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.

Licensing

The code in this project is licensed under the GPL license.

Standards & Code Quality

This module respects PSR-2 code quality rules and our own PHPCS and PHPMD rulesets.

About the Author

This module has been created by Divante eCommerce Software House.

Divante-logo

Divante is an expert in providing top-notch eCommerce solutions and products for both B2B and B2C segments. Our core competencies are built around Magento, Pimcore and bespoke software projects (we love Symfony3, Node.js, Angular, React, Vue.js). We specialize in sophisticated integration projects trying to connect hardcore IT with good product design and UX.

We work with industry leaders, like T-Mobile, Continental, and 3M, who perceive technology as their key component to success. In Divante, we trust in cooperation, that's why we contribute to open source products and create our own products like Open Loyalty and Vue Storefront.

Divante is part of the OEX Group which is listed on the Warsaw Stock Exchange. Our annual revenue has been growing at a minimum of about 30% year on year.

For more information please visit Divante.co.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].