-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Category auto-generate URL problem #311
Labels
Comments
Hello. Could you please provide a pull request and tests for this change? |
Yes i can. I will do it a bit later. |
magento-team
pushed a commit
that referenced
this issue
May 22, 2015
[Mavericks] Re-factor and maintain functional tests
magento-engcom-team
added a commit
that referenced
this issue
Mar 13, 2019
- Merge Pull Request magento/graphql-ce#311 from ldusan84/graphql-ce:feature/category-with-products-fix - Merged commits: 1. d41c407 2. 5bf7364 3. 8d828da 4. 996ba90
magento-engcom-team
pushed a commit
that referenced
this issue
Mar 13, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I see this problem from version 1.4.0.2. (This problem is present at least 5 years.)
When creating new Category and input Name with non-English symbols and save then system auto-generate URL like 'doed-n-d-d-d-d-n-d-d-n-d-d-d-n-d-n.html' instead of 'moja-novaja-kategorija.html'
For Product auto-generating URL works fine - 'moja-novaja-kategorija.html'.
I fixing this bug in class Mage_Catalog_Model_Category by changing formatUrlKey function - calling formatUrlKey from Mage_Catalog_Model_Product_Url.
instead of native function
The text was updated successfully, but these errors were encountered: