Page 44 of 224 FirstFirst ... 3442434445465494144 ... LastLast
Results 431 to 440 of 2240
  1. #431
    Join Date
    Mar 2006
    Posts
    283
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Calljj


    Just reaching. Not sure if you can pass any varriables from paypal but....

    If Paypal lets you put in the return URL with a variable then create a php file and see if it will let you pass any parameters from the paypal successful order that will distinguish it from the others, then have your php read that variable and server the correct confirmation template based on that.

    Like this http://myshopsite.com/returnSuccess....mygiftshopsite

    in your returnSuccess.php
    you will have an if statement that if mygiftshopsite then load mygiftshopsite.com/thankyou.html

    makenoiz

  2. #432
    Join Date
    Mar 2007
    Posts
    250
    Plugin Contributions
    6

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by makenoiz View Post
    Anyone doing this:::

    I want to have the following set up:

    1) 1 product DB
    2) Multi sites on a VPS using that Product DB. These are seprate sites. IE www.myshopsite.com, www.giftshopsite.com etc....
    3) One SSL Cert for all sites ( possiby wildcard?)
    4) Mutli Check out templates to match the site user is using.

    Can this be done with this mod reliably. Is any one doing. Can I pay you for your time to let me pick your brain on your configuration.....

    Thank you


    P.S. Ken - are you for hire ? ;)
    1. yes
    2. i have 3 completely seperate domains, all different templates, different products, same DB.
    3. 99% of wildcard only cover subdomains, those that don't cost big $$
    I've paid just pennies for 3 individual certs from godaddy, then got an extra load of IP address from my ISP to run them, for free.
    4. as 2, yep each check out template matches site

    As for VPS, no idea, think you will struggle with the SSL side of things due to the IP based serving required, rather than name based.. this is one of the reasons i chose to go for my own dedicated unit box rather than 3rd party shared hosting - that and its the 3rd quickest link in the world so great for hosting zen sites!

  3. #433
    Join Date
    Mar 2007
    Posts
    250
    Plugin Contributions
    6

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by makenoiz View Post
    Calljj


    Just reaching. Not sure if you can pass any varriables from paypal but....


    makenoiz

    Unfortunately not, just a plain old fixed URL.

    Spoke to a human at Paypal - incredible i know! - and they been asked about this many times, but still nothing done for those hosting multiple sites of any sort.

  4. #434
    Join Date
    May 2005
    Location
    England
    Posts
    676
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Hello there,

    I had this mod running a while ago. It does work. Only we had a problem specific to our setup.

    What happened was that we have a retail site, and a wholesalte site (as the subdomain). So all set up via multisite module. Wholesale had minimum order setup to.

    We had a few people buying wholesale items, say just a small order. But can't work out how they did it, as they should have been stopped going through checkout as it wasnt at the minimum level.

    After digging around, I saw a few stray links in google, that could allow somebody to buy the wholesale item, but on the retail site. Even though it should have directed them to buy the said item on the wholesale site.

    I hope it doesn't sound complicated. lol. Wondered if anyone has got this setup and maybe came up with a solution to stop this happening.

    As I'm writing, I am just thinking, is it a simple case of altering htaccess file, or configuring the sitemap somehow.

    Thanks in advance,

    Heathenmagic

  5. #435
    Join Date
    Nov 2006
    Location
    8,600 ft in the Rocky Montains of Colorado
    Posts
    23
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Hello,

    I've just installed the current version of the multi site mod over a fresh install of ZenCart according to instructions. The admin seems ok, but the site has the error:

    1054 Unknown column 'CATEGORIES_ROOT' in 'where clause'
    in:
    [select cd.categories_name from sl_categories c, sl_categories_description cd where cd.categories_description LIKE '%-SITE_NAME-%' AND cd.language_id=1 AND c.parent_id = CATEGORIES_ROOT and c.categories_id = cd.categories_id and cd.language_id='1' and c.categories_status=1]

    I am, fortunately, running a local install on my computer with the same environment as my server.

    I have not a clue where to go from here. Any ideas?

    Thank you!

  6. #436
    Join Date
    Nov 2006
    Location
    8,600 ft in the Rocky Montains of Colorado
    Posts
    23
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Hello again,

    I have found that the problem seems to happen when I add the multi site includes/modules/meta_tags.php file. All of the other files copy over fine, but when I copy this file, I get the error message. When I replace this file with the original zen cart version, the site reappears. Anyone else have this problem? Do I simply need to change something in this file and what might that be?

    Thank you!
    Last edited by Mountain Mama; 22 Apr 2008 at 05:47 PM.

  7. #437
    Join Date
    Jun 2005
    Posts
    95
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by Calljj View Post
    If all the files have been put in the correct place then need to check your hosting/server/DNS/forwarding side of things. Things get a bit more complicated if you are on a shared host
    My site is on a dedicated server with shared accounts.

    Can anyone help me on this or talk to my web guy for me please.

  8. #438
    Join Date
    Feb 2008
    Location
    Hardisty, Alberta, Canada
    Posts
    4
    Plugin Contributions
    0

    Default Multi-Site Module Needs more support

    First: I'd like to express my appreciation to all those who answer questions here in this thread. Thank you!

    Second: The number of postings in this thread are now over 400. This makes it difficult to search for solutions to problems.

    I don't know about anyone else, but I really don't want to read all 438 postings in order to track down the solution for a particular problem. Then have to do it all again for the next problem, and so on.

    It is unfortunate, but it appears that the original author of the Multi-Site Module has abandoned the project.

    I believe that the Multi-Site Module needs more support.

    Not every person who wants to use Zen Cart knows how to program in PHP, or even know how to do any programming at all. The Multi-Site Module seems to have a lot of quirks and problems that someone only with PHP programming experience can solve. In retrospect, I think I would have been better off with a commercially supported shopping cart program.

    Ultimately, the Module needs new programmers that will update & fix problems, releasing new versions.

    Who knows? Maybe there is even money to be made providing support for it?

    I would like to suggest that those who are expertly involved with the Multi-Site Module, get together to provide a better method of supporting the Module. Maybe all it needs is a separate Zen Cart Forum category capable of containing multiple threads? Or how about a wiki?

  9. #439
    Join Date
    Jul 2007
    Location
    Minneapolis, MN, United States
    Posts
    71
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Mountain Mama

    You missed the very first step in the instructions. Add "include(includes/config_sites/site_switch.php);"
    to your configure.php.

    double check the instructions for the line to add I'm not at my work computer
    I dont care what it says next to my name. I've been Zenned!

  10. #440
    Join Date
    May 2006
    Posts
    82
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Ok we are getting this error in the order process:

    1054 Unknown column 'order_site' in 'field list'
    in:
    [INSERT INTO orders (customers_id, customers_name, custo


    And also
    1054 Unknown column 'order_site' in 'field list'
    in:
    [db_cache table]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    In the admin area when you click on the orders in the customers section.

 

 

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