Download the PHP package orange35/magento2-catalog-import-export without Composer
On this page you can find all versions of the php package orange35/magento2-catalog-import-export. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download orange35/magento2-catalog-import-export
More information about orange35/magento2-catalog-import-export
Files in orange35/magento2-catalog-import-export
Download orange35/magento2-catalog-import-export
More information about orange35/magento2-catalog-import-export
Files in orange35/magento2-catalog-import-export
Vendor orange35
Package magento2-catalog-import-export
Short Description Extends magento/module-catalog-import-export module to allow overriding custom options import/export functionality
License
Package magento2-catalog-import-export
Short Description Extends magento/module-catalog-import-export module to allow overriding custom options import/export functionality
License
Please rate this library. Is it a good library?
Informations about the package magento2-catalog-import-export
Description
Module extends the magento/module-catalog-import-export to allow overriding custom options import/export functionality.
The following methods are public and available for plugins:
Orange35\CatalogImportExport\Model\Import\Product\Option:
processOptionRow(...)
getSpecificTypeData(...)
getOptionData(...)
Orange35\CatalogImportExport\Model\Export\Product:
getCustomOptionAdditionalFields(\Magento\Catalog\Model\Product\Option $option)
getCustomOptionValueAdditionalFields(\Magento\Catalog\Model\Product\Option\Value $value)
Install
Install via composer (recommended)
cd ~/public_html/
composer require orange35/magento2-catalog-import-export
php bin/magento setup:upgrade
Note: the ~/public_html/
is a project root directory which may be different in your environment
Manual installation using zip
cd ~/public_html/
wget https://github.com/orange35/magento2-catalog-import-export/archive/1.0.0.zip
mkdir -p app/code/Orange35/CatalogImportExport
upzip 1.0.0.zip -d app/code/Orange35/CatalogImportExport
rm -f 1.0.0.zip
php bin/magento module:enable Orange35_CatalogImportExport
php bin/magento setup:upgrade
Manual installation using git
cd ~/public_html/
mkdir -p app/code/Orange35
cd app/code/Orange35/
git clone https://github.com/orange35/magento2-catalog-import-export CatalogImportExport
cd -
php bin/magento module:enable Orange35_CatalogImportExport
php bin/magento setup:upgrade
All versions of magento2-catalog-import-export with dependencies
PHP Build Version
Package Version
Requires
php Version
~5.5.0|~5.6.0|~7.0.6|~7.1.0|~7.2.0|~7.3.0|~7.4.0
The package orange35/magento2-catalog-import-export contains the following files
Loading the files please wait ....