Page 199 of 224 FirstFirst ... 99149189197198199200201209 ... LastLast
Results 1,981 to 1,990 of 2237
  1. #1981
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: MultiSite Module Support Forum

    Quote Originally Posted by rabivens View Post
    will Multisite Module work on Zencart 1.5.4?
    Is it still being worked on?
    Is there another option for running a multi shop site?
    I'm setting up a dropship based e commerce site with a different shop for each dropship vendor?

    Yes it works with Zen Cart 1.5.4

    The development on this module is stale.
    There are other options. I'll send you through PM

  2. #1982
    Join Date
    Dec 2015
    Location
    Medford, OR
    Posts
    9
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Forum

    So here is my delema.
    v1.5.4

    I have set up some subdomains
    They all point to the original zencart install directory according to my host tech support. Tech support says they are all configured properly to point to
    my install directory /mall. The problem is they take me to the root directory which says "site under construction"
    Here is the main install www.royaltradingcompanies.com/mall both www and naked properly go to cart

    Here are some subdomains:
    * knives.royaltradingcompanies.com
    * picnic.royaltradingcompanies.com
    * paddleboards.royaltradingcompanies.com
    * spice.royaltradingcompanies.com

    Here is one of the config_sites files

    $template_dir = "mobishop_blue";
    define('SITE_NAME','Knives');
    define('HTTP_SERVER', 'http://knives.royaltradingcompanies.com');
    define('HTTPS_SERVER', 'https://knives.royaltradingcompanies.com');
    define('CATEGORIES_ROOT','2200'); //root categories is 1 for this site
    define('DIR_WS_CATALOG', '/mall/');
    define('DIR_WS_HTTPS_CATALOG', '/mall/');

    I've been fighting this for days, hope someone has a solution

  3. #1983
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: MultiSite Module Support Forum

    Quote Originally Posted by rabivens View Post
    So here is my delema.
    v1.5.4

    I have set up some subdomains
    They all point to the original zencart install directory according to my host tech support. Tech support says they are all configured properly to point to
    my install directory /mall. The problem is they take me to the root directory which says "site under construction"
    Here is the main install www.royaltradingcompanies.com/mall both www and naked properly go to cart

    Here are some subdomains:
    * knives.royaltradingcompanies.com
    * picnic.royaltradingcompanies.com
    * paddleboards.royaltradingcompanies.com
    * spice.royaltradingcompanies.com

    Here is one of the config_sites files

    $template_dir = "mobishop_blue";
    define('SITE_NAME','Knives');
    define('HTTP_SERVER', 'http://knives.royaltradingcompanies.com');
    define('HTTPS_SERVER', 'https://knives.royaltradingcompanies.com');
    define('CATEGORIES_ROOT','2200'); //root categories is 1 for this site
    define('DIR_WS_CATALOG', '/mall/');
    define('DIR_WS_HTTPS_CATALOG', '/mall/');

    I've been fighting this for days, hope someone has a solution
    The domain "knives.royaltradingcompanies.com" works, but without any css formatting and images, and when I click on any link I get a 404. Are you the aditional domains are linked to the root of your main domain (public_html), or are they linked to public_html/mall.

  4. #1984
    Join Date
    Dec 2015
    Location
    Medford, OR
    Posts
    9
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Forum

    Quote Originally Posted by Design75 View Post
    The domain "knives.royaltradingcompanies.com" works, but without any css formatting and images, and when I click on any link I get a 404. Are you the additional domains are linked to the root of your main domain (public_html), or are they linked to public_html/mall.
    Thank you for responding Design75. After trying to figure this out for days and many tickets to my host, we figured it out. With the wildcard ssl cert i have installed, we needed to manually install a cert for each subdomain. After the install, it appears to be working fine. Now onward to the next challenge! I hope to bring the shop live by the 1st of the year.

    May your new year be joyful and prosperous

    Royce A. Bivens

  5. #1985
    Join Date
    Dec 2015
    Location
    Medford, OR
    Posts
    9
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Forum

    So, I've made some progress in setting up 3 multisite stores. Still have a few glitches. The problem I'm having now is this.
    If a customer saves products in his cart and signs in, It saves the cart till next time they sign in and combines the current cart with the previous cart. This is a problem if they have been to the different sites. It will have products from each site in the cart. This doesn't work for me as the different shops have different shipping calculations coming from different warehouses. So, here's the question how to keep each cart separated according to it's specific site. In other words, I do not want a cross-cart scenario.
    Here are the three sites if interested in checking out my installation.
    Knives Etc. at Royal Trading Company
    Picnics Etc. at Royal Trading Company
    Big Toys at Royal Trading Company

  6. #1986
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: MultiSite Module Support Forum

    Quote Originally Posted by rabivens View Post
    So, I've made some progress in setting up 3 multisite stores. Still have a few glitches. The problem I'm having now is this.
    If a customer saves products in his cart and signs in, It saves the cart till next time they sign in and combines the current cart with the previous cart. This is a problem if they have been to the different sites. It will have products from each site in the cart. This doesn't work for me as the different shops have different shipping calculations coming from different warehouses. So, here's the question how to keep each cart separated according to it's specific site. In other words, I do not want a cross-cart scenario.
    Here are the three sites if interested in checking out my installation.
    Knives Etc. at Royal Trading Company
    Picnics Etc. at Royal Trading Company
    Big Toys at Royal Trading Company
    This version of the multi site module does not support keeping track of stores in the shopping cart.

  7. #1987
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,535
    Plugin Contributions
    9

    Default Re: MultiSite Module Support Forum

    This doesn't work for me as the different shops have different shipping calculations coming from different warehouses.
    You can use a shipping module to control all those shipping charges and keep them accurate.
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

  8. #1988
    Join Date
    Dec 2015
    Location
    Medford, OR
    Posts
    9
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Forum

    So what I need to do is never to have products from two different shops in the same cart. Is there a way to create sessions based on the sitename like site1,site2,site3. So if a customer logs in in site1, they wont see the saved cart for site2.

  9. #1989
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: MultiSite Module Support Forum

    Quote Originally Posted by rabivens View Post
    So what I need to do is never to have products from two different shops in the same cart. Is there a way to create sessions based on the sitename like site1,site2,site3. So if a customer logs in in site1, they wont see the saved cart for site2.
    Sure there is, but it will take a lot of extra coding.

  10. #1990
    Join Date
    Dec 2015
    Location
    Medford, OR
    Posts
    9
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Forum

    Quote Originally Posted by ideasgirl View Post
    You can use a shipping module to control all those shipping charges and keep them accurate.
    Any suggestions on a shipping module that will handle combining multiple ship methods and locations.

 

 

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