Page 58 of 223 FirstFirst ... 848565758596068108158 ... LastLast
Results 571 to 580 of 2221
  1. #571
    Join Date
    Jun 2008
    Posts
    170
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    MotoDelta, the reason I did it this way was even though there are three catalogs, I want them to all go to the same database so the client receives all orders from one admin area instead of logging into three. Which obviously would be a drag.
    Posted via Mobile Device

  2. #572
    Join Date
    Feb 2008
    Posts
    137
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    We'll have 100+ sites running on multisite within 12 months. Each site has it's own domain, IP, and SSL certificate.
    Can't you just use one dedicated IP, with one SSL cert, to handle all the payment stuff? Or are you going to also be doing a bundle of different credit card processors? Ouch!

    I just pointed the DNS or whatever it's called to the dedicated IP, set up the multiple-named-template system, and it's rockin'... Some stuff is standard across the system, like the products and the payment, but I'm changing the look/feel for each site as I go...

  3. #573
    Join Date
    Jan 2006
    Posts
    120
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by bogie View Post
    Can't you just use one dedicated IP, with one SSL cert, to handle all the payment stuff? Or are you going to also be doing a bundle of different credit card processors? Ouch!

    I just pointed the DNS or whatever it's called to the dedicated IP, set up the multiple-named-template system, and it's rockin'... Some stuff is standard across the system, like the products and the payment, but I'm changing the look/feel for each site as I go...
    Well the problem with that for me is several fold:

    1. If you use a common checkout page, within multisite you lose the template formatting because it looks at the server URL to serve up the template. I can't find a way around that. It could probably be done with a session variable and using a server SSL, but I cannot make it work. I cannot lose the templating. Each site represents a seperate business and they want to retain their identity during checkout.

    2. With shared IP between all sites, there are potential search-engine issues. Similar content, same IP, 100 sites, it is likely that if search engines aren't doing it now, they will in the near-term and I don't want our customers sites blacklisted.

    Those are both HUGE issues for me and untill I can find a way around them, they remain the cost of doing business. If there are holes in my thought process, I'd be happy to have the critical eye on them.

    (Note that my costs quoted earlier included things like dedicated server, hosting, and tech support costs).

  4. #574
    Join Date
    Jun 2005
    Posts
    1
    Plugin Contributions
    0

    Default Single login across stores

    Hi Guys & Girls

    I've had a pretty good go at reading through most of this thread without much joy for what I wanted.

    I've had a Multisite store set up with 5 different stores/fronts included:


    www.BuyHakko.com

    You can move between the stores using the tabs across the top. I would like customers to be able to login into one store & then remain logged in as they move between the stores to shop - the shopping basket is carried across the stores at the moment but you have to login to each store individually. Can anyone advise on what I need to change/setup for the customers to be able to login once then remain logged in as they move between the stores ?

    Thanks

    Absey

  5. #575
    Join Date
    May 2007
    Posts
    99
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Hi absey,
    If you link the tabs with the session key it will do what you want it to do. Use the correct variable, which should be "zenid". You can use something like:
    PHP Code:
    zen_session_name() . '=' zen_session_id() 
    to output the session variable and value. Or you can just use zen_href_link and set the add_session_id parameter to true.

    I also might try using POST and making each site a button to avoid people copying the links from the site tabs and accidentally emailing their session id. Could cause problems as it will log anyone in as that customer.

  6. #576
    Join Date
    Feb 2007
    Location
    Ontario, Canada
    Posts
    234
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Oh thank you, I've been looking for this (so excited), but I don't understand what you are saying to do there:

    Hi absey,
    If you link the tabs with the session key it will do what you want it to do. Use the correct variable, which should be "zenid". You can use something like:
    PHP Code:
    zen_session_name() . '=' . zen_session_id()

    to output the session variable and value. Or you can just use zen_href_link and set the add_session_id parameter to true.

    I also might try using POST and making each site a button to avoid people copying the links from the site tabs and accidentally emailing their session id. Could cause problems as it will log anyone in as that customer.
    Thanks, Colleen
    www.af-company.com
    To err is human, but to really foul things up requires a computer. Farmers' Almanac, 1978

  7. #577
    Join Date
    May 2007
    Posts
    99
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Ok, for example. When I visit transportation.actionforms.ca and turn off my cookies I will find links like this (notice the zenid):
    PHP Code:
    http://transportation.actionforms.ca/cart/index.php?main_page=index&cPath=183&zenid=12da6f0bc81eed0b419e4daa853bcf39 
    If you were to login to any of your subdomains and then send the zenid variable to any other of your subdomains using a link with the zenid then it would keep you logged in.

    so for example if I were logged in with the above zenid then doing this would keep me loggged in and take me to the humanresources subdomain:
    PHP Code:
    http://humanresources.actionforms.ca/cart/index.php?main_page=index&zenid=12da6f0bc81eed0b419e4daa853bcf39 
    Last edited by cablesimple; 8 Oct 2008 at 03:27 PM.

  8. #578
    Join Date
    Feb 2007
    Location
    Ontario, Canada
    Posts
    234
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Ok that makes sense :-) Now for the dumb question of where do I put the zen_session_name() . '=' . zen_session_id()

    I only know enough php to be dangerous, so please be patient and thanks for the help!!!

    Thanks, Colleen
    www.af-company.com
    To err is human, but to really foul things up requires a computer. Farmers' Almanac, 1978

  9. #579
    Join Date
    Oct 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Is this the process I would use if I want to:

    Set up 2 duplicate sites, one for USA and one for Canada, both working off the same host provider.

    Both sites are basically the same but the shopping cart will be in the two seperate currency $$'s.

    I have to do it that way because the price is much less in 1 country vs the other. More than what the general exchange rate is. IE 6$ in usa + shipping vs 10$ CAN + shipping

    Any feedback would be appreciated.

  10. #580
    Join Date
    May 2007
    Posts
    99
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    You use it whenever your creating a link from one sub-domain to the next

    PHP Code:
    echo 'a href="http://humanresources.actionforms.ca/cart/index.php?'zen_session_name() . '=' zen_session_id()   .'">Human resources</a>'

 

 

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