rubic/magento2-module-product-maintenance 1.1.1

Magento 2 product maintenance using CSV files.

Type

magento2-module

License

MIT

Requires
Requires (dev)

None

Suggests
Provides

None

Conflicts

None

Replaces

None

Product Maintenance for Magento 2

Managing your products from the Magento 2 backend can be a tedious process. This module allows easy maintenance of your Magento 2 products by making it easy to import and export (single) products using CSV files.

You can choose your own product directory, for example a mounted Google Drive folder (using google-drive-ocamlfuse) from which you can then make quick edits using your favorite editor, like Google Sheets.

In addition, you can just drop product images in an image folder and they will automatically be added to your product.

For importing products, we use FireGento_FastSimpleImport2.

Installation

$ composer require rubic/magento2-module-product-maintenance

Usage

When opening a product in the backend, you'll have two extra buttons; Export and Import. When clicking Export, a folder is created in the given path in the configuration (Stores > Configuration > Services > Product Maintenance)) with the product CSV and images. After editing the CSV, click Import to import the new data.

These actions can also be found in the product grid.

Extra

Install FireGento_ExtendedImport2 if you want the importer to automatically add new attribute options.

License

Copyright 2018 Rubic

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.