tintrouble Posted March 5, 2012 Share Posted March 5, 2012 Hi Guys, I am hoping that I can pick your brains. I have built a store, it works well, very basic but I do not need anything more at this stage. I have made this for a company in the UK which is part of a franchise all over the world and now I have one of the branches in Australia interested in a copy for themselves. The goods on the site are made to order so essentially nothing will change bar the second hand section which will need to only be for the UK. Is there any way of using the store that I have already built but having an Australian version. For example, someone in Australia logs into the main site (information site only) and clicks on the store link, they are then directed to the Australian version of the site, they see all the bespoke made goods and an Australian second hand subsection, at the same time, someone in the UK logs on, goes to the store, sees the UK made to order goods and the UK second hand section. Ultimately I want to be able to offer this to the franchise without having to download the site, install Prestashop on a separate server which may or may not be compatible and then rejoin the database with the site and images. There has to be a way of doing this, can you guys shed any light on this? The Australian site would need orders directed to a separate address to that of the UK site. thank you for your help in advance! Link to comment Share on other sites More sharing options...
El Patron Posted May 19, 2012 Share Posted May 19, 2012 Please see our our PrestaShop 1.4 MultiDomain MultiShop module... http://www.etiendas.co/en/etiendas-prestashop-modules/27-prestashop-multishop-mulltidomain.html Link to comment Share on other sites More sharing options...
Prescol Posted June 3, 2012 Share Posted June 3, 2012 Also you can wait to Prestashop 1.5 wich will include natively a multistore capability Link to comment Share on other sites More sharing options...
El Patron Posted June 3, 2012 Share Posted June 3, 2012 (edited) Also you can wait to Prestashop 1.5 wich will include natively a multistore capability Why should they wait to solve their immediate goals? Our module(s) will not hinder anyone from moving to 1.5 when it a stable release is available. We now offer a free module to accomplish this as well. (note we no longer offer this free module) Edited July 16, 2012 by elpatron (see edit history) Link to comment Share on other sites More sharing options...
Asshu Posted July 16, 2012 Share Posted July 16, 2012 Why should they wait to solve their immediate goals? Our module(s) will not hinder anyone from moving to 1.5 when it a stable release is available. I wonder the free module you mentioned has a price tag costs 19 euros Link to comment Share on other sites More sharing options...
El Patron Posted July 16, 2012 Share Posted July 16, 2012 I wonder the free module you mentioned has a price tag costs 19 euros Hi Asshu, we no longer this as a free module. You can however insert this code at the bottom of your config.inc.php. if (!str_replace('www.', null, Configuration::get('PS_SHOP_DOMAIN')) == (str_replace('www.', null, $host))) Configuration::set('PS_SHOP_DOMAIN', isset($_SERVER['HTTP_X_FORWARDED_HOST']) ? $_SERVER['HTTP_X_FORWARDED_HOST'] : $_SERVER['HTTP_HOST']); Link to comment Share on other sites More sharing options...
Recommended Posts