2017 © Pedro Peláez
 

magento2-module magento2-import

Magento2 extension that imports products and stock from a file via a cron (the import can be done manually too)

image

claudiucreanga/magento2-import

Magento2 extension that imports products and stock from a file via a cron (the import can be done manually too)

  • Monday, January 16, 2017
  • by claudiu.creanga
  • Repository
  • 2 Watchers
  • 8 Stars
  • 45 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 1 Open issues
  • 2 Versions
  • 5 % Grown

The README.md

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., (*1)

Or you can also get it from the magento2 marketplace., (*2)

It requires magento 2.1 or above and php7, (*3)

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

The Versions

16/01 2017

dev-master

9999999-dev https://github.com/ClaudiuCreanga/magento2-product-stock-import-extension

Magento2 extension that imports products and stock from a file via a cron (the import can be done manually too)

  Sources   Download

MIT

The Requires

  • php ~7.0.0
  • magento/product-community-edition ^2.1.0

 

magento2 stock import products magento

12/01 2017

1.0.1

1.0.1.0 https://github.com/ClaudiuCreanga/magento2-product-stock-import-extension

Magento2 extension that imports products and stock from a file via a cron (the import can be done manually too)

  Sources   Download

MIT

The Requires

  • php ~7.0.0
  • magento/product-community-edition ^2.1.0

 

magento2 stock import products magento