GithubHelp home page GithubHelp logo

w4mana / pimgento-2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from agence-dnd/pimgento-2

0.0 0.0 0.0 716 KB

PimGento2 is a Magento 2 extension that allows you to import your catalog from Akeneo CSV files into Magento 2.

License: Open Software License 3.0

PHP 97.39% HTML 0.99% CSS 0.54% JavaScript 1.09%

pimgento-2's Introduction

PIMGento2

This version of PIMGento2 connector will not be maintained anymore by the end of 2018. We kindly invite you to visit the Github repository of the new PIMGento2 (API) connector (https://github.com/Agence-DnD/PIMGento-2-API).

PIMGento2 is a Magento 2 extension that allows you to import your catalog from Akeneo CSV files into Magento.

You can discover PIMGento on the official website (https://www.pimgento.com/).

Documentation

PIMGento complete documentation is available here.

Upgrade from Magento 2.1 to 2.2

Please refer to Compatibility.

How it works

PIMGento reads CSV files from Akeneo and insert data directly in Magento database.

In this way, it makes imports very fast and doesn't disturb your e-commerce website.

With PIMGento, you can import :

  • Categories
  • Families
  • Attributes
  • Options
  • Variants (Akeneo < 2.0)
  • Product Model (Akeneo >= 2.0)
  • Family Variant (Akeneo >= 2.0)
  • Products

Requirements

  • Akeneo PIM >= 1.3 (CE & EE)
  • Magento >= 2.0 CE & EE
  • Database encoding must be UTF-8

Only for MySQL LOAD DATA INFILE statement:

  • Set local_infile mysql variable to TRUE
  • Add "driver_options" key to Magento2 default connection configuration (app/etc/env.php)
'db' =>
  array (
    'table_prefix' => '',
    'connection' =>
    array (
      'default' =>
      array (
        'host' => '',
        'dbname' => '',
        'username' => '',
        'password' => '',
        'active' => '1',
        'driver_options' => array(PDO::MYSQL_ATTR_LOCAL_INFILE => true),
      ),
    ),
  ),

If LOAD DATA INFILE statement is not authorized for security reasons, insertion row by row is possible.

Installation, Configuration and Usage

If you want to know how to install, configure or use PIMGento, please check how to... section. We advise you to start here!

Roadmap

We have updated our roadmap. Just go here.

About us

Founded by lovers of innovation and design, Agence Dn'D assists companies in the creation and development of customized digital (open source) solutions for web and E-commerce since 2004.

pimgento-2's People

Contributors

magentix avatar spipu avatar dnd-barracuda avatar dnd-gimix avatar tdgroot avatar torhoehn avatar qwertyzw avatar dnd-derwent avatar popoviciandrei avatar mrmkrs avatar dnddeployer avatar fitn avatar sammarcus avatar hocdoc avatar silarn avatar joshdifabio avatar mpasquin avatar wigman avatar diskoflorian avatar pablollorens avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.