Try the Demo

Magento Forum

   
can storeview show unique url ? multi language store, product URL translation
 
zshanthi
Member
 
Total Posts:  55
Joined:  2009-07-17
 

I have configured a magento store such way that it has 2 languages en and fr

http://www.mydomain.com/en/ will show english version and

http://www.mydomain.com/fr/ will show french version

Now the product urls are of the format

http://www.mydomain.com/en/very-large-shoe/

and the same product in french website is

http://www.mydomain.com/fr/very-large-shoe/

everything works good

But I want for the same product in the french version must show the url

http://www.mydomain.com/fr/à-très-grande-chaussures

and not

http://www.mydomain.com/fr/very-large-shoe/

is that possible ?

Please help

Thanks

Shanthi

 
Magento Community Magento Community
Magento Community
Magento Community
 
romych
Member
 
Avatar
Total Posts:  58
Joined:  2009-11-05
Ukraine
 

You can try to use different value of URL key for desired product in each store.

Didn’t it before for my self, but in theory, should work in your case.

Hope it’ll help,

Roman

 Signature 

Sometimes the theory meets practice. Practice wins. Always!
My personal site

 
Magento Community Magento Community
Magento Community
Magento Community
 
zshanthi
Member
 
Total Posts:  55
Joined:  2009-07-17
 

Thanks. url key is what I wanted. Thanks for information.

Suppose I want to do a change to the URL key of product urls based on the storecode how do I go about it ?

I know I can get the storecode using

Mage::app()->getStore()->getCode();

Say for example I want to add some specific text based on storecode to all product url (URL key) of a particular store code what I should do ?

Thanks in advance

Shanthi

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top