Page 136 of 224 FirstFirst ... 3686126134135136137138146186 ... LastLast
Results 1,351 to 1,360 of 2240
  1. #1351
    Join Date
    Oct 2008
    Location
    Netherlands
    Posts
    26
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by PSClarke View Post
    Boby,

    you need to add the htaccess file into the root. Drop me a line at [email protected] if you can't work out what code you need in it.

    Now for my problem :-)

    I have multisite up and running but can't see where it shows which site the orders are coming from - anyone give me a hint?

    The sites are:

    http://www.chandlery-online.com
    http://www.chartroom-online.com
    http://www.nauticalcharts-online.com
    http://www.imraycharts-online.com
    http://ww.admiraltycharts-online.com

    Peter
    In your database, add a column to your ORDERS table called SITE_NAME. (varchar 32, NULL by default will do fine)

    In the orders class, AFTER the $sql_data_array array, add:
    PHP Code:
    //Multisite Module - Add the order_site in the order table
    $sql_data_array['order_site']=ORDER_SITE;
    //eof Multisite Module 
    Perhaps you can help me with the problems I have with multisite and ultimate seo?
    You mentioned something about making edits to the htaccess?

  2. #1352
    Join Date
    Jan 2008
    Posts
    10
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Is this module for me?

    (And please don't yell at me for posting such an obvious question, this thread is 136 pages long and while I haven't read all of it, I've read enough of it and other posts to make me ask this question.)

    I have 3 domains a dedicated server where each domain is in its own account with it's own login. Each of the accounts is using Joomla as their CMS. ZenCart is installed on the main site to act as a store for several products. I have one page in each site that is a donations page, which currently re-directs to the main ZenCart site to process. All I really want to do is that when a person hits that donation page and the page redirects, it shows the site's template until the transaction is complete and then takes them back to the site that sent them there.

    The way I understand how this module works is that you have a main site with sub-directories and the sub-directories are separate sub-domains with domain names pointing to them.

    If this module isn't for me, can someone make a recommendation? as to what would work Or would this module work just with modifications?

  3. #1353
    Join Date
    Mar 2009
    Posts
    34
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Hi.

    I have the same problem as gone_surfen had in post 1314.
    No template (just the text from the header) and no images.

    In the next posts I couldn't find the correct solution.

    Perhaps I missed something with the installation, but can't find the error.
    Can annyone point me in the right direction?

    Thanks in advance.

  4. #1354
    Join Date
    Oct 2010
    Posts
    13
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Ok, I have read all instructions and searched through this thread and cannot find a resolution to the issue I am having. I have also posted this to the "MultiSite and Subfolders" thread, but I don't know if the person who set-up that mod is still around - so I'm hoping that someone here might have an answer for me. I cannot use subdomains - have to use the subfolders. So I've installed the changed/modified "sites_switch.php" file from the subfolder "mod" to this add-on.

    However, I can't seem to get it quite working properly.

    I am getting a blank page when I view the subfolder page or the main store page too....

    Here is the install domain of zencart:
    http://zencart.apps.monas.com/

    Here is the subfolder:
    http://zencart.apps.monas.com/gpwalshcoaching/

    In my subfolder I have an index.php file with the following in it:

    Code:
    <?
          header( "HTTP/1.1 301 Moved Permanently" );
          header( "Status: 301 Moved Permanently" );
          header( "Location: http://zencart.apps.monas.com/" );
          exit(0); // This is Optional but suggested, to avoid any accidental output
    ?>

    This is my config file:

    Code:
    <?php
    $template_dir = "nightfall";
    define('SITE_NAME','gpwalshcoaching');
    define('HTTP_SERVER', 'http://zencart.apps.monas.com/');
    define('HTTPS_SERVER', 'https://zencart.apps.monas.com/');
    define('CATEGORIES_ROOT','1'); //root categories is 1 for this site  
    define('DIR_WS_CATALOG', 'http://zencart.apps.monas.com/');
    define('DIR_WS_HTTPS_CATALOG', '/');
    define('PRODUCTS_OPTIONS_TYPE_SELECT','0'); //Product option type Select
    define('UPLOAD_PREFIX','upload_'); //Upload prefix
    define('TEXT_PREFIX','txt_'); //Text prefix
    ?>
    I have assigned the categories in the admin-->tools-->Multisite section.


    I have searched through the thread for the standard version of this add-on and read the newly posted full instruction page (thank you very much for posting that )

    I'm hoping that someone here can help me. I am obviously missing something, but I just can't seem to figure out what I am missing/haven't done correctly.

    Thank you very much for your time and assistance,

    Liz

  5. #1355
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,606
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Ok, I have the subdomain http://march4babies.morrisgiftshop.biz but the problem is way is all the links is showing the main domian instead of the subdomain and the subdomain is pulling everything from the main store. How can I fix this issue?

  6. #1356
    Join Date
    Apr 2009
    Posts
    84
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    I answered my own question, and figured I'd post the cause for others.
    I had installed category tab simple dropdown menu 1-02a and although I'm sure that could be modified to work with this add-on, it causes all of the categories to show on any template page it is installed to. Luckily I removed it because I no longer needed the features. :)
    Brian - Connecticut, US --- Using Zen 1.3.9g - Modified Classic Template
    Currently developing: http://www.printdealz.com
    Other Zen Pages: http://www.wholesale4realtors.com 1.3.8a

  7. #1357
    Join Date
    Mar 2009
    Posts
    34
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    As I furhter investigated the problem for breaking down my template and losing the images and css, I noticed that this only happens with certain templates.

    Some of the templates I use are fine, but some of them are not showing properly.

    So some more digging in the...

  8. #1358
    Join Date
    Jul 2008
    Posts
    64
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Does anyone else have a problem with the sites showing all the categories of products not just their own category?

    Can anyone help me fix this, it was working fine on the older version of Zen Cart, but I was forced to upgrade by me host and now its broken...

    Please can someone help me...

  9. #1359
    Join Date
    Oct 2010
    Posts
    53
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    PROBLEM:
    1- When searching the website for anything i get "There is no product that matches the search criteria."
    2 - click on the "All Products", "Specials" and "New Products" tabs i get a message - More new products will be added soon. Please check back later.

    There are 700 products uploaded via Easy populate.

    Any help would be HUGELLY appreciated! Im so lost!

    ive installed a brand spankers zen cart 1.3.9g and have also copied all the files for the multisite and altered the templates as required. Ive added the template name to the category the categories do display on the sidebox.

    the site is lingerienz.co.nz for reference.

  10. #1360
    Join Date
    Oct 2010
    Posts
    53
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Hi all.. Have managed to fix this FINALLY! If anyone else finds the same challenge, turns out the problem was with the naming of the template file rather than Multisite.

    previously i was naming the template with all lowercase

    $template_name = 'lingerie';

    and REPLACED it with the following:

    $template_name = 'Lingerie';



    Quote Originally Posted by britneycook View Post
    PROBLEM:
    1- When searching the website for anything i get "There is no product that matches the search criteria."
    2 - click on the "All Products", "Specials" and "New Products" tabs i get a message - More new products will be added soon. Please check back later.

    There are 700 products uploaded via Easy populate.

    Any help would be HUGELLY appreciated! Im so lost!

    ive installed a brand spankers zen cart 1.3.9g and have also copied all the files for the multisite and altered the templates as required. Ive added the template name to the category the categories do display on the sidebox.

    the site is lingerienz.co.nz for reference.

 

 

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