We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The url_rewrite table is being populated by ItemIndexer in a wrong way resulting M2 ignoring SEO friendly URL key.
Magmi setting:
[ValueReplacerItemProcessor] VREP:columnlist = "url_key" VERP:url_key = "{{ Slugger::slug({item.name}) }}"
[ItemIndexer] OTFI:useurlending = "0" OTFI:urlending = ".html" OTFI:usecatinurl = "1"
[DefaultValuesItemProcessor] DEFAULT:columnlist = "store,url_rewrite" DEFAULT:store = "admin,default" DEFAULT:url_rewrite = "1"
The text was updated successfully, but these errors were encountered:
@raybog are you able to send a PR fixing the issue?
Sorry, something went wrong.
@tmotyl not sure by when... I have implemented workaround that suits my project at the moment but not sure it is PR ready.
please send it and we will see ;)
Hi @raybog, can you send your corrections?
No branches or pull requests
The url_rewrite table is being populated by ItemIndexer in a wrong way resulting M2 ignoring SEO friendly URL key.
Magmi setting:
The text was updated successfully, but these errors were encountered: