Download the PHP package techdivision/import-product-magic360 without Composer
On this page you can find all versions of the php package techdivision/import-product-magic360. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download techdivision/import-product-magic360
More information about techdivision/import-product-magic360
Files in techdivision/import-product-magic360
Package import-product-magic360
Short Description Pacemaker library providing basic import functionality for the Magic ToolBox Magic 360 image gallery view
License OSL-3.0
Informations about the package import-product-magic360
Pacemaker - Product Magic360 Image Import
Please visit the Pacemaker website or our documentation for additional information
Introduction
This module provides the functionality to import the images for the almost famous Product Magic360 Magento 2 extension.
Configuration
In case that the Pacemaker - Simple Console Tool >= 3.8
is used, the functionality for the add-update and replace operations can be enabled add the following
snippets to your <magento-install-dir>/app/etc/configuration
directory.
The first snippet is <magento-install-dir>/app/etc/configuration/shortcuts.json
, which overrides the default
shortcuts and finally adds the general/catalog_product/replace.magic360
operation to the replace
and
add-update
operations
The second and the third snippets makes the techdivision/import-product-magic360
extension classes available for
the importer. So add the snippet <magento-install-dir>/app/etc/configuration/extension-libraries.json
with the
content
and the snippet <magento-install-dir>/app/etc/configuration/additional-vendor-dirs.json
containing the following
content
assumung that your <magento-install-dir>/app/code
contains the Magento extension MyProject/Import
.
Finally, it is necessary to override the Symfony DI configuration for the apropriate composite observers. For example
if you're using Magento CE, add a <magento-install-dir>/app/codeMyProject/import/symfony/Resources/config/services.xml
with
the following content, to override the default composite observer
Missing Index
For a massive improvement of the import performance, two indices have to be added.
To do that, open a MySQL command line and enter the following SQL statements.