Page 46 of 224 FirstFirst ... 3644454647485696146 ... LastLast
Results 451 to 460 of 2240
  1. #451
    Join Date
    May 2007
    Posts
    99
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    So Ken ( or anyone who can help), In your opinion what is the best way to handle the SSLs. I really dont want to have an SSL for each site as we will have about 50 sites. Should I consider domains like

    site1.domainName.com, site2.domainName.com or is there a way to deal with completely different domains and still keep SSLs down to a minimum?
    Makenoiz. The best solution to this is to use a wildcard SSL certificate. It costs more, but allows you to create as many subdomains as you would like and they will all be protected by the single SSL certificate.

    I use Thawte, but there are cheaper solutions and also more expensive (Verisign).

  2. #452
    Join Date
    May 2007
    Posts
    99
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    SHokuf. The mod does not allow for different prices on different stores at the moment. I hacked mine up to allow for this, but I have a different situation than most, our pricing is stored in an external system.

  3. #453
    Join Date
    May 2007
    Posts
    99
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by cablesimple View Post
    Makenoiz. The best solution to this is to use a wildcard SSL certificate. It costs more, but allows you to create as many subdomains as you would like and they will all be protected by the single SSL certificate.

    I use Thawte, but there are cheaper solutions and also more expensive (Verisign).
    Sorry. Misread this post. I would certainly suggest subdomains (site1.domainName.com site2.domainName.com) through a wildcard cert. I have this setup with Multisite and it works well. If you do decide to have a different domain on that same Multisite install you can certainly do it, you just need to buy the cert for that store.

    The only way I can think you would be able to setup unlimited different domains would be if you set yourself up as a Certificate Authority through one of the recognized CA's, like the cheap CA's do. This would be for a very large company (or a new company selling certs) and, I would imagine, prohibitively expensive.

  4. #454
    Join Date
    Mar 2006
    Posts
    283
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Well after much deliberation and considering certs are so cheap now a days, Im going to purchase multiple certs.

    Thanks for you help cablesimple...!

    makenoiz

  5. #455
    Join Date
    Sep 2007
    Posts
    18
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Is there a way to restrict customers to one domain or the other? I've set up a multisite (great mod btw) with a dealer site and retail site but now I need to keep non-dealers off the dealer site.

    is there a way to override a function for the one site and not the other? my thought was to add a field to the customer table (similar to the dual pricing mod) that would be true or false, then run a check for that in this function:

    function zen_get_customer_validate_session($customer_id)

    any suggestions? is there an easier route I'm overlooking? Maybe the customer validation could redirect to one site on true and the other on false...

  6. #456
    Join Date
    Sep 2007
    Posts
    18
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    ok scratch that, looks like the customer authorization built in will work but I need to make the default status = 1

    can anyone point me to the file that inserts the new customer info into the db?

  7. #457
    Join Date
    Feb 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Hi there,

    I have just installed the multi-site application as per the instructions, but I am a little lost to be honest..not to mention simple :|

    I previously built a website (that still needs tweaking) www.enptrading.com on my apache server on my windows pc. I used the template overrides as instructed in the user manual and customised my site, then uploaded it to my host.

    Now I have another site to build, plus maintain my existing one, which I plan to do again on my apache server on my personal pc. So I will have:

    www.enptrading.com
    www.estimul8.com

    I have added the sites into my hosts file. My templates are enp and estim and I believe these are set up in the configure.php files accordingly. The zencart home directory is labelled “store” and both the templates are under this directory.

    Why has the formatting disappeared? i.e. All pics/images are not showing, text is all left justified and all colours and style appears to have been lost. (NB: not on my host, but when I look on my development server)

    When I look at my enp site, I type in www.enptrading.com/store and select the enp template, but, no formatting. I thought my 1st site would still be preserved.

    When I work on my estim site, I type in www.estimul8.com/store and upon selecting the appropriate template (estim) from the admin section, my site is still lacking formatting.

    Something must be working, as the estim site says “congratulations on installing zencart…”, and my enp site has all of the appropriate text that I entered previously, but, alas, not the formatting.

    Any leads/tips/advice would be much appreciated, as I have not seen this in the forums yet.

    Regards,
    EC

  8. #458
    Join Date
    Feb 2005
    Posts
    19
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    no update since 08/08/07

    is the developments still running or not ?

    if not, maybe somebody else need to take care of it.
    any volunteer ?

  9. #459
    Join Date
    Mar 2006
    Posts
    283
    Plugin Contributions
    0

    Default www vs no www in multi site

    I notice my http://domainname.com site does not appear correctly since I only have a www.domainname.com config file. So does this really mean I need two config files for each site??

    www.domainname.com_config.php AND
    domainname.com_config.php



    Thanks

    makenoiz

  10. #460
    Join Date
    Jun 2006
    Posts
    5
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Makenoiz

    You could do that, but really what you should do is add this to your htaccess file

    RewriteCond %{HTTP_HOST} ^domainname\.com$ [NC]
    RewriteRule ^(.*)$ http://www.domainname.com/$1 [R=301,L]

    then all domainname.com requests go to www.domainname.com

 

 

Similar Threads

  1. v154 WorldPay Module version 3.0 - Support thread
    By countrycharm in forum Addon Payment Modules
    Replies: 115
    Last Post: 20 Jul 2021, 04:00 PM
  2. Bambora/Beanstream Payment Module Support Thread
    By swguy in forum Addon Payment Modules
    Replies: 127
    Last Post: 26 Mar 2021, 04:13 PM
  3. WorldPay Module version 2.0 - Support thread
    By philip_clarke in forum Addon Payment Modules
    Replies: 729
    Last Post: 4 Nov 2017, 08:23 AM
  4. PC Configurator Module [Support Thread]
    By lebrand2006 in forum All Other Contributions/Addons
    Replies: 254
    Last Post: 22 Aug 2012, 03:52 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR