Page 148 of 224 FirstFirst ... 4898138146147148149150158198 ... LastLast
Results 1,471 to 1,480 of 2240
  1. #1471
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by gazag View Post
    any idea why images don't show up on my site1 and site2??? only on my main site!! PM me for a link if it helps!!
    This happened to me when the site name and the physical site-named-directory or override directory didn't exist.

    I have also found some missing cat_filter lines of code... most likely as a result of upgraded files that i have and the stock install does not.

    Keep me posted

    Twtich.


  2. #1472
    Join Date
    Jun 2011
    Posts
    194
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by twitchtoo View Post
    This happened to me when the site name and the physical site-named-directory or override directory didn't exist.

    I have also found some missing cat_filter lines of code... most likely as a result of upgraded files that i have and the stock install does not.

    Keep me posted

    Twtich.

    Sorry i don't quite understand!
    i presume that your are meaning my includs/config_sites/?
    name of the file is new dot limelightproducts dot net_config.php

    it contains:-

    define('DIR_WS_CATALOG', '/test/');
    define('DIR_WS_HTTPS_CATALOG', '/test/');
    $template_dir = "new_limelightproducts";
    define('SITE_NAME','new_limelightproducts');

    what is wrong??

  3. #1473
    Join Date
    Feb 2009
    Posts
    108
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    How do i define a language for one site lets say i want swedish. I can't find the decumentation so....

  4. #1474
    Join Date
    May 2006
    Posts
    31
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    I need help on modify this best seller script to comply with cat_filter by multisite.

    The problem: Best seller script shows all the product across multiple carts. How do I implement or trigger the categories filter set by multisite?

    Anyone can help?


    Script as below:

    Code:
    <?php
    /**
     * Best Sellers Alpha 1
     */
    
    if (BEST_SELLERS_SHOW_OUT_OF_STOCK == 'true') {
    
    $listing_sql = "select distinct p.products_quantity, p.products_id, p.products_image, pd.products_name, p.products_ordered
                          from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd
                          where p.products_status = '1'
                          and p.products_ordered > 0
    					  and p.products_id = pd.products_id
                          and pd.language_id = '" . (int)$_SESSION['languages_id'] . "'
                          order by p.products_ordered desc, pd.products_name";
    					  
    } else {
    					  
    $listing_sql = "select distinct p.products_quantity, p.products_id, p.products_image, pd.products_name, p.products_ordered
                          from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd
                          where p.products_status = '1'
                          and p.products_ordered > 0
    					  and p.products_id = pd.products_id
                          and pd.language_id = '" . (int)$_SESSION['languages_id'] . "'
    					  and p.products_quantity > 0
                          order by p.products_ordered desc, pd.products_name";
    					  
    }
    $define_list = array('PRODUCT_LIST_MODEL' => PRODUCT_LIST_MODEL,
      'PRODUCT_LIST_NAME' => PRODUCT_LIST_NAME,
      'PRODUCT_LIST_MANUFACTURER' => PRODUCT_LIST_MANUFACTURER,
      'PRODUCT_LIST_PRICE' => PRODUCT_LIST_PRICE,
      'PRODUCT_LIST_QUANTITY' => PRODUCT_LIST_QUANTITY,
      'PRODUCT_LIST_WEIGHT' => PRODUCT_LIST_WEIGHT,
      'PRODUCT_LIST_IMAGE' => PRODUCT_LIST_IMAGE);
    
      /*                         ,
      'PRODUCT_LIST_BUY_NOW' => PRODUCT_LIST_BUY_NOW);
      */
      asort($define_list);
      reset($define_list);
      $column_list = array();
      foreach ($define_list as $key => $value)
      {
        if ($value > 0) $column_list[] = $key;
      }
    ?>
    Thank you in advanced

  5. #1475
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by gazag View Post
    Sorry i don't quite understand!
    i presume that your are meaning my includs/config_sites/?
    name of the file is new dot limelightproducts dot net_config.php

    it contains:-

    define('DIR_WS_CATALOG', '/test/');
    define('DIR_WS_HTTPS_CATALOG', '/test/');
    $template_dir = "new_limelightproducts";
    define('SITE_NAME','new_limelightproducts');

    what is wrong??
    When you create/duplicate the physical override directories for your site template you should be using 'new_limelightproducts' as the folder/directory name.

    Twitch.

  6. #1476
    Join Date
    Jun 2011
    Posts
    194
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by twitchtoo View Post
    When you create/duplicate the physical override directories for your site template you should be using 'new_limelightproducts' as the folder/directory name.

    Twitch.
    Thanks Twitch

    It turned out to be an error on the server, hotlinks protection had been enabled and the subdomains weren't on the allowed list.
    Thanks for your help!

  7. #1477
    Join Date
    Jun 2011
    Posts
    194
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by twitchtoo View Post
    This happened to me when the site name and the physical site-named-directory or override directory didn't exist.

    I have also found some missing cat_filter lines of code... most likely as a result of upgraded files that i have and the stock install does not.

    Keep me posted

    Twtich.

    Twitch,

    When you say missing cat_filter where abouts??

    I am having another problem, i have installed "A Pure Black" Template on one of my sites, because it has the tpl_categories in the override file i had to edit the relevant two lines!

    Now when i look at my site it comes up with the header, the site links sidebox and nothing else. If i change the tpl_categories file back to the original non modded one it comes up fine!!

    Any ideas what i am doing wrong, i installed all the modified files into a clean install of zen-cart and i put them in the template default file.

  8. #1478
    Join Date
    Mar 2009
    Posts
    78
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    I'm having a bit of a tough time installing this
    module onto my site.
    I'm working with an existing zen cart installation that has been
    customized quite a bit.
    I followed the instructions for adding new files and hand-coding the files that already exist.
    The primary site is livingcolorgardencenter.net and the second
    site is a subdomain blackoliveeastnursery.net.

    When I try to access my online store at livingcolorgardencenter.net/zencart_living_color/
    all I get is a blank page.

    I'm not sure if it is because the zencart store is in the folder "zencart_living_color"
    instead of the root folder.

    My config files are named livingcolorgardencenter.net_config.php and blackoliveeastnursery.net_config.php

    Their contents are as follows:

    PHP Code:
    <?php
    $template_dir 
    "living_color";
    define('SITE_NAME','Livng Color Garden Center');
    define('HTTP_SERVER''http://www.livingcolorgardencenter.net');
    define('HTTPS_SERVER''https://livingcolorgardencenter.net');
    define('CATEGORIES_ROOT','1'); //root categories is 1 for this site  
    ?>

    PHP Code:
    <?php
    $template_dir 
    "black_olive";
    define('SITE_NAME','Black Olive East Nursery');
    define('HTTP_SERVER''http://www.blackoliveeastnursery.net');
    define('HTTPS_SERVER''https://blackoliveeastnursery.net');
    define('CATEGORIES_ROOT','1'); //root categories is 1 for this site  
    ?>
    I have seen some posts about "pointing" the named servers to the right domain which I am having trouble understanding.

    I hope I have provided enough information.

    Any advice would be really appreciated.

    Bill

  9. #1479
    Join Date
    Mar 2004
    Posts
    210
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Ok Now I understand why other people posting on these boards get so upset..
    the answer is in this forum..
    I answered something close in post #1469

    I have cpanel for my background on my domains.. what do you have?
    this is where I had the most problem... and spent the most time on these forums is setting up the extra domain in the background..
    is your hosting linux or windows.
    I will try to help you .. as long as you have cpanel.. I don't know any of the others.
    noppie

    Quote Originally Posted by lndlyb4 View Post
    I'm having a bit of a tough time installing this
    module onto my site.
    I'm working with an existing zen cart installation that has been
    customized quite a bit.
    I followed the instructions for adding new files and hand-coding the files that already exist.
    The primary site is livingcolorgardencenter.net and the second
    site is a subdomain blackoliveeastnursery.net.

    When I try to access my online store at livingcolorgardencenter.net/zencart_living_color/
    all I get is a blank page.

    I'm not sure if it is because the zencart store is in the folder "zencart_living_color"
    instead of the root folder.

    My config files are named livingcolorgardencenter.net_config.php and blackoliveeastnursery.net_config.php

    Their contents are as follows:

    PHP Code:
    <?php
    $template_dir 
    "living_color";
    define('SITE_NAME','Livng Color Garden Center');
    define('HTTP_SERVER''http://www.livingcolorgardencenter.net');
    define('HTTPS_SERVER''https://livingcolorgardencenter.net');
    define('CATEGORIES_ROOT','1'); //root categories is 1 for this site  
    ?>

    PHP Code:
    <?php
    $template_dir 
    "black_olive";
    define('SITE_NAME','Black Olive East Nursery');
    define('HTTP_SERVER''http://www.blackoliveeastnursery.net');
    define('HTTPS_SERVER''https://blackoliveeastnursery.net');
    define('CATEGORIES_ROOT','1'); //root categories is 1 for this site  
    ?>
    I have seen some posts about "pointing" the named servers to the right domain which I am having trouble understanding.

    I hope I have provided enough information.

    Any advice would be really appreciated.

    Bill
    My Multi_Site Zen Carts
    http://herasonlinemarket.com

  10. #1480
    Join Date
    Mar 2009
    Posts
    78
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    I have cpanel. I am not sure if it is Linux or Windows. Is there a way of determining it from the cpanel?

 

 

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