Page 62 of 224 FirstFirst ... 1252606162636472112162 ... LastLast
Results 611 to 620 of 2237
  1. #611
    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!

  2. #612
    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!!

  3. #613
    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.

  4. #614
    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.

  5. #615
    Join Date
    May 2007
    Posts
    99
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    I just noticed you mentioned trying to add adding layout_boxes in your previous post.

    Make sure you select the appropriate template first. You said "when I go to tools and then to template selection and change it nothing happens". Nothing should happen at that point, your template selection system is now a store selector. So before you do anything to layout_boxes you must first use the store selector to select the store you want to make changes to.

  6. #616
    Join Date
    May 2007
    Posts
    99
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    ReeFlippee,

    I read through your question on the previous page. This mod would work very well for you. As I mentioned I have about 30 stores currently running on MultiSite with absolutely no problem at all.

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

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by cablesimple View Post
    I just noticed you mentioned trying to add adding layout_boxes in your previous post.

    Make sure you select the appropriate template first. You said "when I go to tools and then to template selection and change it nothing happens". Nothing should happen at that point, your template selection system is now a store selector. So before you do anything to layout_boxes you must first use the store selector to select the store you want to make changes to.
    May I ask where is the store selector?
    Tutorials on Zen Cart
    http://tutorials.zen-cart.com/index.php
    ---------------
    advanced.programmer at gmail dot com
    In love with Zen Cart!!

  8. #618
    Join Date
    Nov 2008
    Posts
    36
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Sorry to ask a silly question, but I don't know if this module will do what I need (there's no description of how it works, really) and I just can't read 62 pages to catch up on something that may not do what I want.

    I need to configure Zen to support a drop-ship business with multiple suppliers that ship from different locations in the USA. Because of the different warehouses, I need separate origin zones to calculate freight. In other words:

    Store 1 is sporting goods shipping from TX via UPS
    Store 2 is consumer electronics shipping from IL via FedEx
    Store 3 is clothing shipping from CA via US Postal Service...

    And so on.

    I don't care if the items are comingled in one cart or there are three separate carts.

    I need to either set up specific stores (by supplier) that will "wall off" one vendor (store) from the other and support the correct pricing based on shipping methods and zones, so that my customer doesn't think that he can comingle items from different vendors in one cart and one shipping fee.

    Or, even if the mod puts everything in one cart, that's alright as long as I'm charging the right rates for freight if the mod tacks the appropriate shipping fees on to the items by vendor (or store), so that if my customer buys:

    1 sleeping bag: $80 + $22 UPS from TX
    1 radio: $100 + $28 FedEx from IL
    1 rain poncho: $20 + $4 USPS Priority Mail from CA
    Total: $254

    Hope I'm making sense, here.

    Thanks!

  9. #619
    Join Date
    May 2007
    Posts
    99
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    superprg,
    The template selector *becomes* the store selector after installing this mod. A bit awkward.

    It would be nicer, and make a lot more sense, if the admin login screen actually had a store selector pulldown.

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

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by cablesimple View Post
    I just noticed you mentioned trying to add adding layout_boxes in your previous post.

    Make sure you select the appropriate template first. You said "when I go to tools and then to template selection and change it nothing happens". Nothing should happen at that point, your template selection system is now a store selector. So before you do anything to layout_boxes you must first use the store selector to select the store you want to make changes to.
    Quote Originally Posted by superprg View Post
    May I ask where is the store selector?
    Well none of that works when I go to the template selector it just show the templets nothing about the sites
    Tutorials on Zen Cart
    http://tutorials.zen-cart.com/index.php
    ---------------
    advanced.programmer at gmail dot com
    In love with Zen Cart!!

 

 

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