Page 139 of 224 FirstFirst ... 3989129137138139140141149189 ... LastLast
Results 1,381 to 1,390 of 2237
  1. #1381
    Join Date
    May 2007
    Posts
    6
    Plugin Contributions
    1

    Default Re: MultiSite Module Support Thread

    I have setup two (demo) sites with MultiSite and all seems to work well. Only het sideboxes don't show up on one of the sites. They do on the first site.

    Any ideas?

    Sites are: shop.snel.ws and shop2.snel.ws

  2. #1382
    Join Date
    Dec 2010
    Posts
    3
    Plugin Contributions
    0

    Default Theme problems

    Hi this is my first attempt to get a multisite working, have successfully setup the sites so you can get to them http://habitrol2u.com
    http://habitrol2u.com

    the problem is that i cant get the themes to work

    im using the apple zen for both sites with the themes renamed to habitrol in all instances that i can find on the name apple_zen

    when i told one site to use the classic template it showed that to edit it i could go to "includes/templates/classic" to edit it which was differant to the apple_zen template that said "YOUR_TEMPLATE"

    Any assistance with this would be much appreciated

    Thanks

    using version 0.4.1 of multisite modual
    and v1.3.9g zencart

  3. #1383
    Join Date
    Mar 2004
    Posts
    210
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Boy I hope someone can help.. I am very excited about this mod.. I even transfered from OSc tro zen cart to use this.. but I am stuck and I have read and re-read the manual please help me.

    ok.. I got the main store setup. http://herasonlinemarket.com/shoppe.. Show correctly.
    now I am lost on hope to get the second shop to show.. buykandibracelets.com

    I have the a config file called buykandibracelets.com-config.php
    ----define('PRODUCTS_OPTIONS_TYPE_SELECT','0'); //Product option type Select
    define('UPLOAD_PREFIX','upload_'); //Upload prefix
    define('TEXT_PREFIX','txt_'); //Text prefix

    $template_dir = "Classic";
    define('SITE_NAME','Kandy');
    define('HTTP_SERVER', 'http://buykandibracelets.com/');
    //define('HTTPS_SERVER', 'https://essexrodentcontrol.com');
    define('CATEGORIES_ROOT','2'); //root categories is 1 for this site ############################################################__

    This is where I am lost..
    I have a reseller account and all domains I have have the same DNS.
    I have done this the way i have seen on this forunm and nothing seems to work.

    I have done the park domain name and have it point to shoppe
    and it loads the main page titled herasonlinemarket.com
    then I did the add domain name
    and had the document root point to shoppe
    and I get an empty file.

    I am just really lost on what to do..

    pLESE PLEASE i AM BEGGING FOR SOME HELP.

  4. #1384
    Join Date
    Mar 2004
    Posts
    210
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Oh my my... I had thought I followed these directions before with no avail. but I did it again and the the kandy site came up.. it really came up..
    oh.. now just got to get the template working..
    oh.. I can't believe it..
    this is great..
    ok.
    keep all posted.


    Quote Originally Posted by balihr View Post
    @thewhiz01: there are several things you need to check. First, check if your other domains are configured to the right nameservers. Then, go to your hosting cpanel and see if you've configured your domains correctly - use addon domains and set their document root to the folder where you've installed zencart.
    Let's say you've installed zc in your site1.com root and now want to configure site2.com. Look at the picture attached (this is for linux cpanel, if you're on a different system, you're on your own ).
    Now, check your config_sites and see if you have www.site1.com_config.php and www.site2.com_config.php and check if they are configured properly. Note that your site2_config needs a line
    Code:
    define('HTTP_SERVER', 'http://www.site2.com');
    This should do the trick, that's all their is to it.

    P.S. Sorry I didn't reply earlier, I had a project on a deadline so I had to finish it...

  5. #1385
    Join Date
    Mar 2004
    Posts
    210
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    OK I finally got the second site to show up..
    and what happened.. is
    you have to have this line in the yoursite.com_config.php
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '/');

    do not put in the directory name.. I did that and got. a site with no template.. and couldn't go to any other pages..
    just wanted to put that in there in case someone else runs into problems.
    noppie.

  6. #1386
    Join Date
    Jan 2010
    Posts
    65
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    I have a question about this module and I do apologize if this has been answered before.

    Can this module be used to "link" multi-sites that are not hosted on the same server and have their own database?

    If not, can this be achieved?

    When a buyer purchases from more than one store and checks out, what happens with the payment? For example. The person pays using PayPal. Both the stores the buyer shopped on have PayPal accounts set up. Does each store automatically receive their portion of the sales or does that have to be worked out manually by the store owners?

    Thank you so much for time answering my questions!

  7. #1387
    Join Date
    Mar 2004
    Posts
    210
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by leilanddale View Post
    I have a question about this module and I do apologize if this has been answered before.

    Can this module be used to "link" multi-sites that are not hosted on the same server and have their own database?

    If not, can this be achieved?

    When a buyer purchases from more than one store and checks out, what happens with the payment? For example. The person pays using PayPal. Both the stores the buyer shopped on have PayPal accounts set up. Does each store automatically receive their portion of the sales or does that have to be worked out manually by the store owners?

    Thank you so much for time answering my questions!
    I just started using this add on and the way it is set up to use one database and one admin.
    the the second shops are made virtually.. and used a different template.
    and what is so great about this program is that the customer can combine all purchases under one cart. so the domain name for each cart have to have the same domain name server (dns)
    so to answer your question no, can not have a different database or hosted on a different server..
    Now, if your hosting company is using linux server or at least Apache software and I think there is a windows version.. not sure.. this software will work.. you have to set your domains as addon to the main domain.
    I hope this answers your question..

    just an FYI.. I had used oscommerces's multi site.. but this one is way cooler and better.

  8. #1388
    Join Date
    Jan 2010
    Posts
    65
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by noppie View Post
    I just started using this add on and the way it is set up to use one database and one admin.
    the the second shops are made virtually.. and used a different template.
    and what is so great about this program is that the customer can combine all purchases under one cart. so the domain name for each cart have to have the same domain name server (dns)
    so to answer your question no, can not have a different database or hosted on a different server..
    Now, if your hosting company is using linux server or at least Apache software and I think there is a windows version.. not sure.. this software will work.. you have to set your domains as addon to the main domain.
    I hope this answers your question..

    just an FYI.. I had used oscommerces's multi site.. but this one is way cooler and better.
    Thanks! So yeah. If it can't work as it is at the moment, is there a way that it can be adjusted to work?

    How do the payment stuff work?

  9. #1389
    Join Date
    Jul 2009
    Posts
    127
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Why can't I see the page that's supposed to have the instructions?

  10. #1390
    Join Date
    Jul 2009
    Location
    New York
    Posts
    121
    Plugin Contributions
    2

    help question Re: MultiSite Module Support Thread

    Hi all have 2 sites that I’m going to combine the databases on for 2 different domains. Is there any way that I can combine the databases but keep separate payment mods for each site so I can keep track of the orders separately by site? If this isn’t possible is there any way to have 2 separate sites but combine just the product and product attributes stock Help Please

 

 

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