Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Latest commit

 

History

History
67 lines (52 loc) · 1.87 KB

README.md

File metadata and controls

67 lines (52 loc) · 1.87 KB

Loewenstark_UrlIndexer

Insperations by Dnd_PatchIndexer and some other improvments

Facts

Description

Fixing the following issues in Magento Catalog URL

  • only index active products
  • only index visible products
  • index products without categorie path
  • endless counter for url with the same url key!

This is a drop-in replacement for the core indexer and Dnd_PatchIndexer

Requirements

  • PHP >= 5.2.13
  • Magento

Compatibility

  • Magento >= 1.7

Installation Instructions

Uninstallation

Remove all extension files from your Magento installation (app/code/community/Loewenstark/UrlIndexer)

DROP TABLE urlindexer_url_rewrite

Support

If you have any issues with this extension, open an issue on GitHub.

Contribution

Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.

Unit testing

Unit tests use EcomdevPHPUnit and mage-ci and can be runned with composer run test MAGENTO_VERSION, for example:

composer run test 1.9.1.0

Developer

Mathis Klooß http://www.mage-profis.de/ @gunah_eu

Licence

OSL - Open Software Licence 3.0

Copyright

(c) 2013 Mathis Klooss