chris2009 Posted August 20, 2009 Share Posted August 20, 2009 We need different urls for languages supported like domain.com/us/shop or domain.com/uk/shopor domain.com/es/shopIn that exact format, we really need unique URLS for languages. Also we will want our .es domain to display spanish language, our .co.uk domain to display the UK currency, etc. We'll want to be able to control this via an administrative function to match urls with currencies and and languages.Is it posssible to achieve all this using PrestaShop ? Link to comment Share on other sites More sharing options...
Hessellund Posted August 20, 2009 Share Posted August 20, 2009 Yes, but it requires you to edit a couple of files.I have a working Presta 1.1 using virtual directories like that. But only to control language, not currency.Sure your different .tld's can be set up to, but I'm not quite sure how. Link to comment Share on other sites More sharing options...
chris2009 Posted August 21, 2009 Author Share Posted August 21, 2009 For this, do we need to install Prestashop on every Virtual Diectory ? Link to comment Share on other sites More sharing options...
Hessellund Posted August 21, 2009 Share Posted August 21, 2009 No, I changed classes/Link.php to return links starting with /en/rest_of_url etc.Then letting .htaccess change /en/ /es/ or whatever into ?iso_lang=en or esThird you have to change language according to iso_lang. Link to comment Share on other sites More sharing options...
Hessellund Posted August 21, 2009 Share Posted August 21, 2009 I posted my solution here:http://www.prestashop.com/forums/viewreply/111765/ Link to comment Share on other sites More sharing options...
chris2009 Posted August 21, 2009 Author Share Posted August 21, 2009 Hi Hessellund; Thanks a lot for providing me with the URL. I think thats what I am looking for as a initial guidance. We started building our website and will update you in this thread once done. Link to comment Share on other sites More sharing options...
chris2009 Posted August 21, 2009 Author Share Posted August 21, 2009 Also based on the solutions which you have added in other thread. Is it possible for me to take a look into your working website where you have applied this ? You can PM me if u do no want to post it here.Thanks again. Link to comment Share on other sites More sharing options...
Recommended Posts