Download the PHP package techdivision/import-category without Composer
On this page you can find all versions of the php package techdivision/import-category. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download techdivision/import-category
More information about techdivision/import-category
Files in techdivision/import-category
Download techdivision/import-category
More information about techdivision/import-category
Files in techdivision/import-category
Vendor techdivision
Package import-category
Short Description Pacemaker library providing basic Magento 2 category import functionality
License MIT
Package import-category
Short Description Pacemaker library providing basic Magento 2 category import functionality
License MIT
Please rate this library. Is it a good library?
Informations about the package import-category
Pacemaker - Category Import
Please visit the Pacemaker website or our documentation for additional information
Multistore URL Rewrite Import
- Importer supports multistore url_key, just note that if the file contains only default store row for a new category, only one entry for defualt store is stored in the catalog_product_entity_varchar table and a key is stored in the url_rewrite table for all stores.
- When updating this category with a new key for this category, it will be changed for all stores.
- To avoid this problem, the default line can be omitted and only the specific store imported.
Special case
In some cases the default row must be included in the product file, in which case, if there are no entries in the varchar for the stores already, the url_rewrite for all stores is updated based on what is in the default column.
Possible solution
- To solve the problem only the default store and the specific store should be imported and so the category will only be imported for the store and the specific store.
- import should always include all stores in a new category, so each store has an entry in the catalog_product_entity_varchar table for the url_key attribute.
- If the category is only to be updated in a store, the default row must be supplied with the specific store, then the url_rewrtie and url_key are updated in the Varchar table.
All versions of import-category with dependencies
PHP Build Version
Package Version
The package techdivision/import-category contains the following files
Loading the files please wait ....