Jump to content

Multi-store with different domains


Recommended Posts

My client needs/wants the following:

store1.com
wholesale.store1.com
store2.com
wholesale.store2.com
store3.com
wholesale.store3.com

Questions:
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

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 appear


For 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

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

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

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

  • 3 months later...
  • 2 weeks later...

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]

Link to comment
Share on other sites

  • 10 months later...

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

  • 10 months later...

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

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

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

×
×
  • Create New...