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

Hybrid View

  1. #1
    Join Date
    Jul 2005
    Posts
    57
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    one i would like to add to above is also to do redirects just have you sys admin turn on wildcard dns this will allow you to create sub domains, etc. and it will work better.

  2. #2
    Join Date
    Apr 2006
    Location
    City Drama in Greece
    Posts
    160
    Plugin Contributions
    6

    Default Re: MultiSite Module Support Thread

    My friend Gerome,

    thank you for your reply. Also i have to thank my friend Young.

    You know, here in Greece ( not all of us !!! ) call eachother "friend", so I hope you do not mind if I call you My friend !!

    Well, I think I can manage configure an .htaccess ; I found hundreds of sites with directions and examples.

    As I understand, MultiSite is a very very good idea, but it is not complete; or I better say with not completed instructions.

    I understand your hard work, but in my oppinion I would prefer that Zen Cart developers ( or even those who have some ideas but can not actual code , like me [new in PHP but understand how it works] ) would act as a team, as a community.

    A team is allways stronger, everybody knows that. I know there are hundreds that just visit the site, take the code and bye-bye. In my first opportunity, when my economics are better, I would like to donate at least 150 euros, to zen cart team. Even to you, when you belong to that team.

    We should not forget to thank all those who participate in this community, because without them, this would just be a common web site.

    All those Zen Cart users, who hard test everything they find here, even they do not ( or they do not think to ) donate. Because even this way, zen cart is working as a team.

    With my little English, it is very hard to expres what I want to say; forgive me for that.

    Well, everybody here is searching to find something he needs for his site or his client's site.

    And everybody is searching for someone to help him. It would just be more easier if there where teams to develop and teams to hard test.

    It is hard to believe that something like that could happen in Greece (!!!) but it can easily happen on internet, especialy here in this community.

    So, I wanted to say that I found this module here and I tried to test it. I wrote some ideas without asking from someone to help me or make my ideas code for zen cart.

    I managed to make a site with the feature of subscription, asking help in this forum, but understanding that here it is not a site that some others work for you to make money. Somebody helped me a lot, giving me the basic instructions.

    In the end ( knowing just a little PHP ) I managed to make some good modifications, understanding better how zen cart works, and taking advantage of some of it's features, so I made a site working with subscriptions without creating a module, or how you want to call it. And when I write full instructions I will post it here(in downloads).

    Maybe, some developers, find some good ideas, or they write a new module.

    For now, I do not have the time to study so much, to write more complicated code to "produce" a module.

    So, this way I give a specific idea, and somebody else who can produce a module maybe write it and post it or keep it for himself.

    Anyway, what I did works well, even it is based on modifications and I want to share it with all the community.

    ########################################################################################################################___

    I just have one question for multisites.

    Lets say that I use site links. What I see is that all links keep the same SiD. As for session id there are some configurations in admin->configuration->sessions, that one of them has to do with session recreation; should this be set to false ?

    Hope to hear from all of you soon

    Best Regards

  3. #3
    Join Date
    Sep 2006
    Posts
    100
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    I just have one question for multisites.

    Lets say that I use site links. What I see is that all links keep the same SiD. As for session id there are some configurations in admin->configuration->sessions, that one of them has to do with session recreation; should this be set to false ?
    Nice speech Felix. I understand your point of view...

    Never try to change it. Why do you ask this question ? is that because the site links don't work ?

    The file:
    includes\init_includes\overrides\init_sessions.php
    gives the priority to the SiD parameter instead of the cookie for the session creation... This is how the site_links works, by keeping the same session through this link. I did it because the cookies are made for one domain, therefore, the 2nd site can't read a cookie of the first site.

    Hi,
    I haven't installed this module yet, but I would like to know whether we can have 2 different shipping locations? site 1 for US location and site 2 for Canada.
    By having 2 shipping location, I can have Canada Post module for Canada and USPS module for USA.
    Currently,I have 1 site with 2 ZenCart installation with 2 separate database.

    Thank you,

    Felix

    Yes, you can override the shipping configuration from the config file of a site (folder "config_sites")

    However, I think that you can also specify a shipping in Zencart that is relevent of the country of the customers. In this way, the shipping to US and to Canada will work to both of your sites.

    Well, knowing that I can not manage my subdomains, what files should I duplicate to make multisite work ?
    You have to duplicate the whole folder of your shop.
    Also, you have to think of changing the site location from the config file of each shop ...
    define('DIR_FS_CATALOG', '.....

  4. #4
    Join Date
    Apr 2006
    Location
    City Drama in Greece
    Posts
    160
    Plugin Contributions
    6

    Default Re: MultiSite Module Support Thread

    You have to duplicate the whole folder of your shop.
    Also, you have to think of changing the site location from the config file of each shop ...
    define('DIR_FS_CATALOG', '.....
    Thank you for your information.

    But what about DIR_WS_CATALOG ?

    Don't I have to configure this define also ?

    As about "admin" folder, is there any need to duplicate it too ?

    Is there any way to use the same "images" folder ?
    Because if there are some hundreds of images this would be very usefull.

    Thanks
    Last edited by lebrand2006; 2 May 2007 at 12:37 PM. Reason: One more issue

  5. #5
    Join Date
    Sep 2006
    Posts
    100
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    you can find DIR_WS_CATALOG in your includes/configure.php. you will have to change it if you shop is located in a different folder (as it represents th location of your shop on the server)

    I am afraid that I don't know anyway of using the images from another server. The problem is that Zen-Cart need to access the images from the serverside (to check the size and the presence of the images) and also from internet via URL.

    you could maybe make a script that will update one folder image with another ...
    Or you could change of server and get one that allows you to have 2 domains targeting the same folder.

    You only need one admin folder in one of your shops.

  6. #6
    Join Date
    Aug 2006
    Posts
    166
    Plugin Contributions
    2

    Default Re: MultiSite Module Support Thread

    hi

    finally my sites work good, the problem (if it's a problem) is that filter function doesn't work on the category css flyout (provided by Dr. byte, or header css flyout in apple zen template), so all categories are shown in the category flyout sidebox of the site that has not been selected by <!--site1--> description site selector,
    any idea, how can I resolve this problem? please
    2- still I am waiting about the changes in order.php in regard to last patch provided for zen1.3.7 in last week? I didn't upgrade untill you answer gerome.

  7. #7
    Join Date
    Aug 2006
    Posts
    166
    Plugin Contributions
    2

    Default Re: MultiSite Module Support Thread

    i should add this paragraph to the above message too:

    3- this problem becomes harder when you are using ajax yahootree category sidebox, so it doesn't show any categoris at all? is there any idea to solve this problem as the ajax contribution for big sites (at least for main shop that may show all categories) is very primordial the normal category box.

  8. #8
    Join Date
    Apr 2007
    Posts
    14
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by Gerome View Post
    You have to duplicate the whole folder of your shop.
    Also, you have to think of changing the site location from the config file of each shop ...
    define('DIR_FS_CATALOG', '.....
    I am new to zencart and php, By "duplicate the whole folder of your shop", do you mean if I have zencart installed under htdocs/zen-cart-v1.3.7, then I copy folder "zen-cart-v1.3.7" to htdocs/shop2 ? and shop2 is the second shop ? Thanks a lot.

  9. #9
    Join Date
    Sep 2006
    Posts
    100
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by xzc View Post
    I am new to zencart and php, By "duplicate the whole folder of your shop", do you mean if I have zencart installed under htdocs/zen-cart-v1.3.7, then I copy folder "zen-cart-v1.3.7" to htdocs/shop2 ? and shop2 is the second shop ? Thanks a lot.
    Yea this is how is work. However, I adviced to do so, only if you can't change the target of one of your DNS.

    I can see that you have a folder htdocs which means you might be using apache. You don't need to duplicate the zen-cart folder with apache since you can use virtual host in order to make two dns in the same folder.

    for exemple:

    the file index.php of you zencart shop should be accessed from www.site1.com/index.php and www.site2.com/index.php and then your multishop will work correctly

  10. #10
    Join Date
    Apr 2007
    Posts
    14
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by Gerome View Post
    You have to duplicate the whole folder of your shop.
    Also, you have to think of changing the site location from the config file of each shop ...
    define('DIR_FS_CATALOG', '.....
    Also, I found the step sequence of the instructions seems not correct, step 3 and step 4 got twice. Also, I think if a picture could be added to show the multisite folder structure (imaging have 2 or 3 shops), that will really be of much help for all the users...
    Thanks for your great work and hope it could be better and better ... Then more people will tend to be donating ... :)

 

 
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