Page 1 of 2 12 LastLast
Results 1 to 10 of 2247

Hybrid View

  1. #1
    Join Date
    Nov 2005
    Posts
    51
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    I am completely lost, more I read the post, more I got confused.
    My question is
    I have zencart 1.3.8 installed on abc.com
    now I installed multisite module on abc.com
    I like to setup for second site, xyz.com
    Do I Have to Install ZENCART on xyz.com?
    if yes,
    Do I have to Install mulitsite module again on xyz.com?

    Anyone can guide me with right direction?

    thanks in advance.
    Last edited by keenskin; 29 Nov 2008 at 10:07 AM. Reason: remove url

  2. #2
    Join Date
    Mar 2008
    Posts
    64
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    keenskin - I have not installed this yet, but here is my understanding from reading through this thread.

    You install one Zen Cart, but multiple templates for each store. You need to go into the template selector in the choose each site's template in order for it to work properly. If you want the same look on each site, you create duplicate templates.

    This post was particularly helpful for me (although it is dated Aug 2007, so I'm not sure how much of the mod has changed)
    :
    http://www.zen-cart.com/forum/showpo...&postcount=178

    Anyone want to correct me on this?

  3. #3
    Join Date
    Apr 2007
    Posts
    105
    Plugin Contributions
    4

    Default Re: MultiSite Module Support Thread

    I have a question. I can see from the install instructions that the for a category description to display it has to have the following format: <!--site1-site2-site3--> with the - being very important.
    What if the domain name has hyphens in it?
    Will this cause problems like I think it will? and if it does what will have to modified in the code to change the hyphen separator?

    Thanks

  4. #4
    Join Date
    Aug 2006
    Location
    HCMC
    Posts
    268
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    I install this modules and some site work and some site don't work :

    http://www.hornspectacles.com/shop/

    ->Don't workd.

    http://www.eyes.vn/

    -> Work.

    Can someone let me know what do i need to fix here?

  5. #5
    Join Date
    Aug 2006
    Location
    HCMC
    Posts
    268
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    I still looking some help for this matter !!!

    Thanks you again !

  6. #6
    Join Date
    Feb 2006
    Location
    Chicago
    Posts
    1,162
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Hi guys
    I installed the multi site module and made all the changes but somehow I dont see the second site working properly
    See this link
    Click here
    Any idea what went wrong?
    Tutorials on Zen Cart
    http://tutorials.zen-cart.com/index.php
    ---------------
    advanced.programmer at gmail dot com
    In love with Zen Cart!!

  7. #7
    Join Date
    Nov 2005
    Posts
    51
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by ReeFlippee View Post
    keenskin - I have not installed this yet, but here is my understanding from reading through this thread.

    You install one Zen Cart, but multiple templates for each store. You need to go into the template selector in the choose each site's template in order for it to work properly. If you want the same look on each site, you create duplicate templates.

    This post was particularly helpful for me (although it is dated Aug 2007, so I'm not sure how much of the mod has changed)
    :
    http://www.zen-cart.com/forum/showpo...&postcount=178

    Anyone want to correct me on this?
    ReeFlippee, thank you!

  8. #8
    Join Date
    Feb 2006
    Location
    Chicago
    Posts
    1,162
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Hi
    I installed this module and on both the sites the categories are disappeared..
    Please see here
    click here


    I am not sure what I should set this as
    define('CATEGORIES_ROOT','21'); //root categories is 21 for this
    site

    I tried setting CATEGORIES_ROOT as 1 and 0 too but still the same
    How do I find out the right value for my site?

    Also,
    when I go to tools and then to template selection and change it nothing happens or when I try to add any thing in the layout box controler it does nothing.
    Tutorials on Zen Cart
    http://tutorials.zen-cart.com/index.php
    ---------------
    advanced.programmer at gmail dot com
    In love with Zen Cart!!

  9. #9
    Join Date
    Mar 2008
    Posts
    64
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    superprg - If you're Totally Zenned and having problems, it makes me very concerned to install this mod.

    This was released in beta April 2007. Is there a reason it's still in beta?

    I think this is exactly what I need but concerned that there isn't enough people using this mod to offer support.

  10. #10
    Join Date
    May 2007
    Posts
    99
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    superprg. Your categories are gone because you need to reset the categories each time you create a store. Go to the admin, select the template for each store, and set the tools->layout boxes controllers for each store.

    Actually because this, and the other setup requirements for each store I've created an additional admin tool to quickly generate each of my subdomain (multisite module) stores. One of the steps it takes is to populate the "layout_boxes" table with all the boxes I want enabled. Using the template below I just do a find-replace on $$STORE_NAME%% with your store name then import it: "mysql -u root -p <database> < layout_boxes.sql"

    Of course this only makes sense if your going to be creating quite a few stores with your MultiSite install. I have around 30, and it works very well.

    Here's the sql I use. I would suggest getting one of your stores boxes exactly the way you want them and dump out layout_boxes so you can do this with your own settings:
    INSERT INTO `layout_boxes` VALUES
    (NULL,'%%STORE_NAME%%','banner_box.php',0,0,300,1,1),
    (NULL,'%%STORE_NAME%%','banner_box2.php',0,1,15,1,1),
    (NULL,'%%STORE_NAME%%','banner_box_all.php',0,1,5,0,0),
    (NULL,'%%STORE_NAME%%','best_sellers.php',0,1,30,70,1),
    (NULL,'%%STORE_NAME%%','categories.php',1,0,10,10,1),
    (NULL,'%%STORE_NAME%%','currencies.php',0,1,80,60,0),
    (NULL,'%%STORE_NAME%%','document_categories.php',0,0,0,0,0),
    (NULL,'%%STORE_NAME%%','ezpages.php',0,1,-1,2,1),
    (NULL,'%%STORE_NAME%%','featured.php',0,0,45,0,0),
    (NULL,'%%STORE_NAME%%','information.php',0,0,50,40,1),
    (NULL,'%%STORE_NAME%%','information_footer.php',0,0,0,0,0),
    (NULL,'%%STORE_NAME%%','languages.php',0,1,70,50,0),
    (NULL,'%%STORE_NAME%%','manufacturers.php',0,0,30,20,1),
    (NULL,'%%STORE_NAME%%','manufacturer_info.php',0,1,35,95,0),
    (NULL,'%%STORE_NAME%%','more_information.php',0,0,200,200,1),
    (NULL,'%%STORE_NAME%%','music_genres.php',0,1,0,0,0),
    (NULL,'%%STORE_NAME%%','order_history.php',0,1,0,0,0),
    (NULL,'%%STORE_NAME%%','part_finder.php',1,0,0,0,0),
    (NULL,'%%STORE_NAME%%','product_notifications.php',0,1,55,85,0),
    (NULL,'%%STORE_NAME%%','record_companies.php',0,1,0,0,0),
    (NULL,'%%STORE_NAME%%','reviews.php',0,0,40,0,0),
    (NULL,'%%STORE_NAME%%','search.php',0,1,10,0,0),
    (NULL,'%%STORE_NAME%%','search_header.php',0,0,0,0,0),
    (NULL,'%%STORE_NAME%%','shopping_cart.php',0,1,20,30,1),
    (NULL,'%%STORE_NAME%%','site_links.php',0,0,0,0,0),
    (NULL,'%%STORE_NAME%%','specials.php',0,1,45,0,0),
    (NULL,'%%STORE_NAME%%','tell_a_friend.php',0,1,65,0,0),
    (NULL,'%%STORE_NAME%%','whats_new.php',0,0,20,0,0),
    (NULL,'%%STORE_NAME%%','whos_online.php',0,1,200,200,0)

    Hope this helps.

 

 
Page 1 of 2 12 LastLast

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