anriuz Posted December 3, 2013 Share Posted December 3, 2013 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 More sharing options...
vekia Posted December 4, 2013 Share Posted December 4, 2013 how the url of your manufacturer looks like? (with non-latin characters) Link to comment Share on other sites More sharing options...
anriuz Posted December 4, 2013 Author Share Posted December 4, 2013 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 More sharing options...
Boonyawat Posted March 19, 2016 Share Posted March 19, 2016 I am also waiting for someone to help here.... Link to comment Share on other sites More sharing options...
Recommended Posts