charliez Posted January 13, 2011 Share Posted January 13, 2011 My client needs/wants the following:store1.comwholesale.store1.comstore2.comwholesale.store2.comstore3.comwholesale.store3.comQuestions:1) Is this doable in PrestaShop?2) Can everything be managed by one install or they need three PS installations?3) Can a product be entered once and used in any of the stores?4) Can each product page have its own SEO info? (meta, description, etc.)5) Can each product have multiple prices (ie, retail, discount, wholesale, etc.)All the stores will be multi-lingual and multi-currency and each with a different theme.TIA Link to comment Share on other sites More sharing options...
jeckyl Posted January 13, 2011 Share Posted January 13, 2011 Hello,here is our modules so you can do whatever you ask:* multi theme : http://www.prestatoolbox.com/lang-en/multi-store-prestashop/66-a-theme-by-domain.html* Multi product : http://www.prestatoolbox.com/lang-en/multi-store-prestashop/88-products-per-domain-name.html* differents prices : http://www.prestatoolbox.com/lang-en/our-modules/55-a-single-product-group-price.html or with http://www.prestatoolbox.com/lang-en/our-modules/63-multiple-cuts.html Link to comment Share on other sites More sharing options...
charliez Posted January 13, 2011 Author Share Posted January 13, 2011 Thanks, wonderful!So let me see if I understood everything...PrestaShop takes care of the multi-lingual and multi-currency.As well as the main structure of the store.- Theme by domain - lets me have as many store themes by different domains or even subdomains (sweet!)and - Products per domain - allow one to choose in which store they will appearFor different prices I can go with Price per Group (retail vs. wholesale) and use Multiple Cuts for discounts.Nice...The only thing to know will be if there is SEO for each product page and section page.... Link to comment Share on other sites More sharing options...
jeckyl Posted January 13, 2011 Share Posted January 13, 2011 you keep the SEO like for only one shop.But if you have the same product by shops you get some trouble about seo. Link to comment Share on other sites More sharing options...
charliez Posted January 13, 2011 Author Share Posted January 13, 2011 So do you think that the best way to address the SEO issues would be to havethree instances of PS? one for each store / wholesale.store pair? Link to comment Share on other sites More sharing options...
jeckyl Posted January 13, 2011 Share Posted January 13, 2011 if you don't have only the same product i don"t know. Link to comment Share on other sites More sharing options...
JChau Posted January 14, 2011 Share Posted January 14, 2011 Sorry for my noob questions, I am new to prestashop and ecommerce. What do I need for web hosting to use this module? do I need those web hosting which is specialize for multiple domain web hosting? and which web hosting provider would you suggest if I want to add this module to my prestashop? Link to comment Share on other sites More sharing options...
Cribbe83 Posted January 14, 2011 Share Posted January 14, 2011 Hi Jeckyl,I'm very interested in both your modules.Have you experienced any bugs with the module? My experience is that most modules need some modifications when installed. Are support included in the price?Are there any backsides or problems with the two modules at all in comparison with having multiple PS installed?We are only selling virtual products.Thanks Link to comment Share on other sites More sharing options...
jeckyl Posted January 14, 2011 Share Posted January 14, 2011 Sorry for my noob questions, I am new to prestashop and ecommerce. What do I need for web hosting to use this module? do I need those web hosting which is specialize for multiple domain web hosting? and which web hosting provider would you suggest if I want to add this module to my prestashop? Hello,you can take any host, these modules have no influence on accommodation from the initial script of PrestaShop.However I can only advise you to take your hosting on my servers. ;-)Hi Jeckyl,I'm very interested in both your modules.Have you experienced any bugs with the module? My experience is that most modules need some modifications when installed. Are support included in the price?Are there any backsides or problems with the two modules at all in comparison with having multiple PS installed?We are only selling virtual products.Thanks Hello,There are currently no inconsistency identified. But like any computer script, it is possible that we gradually discovered.Nevertheless, all our scripts are sold functional, if this was not the case for us we adapt to them is. Link to comment Share on other sites More sharing options...
phunter121 Posted May 10, 2011 Share Posted May 10, 2011 I like the look of this, could you be more specific about the SEO problem? Link to comment Share on other sites More sharing options...
ramadan Posted May 22, 2011 Share Posted May 22, 2011 i think i have a simple solutin for your multidomain prestashop store.here is for 2 domains, 2 languages(fr and en).modify the .htaccess file, adding those lines:RewriteCond %{HTTP_HOST} ^yoursite\.comRewriteRule ^fr/(.*)$ http://www.yoursite.fr/fr/$1 [R=permanent,L]RewriteCond %{HTTP_HOST} ^www.yoursite\.comRewriteRule ^fr/(.*)$ http://www.yoursite.fr/fr/$1 [R=permanent,L]RewriteCond %{HTTP_HOST} ^yoursite\.frRewriteRule ^en/(.*)$ http://www.yoursite.com/en/$1 [R=permanent,L]RewriteCond %{HTTP_HOST} ^www.yoursite\.frRewriteRule ^en/(.*)$ http://www.yoursite.com/en/$1 [R=permanent,L] Link to comment Share on other sites More sharing options...
El Patron Posted March 26, 2012 Share Posted March 26, 2012 i think i have a simple solutin for your multidomain prestashop store. here is for 2 domains, 2 languages(fr and en). modify the .htaccess file, adding those lines: RewriteCond %{HTTP_HOST} ^yoursite\.com RewriteRule ^fr/(.*)$ http://www.yoursite.fr/fr/$1 [R=permanent,L] RewriteCond %{HTTP_HOST} ^www.yoursite\.com RewriteRule ^fr/(.*)$ http://www.yoursite.fr/fr/$1 [R=permanent,L] RewriteCond %{HTTP_HOST} ^yoursite\.fr RewriteRule ^en/(.*)$ http://www.yoursite.com/en/$1 [R=permanent,L] RewriteCond %{HTTP_HOST} ^www.yoursite\.fr RewriteRule ^en/(.*)$ http://www.yoursite.com/en/$1 [R=permanent,L] You should redirect 'temporary' or 302. if you a permanent/301 with a ccTLD (country code top level domain) you will be telling the search engine that the old domain (including the ccTLD) is no longer valid and that the new one is the proper one to use. If the new one is not a ccTLD, then you will lose your localization. Link to comment Share on other sites More sharing options...
wisknowtech Posted February 21, 2013 Share Posted February 21, 2013 hey my First store url is: http://www.wisknowtech.com/prestashop ...This one is working fine...and we added the URL and shop in Prestashop multistore setting ... my multi store url is: http://www.wisknowte...p/onlinestore2/ but this url is not working ..got error...Server Error in Application "WISKNOWTECH.COM" HTTP Error 404.0 - Not Found The resource you are looking for has been removed, had its name changed, or is temporarily unavailable. i was change the setting of SEO & URL Friendly url is enable..but second store is not working.....please give me solution.... Link to comment Share on other sites More sharing options...
El Patron Posted February 21, 2013 Share Posted February 21, 2013 hey my First store url is: http://www.wisknowtech.com/prestashop ...This one is working fine...and we added the URL and shop in Prestashop multistore setting ... my multi store url is: http://www.wisknowte...p/onlinestore2/ but this url is not working ..got error...Server Error in Application "WISKNOWTECH.COM" HTTP Error 404.0 - Not Found The resource you are looking for has been removed, had its name changed, or is temporarily unavailable. i was change the setting of SEO & URL Friendly url is enable..but second store is not working.....please give me solution.... you really should not post on these old threads...not many will look at it... the first thing you need to do is find out what the server error is and go from there, here's how: http://www.prestashop.com/forums/topic/224525-how-to-get-debug-information-for-500-error-or-blank-page/page__p__1104709#entry1104709 Link to comment Share on other sites More sharing options...
wisknowtech Posted February 22, 2013 Share Posted February 22, 2013 hey I used this in config/defines.inc.php define('_PS_MODE_DEV_', true); but also not working.Can you give me another solution for that. got error Server Error in Application "WISKNOWTECH.COM" HTTP Error 404.0 - Not Found The resource you are looking for has been removed, had its name changed, or is temporarily unavailable. please give me solution Link to comment Share on other sites More sharing options...
Recommended Posts