Download the PHP package integer-net/magento2-german-umlaut-urls without Composer
On this page you can find all versions of the php package integer-net/magento2-german-umlaut-urls. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download integer-net/magento2-german-umlaut-urls
More information about integer-net/magento2-german-umlaut-urls
Files in integer-net/magento2-german-umlaut-urls
Package magento2-german-umlaut-urls
Short Description Automatically converts umlauts correctly in URLs ("ä" => "ae" instead of "a").
License MIT
Informations about the package magento2-german-umlaut-urls
magento2-german-umlaut-urls
Purpose
The common German umlauts are automatically adapted when URLs are created. For example, an ä becomes an a, although it is common to paraphrase umlauts with an additional e, in this case ä to ae. This module solves this problem and converts umlauts correctly in URLs.
Restrictions
This module only affects the URL generation when URLs are auto-generated, i.e. when a new Product / Category / CMS Page is created, but the field "URL Key" is left empty. In that case, the URL key is being generated from the name. It doesn't affect existing Products / Categories / CMS Pages, as URL Keys are already generated for them.
Installation
-
Install via composer
- Enable module
Configuration
Zero configuration needed.
Testing
Magento Integration Tests
-
Configure test database in
dev/tests/integration/etc/install-config-mysql.php
. Read more in the Magento docs. -
Copy
Test/Integration/phpunit.xml.dist
from the package todev/tests/integration/phpunit.xml
in your Magento installation. - In the Magento root directory, run
Credits
- Andreas von Studnitz
- Dominik Brachmanski
- All Contributors
License
The MIT License (MIT). Please see License File for more information.