Code Monkey home page Code Monkey logo

magento2-product-stock-import-extension's Introduction

Magento2 product-stock import extension (via cron or manually)

Goal

  • This extension is intended primarily for stores that need to receive stock and product data from third parties (warehouse) via files (not API).

Install

$ composer require claudiucreanga/magento2-import
$ composer update
$ php bin/magento setup:upgrade 
$ php bin/magento setup:static-content:deploy
$ php bin/magento cache:clean

Or you can download the latest version from here https://github.com/ClaudiuCreanga/magento2-product-stock-import-extension/releases/, drop it into your app folder, copy the contents of src folder into the main folder, change composer.json registration path and then run the last 2 commands above.

Or you can also get it from the magento2 marketplace.

It requires magento 2.1 or above and php7

Features

  • Advanced logging (admin import integration and /var/log/import_integration.log)

Usage

Flow

  • If there is no product with the given sku then a new product is created. If the sku is already in the database then we will update the product details with the new data from file.

Support

  • I DO NOT offer any free technical support in installing or customizing this extension.
  • This extention works out of the box with any magento 2.1 site, but depending on your configuration it may need further work (especially regarding custom attributes).
  • If you need help please ask questions on http://magento.stackexchange.com/ .

Demo

magento2-product-stock-import-extension's People

Watchers

 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.