Page 24 of 224 FirstFirst ... 1422232425263474124 ... LastLast
Results 231 to 240 of 2237
  1. #231
    Join Date
    Jul 2007
    Location
    Minneapolis, MN, United States
    Posts
    71
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Does any one know if it is possible to get all of my sites to use the same image folder? I have hundreds of images and copying them seems like a huge waist of time.

    I would like for all images to be located at "images.mystore.com" where all my other stores are mystore.com, cat1.mystore.com, cat2.mystore.com, you get the idea

  2. #232
    Join Date
    Mar 2006
    Posts
    23
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by xstatik696 View Post
    What I would like to eventually do is have a master category, where the products are actually defined, and then have site directories, set as the root category for the individual sites, where the master categories products are linked into.

    The categories menu does actually show the correct product count, but if you click into the category, they don't display. Is this something that could be easily done, or is there a good reason why it can't?
    After wasting several hours on solving this problem, the solution for me is the following:

    Be sure all the "original" products / 'master_categorie' are in a sub-categorie. Point these sub-categories to all the domains you want to use them in (multisite-admin-tool) and don't point the root/main-catagories to any domain.

    This way the duplicated products of these "original"-products will show in the categories dedicated to the chosen sites.

    Hope this helps.

  3. #233
    Join Date
    Jul 2007
    Location
    Minneapolis, MN, United States
    Posts
    71
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    I have my site set up so that the main site has many " root categories" i.e electronics, clothing. And my other sites have only electronics and clothing. I want the categories sidebox to display only the sub categories.

    So for electronics it displays cell phones, digital cameras, etc. instead of just electronics

    and for shoes it simply displays nike, reebok, etc. instead of just shoes.

    I tried not including the "root category" (shoes, electronics) in the multisite tools but then no categories display

  4. #234
    Join Date
    Jul 2007
    Location
    Minneapolis, MN, United States
    Posts
    71
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Nevermind I never installed the latest version. Fixed my problem.

  5. #235
    Join Date
    Mar 2006
    Posts
    23
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Having the multiSite module functional and running live...

    Again, Big thanks to Gerome!!

    Still there is one little issue left for now:

    How to change the Invoice-logo and -store-address for each site?

    The front end is easy to manage using the override but the back-end doesn't recognize from which site/store the Invoise is. Since there is the ORDERS_STORE it would be changeble........... but is there an easy sollution or am I missing something obvious??

    I don't want to confuse my customers by sending an Invoice from a different store.

    Thanks in advance.

  6. #236
    Join Date
    Jul 2007
    Posts
    132
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Can somebody tell me if Multistore will do this ?

    check this site

    http://rc-mushroom.com/index.php

    see how you can jump from "car" to "helicopter" .. it's the same store .. but when you jump, only the categories from each section show up .. very seamless

    so it's not 2 sites with one db, but one db, one site, 2 stores ?

  7. #237
    Join Date
    Sep 2006
    Posts
    100
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by Tieske View Post
    Having the multiSite module functional and running live...

    Again, Big thanks to Gerome!!

    Still there is one little issue left for now:

    How to change the Invoice-logo and -store-address for each site?

    The front end is easy to manage using the override but the back-end doesn't recognize from which site/store the Invoise is. Since there is the ORDERS_STORE it would be changeble........... but is there an easy sollution or am I missing something obvious??

    I don't want to confuse my customers by sending an Invoice from a different store.

    Thanks in advance.
    We didn't use the Zencart invoice system as we made our own.
    However, it should be something too hard to do since you can know where the orders are from from the orders table.
    I don't know if other people had to deal with it in the past too...
    Good luck for that

  8. #238
    Join Date
    Sep 2006
    Posts
    100
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by NullMind View Post
    Can somebody tell me if Multistore will do this ?

    check this site

    http://rc-mushroom.com/index.php

    see how you can jump from "car" to "helicopter" .. it's the same store .. but when you jump, only the categories from each section show up .. very seamless

    so it's not 2 sites with one db, but one db, one site, 2 stores ?
    Yes, you can do that with multisite.

  9. #239
    Join Date
    Mar 2006
    Posts
    23
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by Gerome View Post
    We didn't use the Zencart invoice system as we made our own.
    However, it should be something too hard to do since you can know where the orders are from from the orders table.
    I don't know if other people had to deal with it in the past too...
    Good luck for that
    For now I made an invoice.php for each site/domain and an extra Invoice button at the back-end. Simple and OK until I have more then a few sites at one database.

    Final stap will be the cross-site-cart which is mentioned earlier this thread.

    Again great thanks for the Module (and offcourse good luck with the new job).

  10. #240
    Join Date
    Mar 2006
    Posts
    23
    Plugin Contributions
    0

    help question Re: MultiSite Module Support Thread

    Quote Originally Posted by jvoce View Post
    Okay, so far I have this code written into the script, but it's obviously not completely working as I'm assuming that I either have it typed wrong, or the program doesn't understand what I'm asking it to do. Please give me some pointers.

    HTML Code:
    <a href=http://store1.salvationarmy.ca . '$session'>Online Store</a>
    I need the ability to place the site_link with zenid not only into the main section of a page, but I'll also need it to be placed in the code for the dropdown menu mod.

    With the MultiSite Module I've set it up with different customer types, with two different levels of customers, some with access to more products. What I'm trying to do now is force everyone to login via the more secure login screen, and then be re-directed after that to the appropriate page. In essence I'm creating the illusion of two different levels of customers on one site. Something Zen is not yet able to do, but this is getting, REALLY, REALLY close, and I'd hate to see this pass by. It's quite important to our organization that only people with the right authority can buy certain products.
    OK; putting the session id into the url like:

    <a href="http://www.site.com/index.php?<?php echo zen_session_name() . '=' . zen_session_id(); ?>">TITLE</a>

    is one thing. But how do I keep the session id sticky when I browse through the other site? Since I want to avoid the sidebox.

    JVOCE: What did solve your problem?

    Thanks in advance.

 

 

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