techdivision/import-product-url-rewrite
Pacemaker library providing basic Magento 2 product URL rewrite import functionality
Maintainers
Package info
github.com/techdivision/import-product-url-rewrite
pkg:composer/techdivision/import-product-url-rewrite
Requires
- php: ^8.3
- techdivision/import-product: ^26.3
Requires (Dev)
- consolidation/robo: ^4.0.2
- doctrine/dbal: ^4.0.4
- mikey179/vfsstream: ~1.6.11
- pdepend/pdepend: ^2.16.2
- phpmd/phpmd: ^2.15.0
- phpunit/phpunit: ^11.2.5
- sebastian/phpcpd: ^2.0.1
- squizlabs/php_codesniffer: ^3.10.1
- symfony/http-kernel: ~4.4.51
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT b16d844bf3448b82f91c957b30e45c107c28c24c
- Tim Wagner <t.wagner.woop@techdivision.com>
This package is auto-updated.
Last update: 2026-06-16 14:35:36 UTC
README
π Latest Stable Version
π Total Downloads
π License
π Build Status
π Scrutinizer Code Quality
π Code Coverage
Please visit the Pacemaker website or our documentation for additional information
Multistore URL Rewrite Import
- Importer supports multistore url_key, it is only to be noted that if the file for a new product contains only default store row, only one entry for defualt store is stored in the table catalog_product_entity_varchar and the url_rewrite table for all stores a key is deposited.
- When updating this product with a new key for this product, all stores will be changed.
- To avoid this problem, the default line can be omitted and only the specific store imported.
Speziall Fall
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.
LΓΆsung
- To solve the problem only the default store and the specific store should be imported and so the product will only be imported for the store and the specific store.
- import should always include all stores in a new product, 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.
