Results 1 to 10 of 2247

Hybrid View

  1. #1
    Join Date
    Sep 2013
    Posts
    16
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Hi All, I installed multisite and got it working with respect to my subdomains now show the proper template and the main site works fine. The issue I have encountered is

    When you are on site2 or site3 or site4, the links for the categories or anything for that fact all go back to the main shop. Plus there is nothing listed for the products on subsequent sites for their respective categories, which I have confirmed are set up in the multisite category area of the admin.

    Any help is greatly appreciated. :) I have doublechecked the files you need to install (1 new files), the template modifications(merges) (2 required edits), optional files... switch is in place in the config, as well as site links with proper edits.

    help is greatly appreciated!

  2. #2
    Join Date
    Sep 2013
    Posts
    16
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Good Morning. I went back and compared all the files and all is good there. I have researched in this thread to see what I might have missed. I found a post by @balihr which was very helpful about cpanel set up for multisite.

    @balihr I followed your directions to a T with regards to going into cpanel and setting up a subdomain redirect and now my category links and all links on the shop are proper (meaning they include the shop2. prefix to keep them on the shop2 site)

    @balihr, would it be ok if I pm you a link to what I am talking about? I would greatly appreciate a second set of eyes. :)

    Now my issue is: images are missing and there is no template showing at all.

    I am ohhhh sooo close and any help is greatly appreciated. Do you know if there is anything else I can check?

    My subdomain entry in cpanel looks like
    shop2.mysite.com home/public_html/shop Redirection - not redirected

    My shop2.mysite.com_config.php looks like

    <?php
    $template_dir = "site2";
    define('SITE_NAME','site2');
    define('HTTP_SERVER', 'http://shop2.mysite.com');
    define('DIR_WS_CATALOG', '/shop/');
    define('DIR_WS_HTTPS_CATALOG', '/shop/');
    define('STORE_NAME','storename'); //Store Name

    define('CATEGORIES_ROOT','7'); //root categories is 1 for this site


    ?>

    Quote Originally Posted by dennez View Post
    Hi All, I installed multisite and got it working with respect to my subdomains now show the proper template and the main site works fine. The issue I have encountered is

    When you are on site2 or site3 or site4, the links for the categories or anything for that fact all go back to the main shop. Plus there is nothing listed for the products on subsequent sites for their respective categories, which I have confirmed are set up in the multisite category area of the admin.

    Any help is greatly appreciated. :) I have doublechecked the files you need to install (1 new files), the template modifications(merges) (2 required edits), optional files... switch is in place in the config, as well as site links with proper edits.

    help is greatly appreciated!

  3. #3
    Join Date
    Sep 2013
    Posts
    16
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Perseverance! :) For any that may have had the same issue as me (missing templates or improper linking)... be sure that you check the following!

    My issue was in configuration!
    @balihr has a great post on how to set up your cpanel for subdomains (http://www.zen-cart.com/showthread.p...630#post822630)

    Next have a look at your configure file.. make sure you don't have the subdirectory entered in the catalog definition. It should've pointed to just '/' in my case because I am already pointing to the shop directory in the cpanel redirect. You may have to check your own set up, but when I put in shop after using the cpanel to redirect to shop, it wasn't right. :)

    If you copy the following, be sure to delete the ">>>>>>>>>>>>>>>>>>>> " I am only using it to show you what to look at.
    $template_dir = "site2";
    define('SITE_NAME','site2');
    define('HTTP_SERVER', 'http://shop2.mysite.com');
    >>>>>>>>>>>>>>>>>>>>>>>define('DIR_WS_CATALOG', '/');
    >>>>>>>>>>>>>>>>>>>>>>>define('DIR_WS_HTTPS_CATALOG', '/');
    define('STORE_NAME','storename'); //Store Name

    define('CATEGORIES_ROOT','7'); //root categories is 1 for this site

  4. #4
    Join Date
    Sep 2013
    Posts
    16
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Is anyone good with sessions? I have the carts ready to roll, the only issue I have is if the customer clicks on a site link to another of my stores using this set up and they have anything in their cart, it doesn't show in the cart on the next store... but, if you hit refresh, it does show.

    I know not many people would try to cross-order between stores, but because the links are there, they might just try and it would be nice if the process was seamless.

    Any help would be greatly appreciated. :)

  5. #5
    Join Date
    Sep 2013
    Posts
    16
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    I am at the end of me ... literally... I would be grateful for any help at this moment :) I am posting this here, because the issue is only an issue when in a subdomain multicart cart.

    ****************My issue... Configuration with regards to multisite (because the shop that is the main shop without a subdomain works just fine)****************************

    My Current settings relevant to this conversation:

    subdomain.myshop.com is pointed to myshop.com/shop via the cpanel subdomain setting (as well as an A name in my host manager panel)

    my configure (subdomain.mysite.com_config.php) for the subdomain shops shows the following:

    Config #1
    IF I use this ... the template doesn't show up for the nonSSL link, but it does for the SSL link! but it seems to break a session as well...
    $template_dir = "site10";
    define('SITE_NAME','site10');
    define('HTTP_SERVER', 'http://subdomain.mysite.com');
    define('HTTPS_SERVER', 'https://subdomain.mysite.com');
    define('DIR_WS_CATALOG', '/shop/');
    define('DIR_WS_HTTPS_CATALOG', '/shop/');

    Config #2
    IF I use THIS ... the template is there and the NONSSL side works fine, but when you click on anything SSL (checkout) you get sent to the home page of the site (I am talking home home... wordpress)
    $template_dir = "site10";
    define('SITE_NAME','site10');
    define('HTTP_SERVER', 'http://subdomain.mysite.com');
    define('HTTPS_SERVER', 'https://subdomain.mysite.com');
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '/');

    ie... click on this link ... http://subdomain.mysite.com/index.ph...=shopping_cart takes me to http://mysite.com/rgstr/


    htaccess has some wordpress specific items such as w3cache and page caching etc.
    This is the only thing not in wordpress comments:
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]


    MORE examples...................

    ************** Images in the https:// don't show not on an image handler hover nor in the what's new sidebox*************
    IH4 is working properly on the main shop and I get the hover when over the thumb
    http://myshop.com/shop/bmz_cache/a/a...ge.150x150.jpg
    IH4 does not show the larger image on hover on the subdomain shop
    http://subdomain.myshop.com/bmz_cach...ge.150x150.jpg

    *****************Links don't work in the https://properly *******************************
    This doesn't just happen with images, it happens with links as well.
    http://subdomain.mysite.com/index.ph...product_id=157
    doesn't save for later it goes to my account
    https://subdomain.mysite.com/shop/in...n_page=account




    SPECIFIC TO THE MULTISITE CONFIGURATION: I followed the directions to subdomain a shop to the /shop/ directory
    If I curl in putty the https:// link for the subdomain, I get a 302. So the tech at the webhost said I had to go to manage my account and enter the subdomains as an A name... done.... still the same issue.




    *** I posted this in the Image Handler Forum thread thinking it was an IH4 issue.
    "This is NOT an IH4 issue.. This is a ZEN CART configuration issue, and you need to start a new thread to discuss this topic.. That said I will say this VERY QUICKLY.. If your store is setup as a sub-domain, your configuration file needs to be configured for a sub-domain. Meaning the URL's in HTTP_SERVER, HTTPS_SERVER and should be the sub-domain URL.. If you are not going to use the sub-domain, then the URLs in your configuration file will be configured as you have them. Now if you have any additional questions, you do need to create a new thread as this is not an IH4 support related issue.. "


    LOST and disillusioned....

  6. #6
    Join Date
    Sep 2013
    Posts
    16
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    I am genuine in my search for help and do realize that you all are probably as busy as I am ... please consider having a look and I would love to send

    * beer, starbucks or my eternal gratitude :) *

  7. #7
    Join Date
    Sep 2013
    Posts
    16
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by dennez View Post
    I am genuine in my search for help and do realize that you all are probably as busy as I am ... please consider having a look and I would love to send

    * beer, starbucks or my eternal gratitude :) *
    I think I got it. Sorry to have posted too much in the thread, I guess.

 

 

Similar Threads

  1. v154 WorldPay Module version 3.0 - Support thread
    By countrycharm in forum Addon Payment Modules
    Replies: 116
    Last Post: 31 Dec 2025, 11:36 AM
  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

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