Jump to content

manufacturers link rewrite problem


Recommended Posts

I have a problem with, i think, getmanufacturerlink function.

If i add a manufacter with its name in latin characters (for example "manuf1") it all works fine (shows the correct link, according to rewrite rule "__manuf1"). But when i add a manufacturer name not in latin characters it builds link like "__"). And there's no such field like 'rewrite_link' for multiple languages, like for products or cms pages, for example.

I've tried to add manualy field "rewrite_link" directly in "manufacturer_lang" table in db, but it didn't helped.

How to fix this is issue?

Link to comment
Share on other sites

how the url of your manufacturer looks like? (with non-latin characters)

Thanx, for your interest.

So, ti be clear, let's take that in rewrite rule for manufacturer is something like '{id}*{rewrite}*', then for latin characters manufacturer title (for example "super  manuf") it works fine, even with those whitespaces - it makes link like '{id}*super__manuf*', but for non-latin (cyrillic in my case) character manufacturer's title it will be only '{id}**' - it's just stripping the manufacturer's title.

Shop is configured as non multilingual, i also tried enable the "allow accented url" option - same result.

As i see, it builds link for manufacturer in link.php in function getManufacturerLink.

Same error i get with suppliers.

Thanks in advance for yout help.

Link to comment
Share on other sites

  • 2 years later...
×
×
  • Create New...