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

Hybrid View

  1. #1
    Join Date
    Jan 2006
    Posts
    120
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    As a followup, NONE of the settings for INDEX LISTING work from the config sites. Anyone with ideas?

  2. #2
    Join Date
    Oct 2007
    Posts
    132
    Plugin Contributions
    0

    Default Cart is shared but should not be

    Hi all,

    I am testing this mod for a new site and have it working with three shared sites. New install on 1.3.8.

    The way I read the docs, the shopping cart should NOT be shared by default.

    My cart is being shared, which will not work for my needs.

    Any ideas?

    The test site is here:
    http://werdna.catplaques.com/index.p...703e205e1e06d9

    If you begin an order with Store1, close Store1, and go to Store2, the previous cart appears when you login to Store2.

    Please feel free to test and login. [email protected] pw=demo1

    Thanks,
    Jeff

  3. #3
    Join Date
    Aug 2008
    Location
    Abbottabad, Pakistan
    Posts
    60
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    I have multisite module installed but when i click tools> Multisite Tools, i get this message

    Sorry, your security clearance does not allow you to access this resource.
    Please contact your site administrator if you believe this to be incorrect.
    Sorry for any inconvenience.


    Tell me how do i get rid of it and solve this problem?

  4. #4
    Join Date
    Aug 2008
    Location
    Abbottabad, Pakistan
    Posts
    60
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Fix Multisite Module

    I have multisite module installed with 5 fronts. Everything is working fine except for the cat_filter. I had categories and they are not filtered to their respective fronts. Somebody please asap solve this problem for me. I have posted this project on Rentacoder. So anybody experienced with multisite please post a bid on RAC and get paid for this job.

    Here is the link

    http://www.rentacoder.com/RentACoder...uestId=1000944

    Regards,
    Usman

  5. #5
    Join Date
    Sep 2008
    Posts
    13
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Hi,

    I have been reviewing zen cart for use on my first site but there was one feature lacking which the multisite mod may be able to address but I'm not sure.
    I want to create a site on a single url that has two shopping carts. I have two separate lists of products, each of which would link to its own shopping cart. They would operate as two separate sites except:
    1- the user login would be shared; and
    2- it would be possible to view the contents of each basket and checkout separately.

    Do you think multisite could be used to achieve this?

    Regards, Habib

  6. #6
    Join Date
    Oct 2007
    Posts
    132
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Habib,

    You say 2 separate lists of products. Does that mean 2 store fronts? It sounds like you only want to share the customer file.

    If that's what you want, here is something you can try, without using the MultiSite Module.

    Create 2 zen installs in 2 folders like www.mysite.com/store1 and www.mysite.com/store2

    Create the tables for each site in the same database. Use a different prefix for each (like store1 & store2).

    Edit store2/includes/database_files.php. Find the 2 lines
    HTML Code:
    define('TABLE_CUSTOMERS', DB_PREFIX . 'customers');
    define('TABLE_CUSTOMERS_INFO', DB_PREFIX . 'customers_info');
    and change to
    HTML Code:
    define('TABLE_CUSTOMERS',  'store1_customers');
    define('TABLE_CUSTOMERS_INFO', 'store1_customers_info');
    Both sites will then use the same customer info and can log into either with the same ID. Everything else will be like 2 stores.

    It is important to keep a note of this change as this file cannot use the override system (from what I have been able to see) and you are changing a core file.

    Disclaimer:
    I am currently testing this and so far find no issues.
    While I have been a programmer for 25 years, I am new to ZenCart, php and SQL.

    Jeff

  7. #7
    Join Date
    Feb 2007
    Location
    Ontario, Canada
    Posts
    234
    Plugin Contributions
    0

    Default Products not linking across sites

    Ok I am still having this problem. I posted it earlier and found a temp fix, but the fix won't work this time around.

    I have multiple sites.

    I have products listed in my transportation.actionforms.ca site under the Miscellaneous category.

    I want to link some of those products (the first 3 to be exact) to another site, business.actionforms.ca under Canada -> Tags

    When I do it, the products are showing as linked and active in admin, but don't actually display on the site.

    Any help would be appreciated
    Thanks, Colleen
    www.af-company.com
    To err is human, but to really foul things up requires a computer. Farmers' Almanac, 1978

  8. #8
    Join Date
    Feb 2008
    Posts
    137
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Okay... Somewhat up and running - where do metatags hide for these things? I'm seeing the primary stuff for the overall site... (being a little ambitious - I'm going to have about 15 "similar" stores pointed at one product set).

  9. #9
    Join Date
    Jan 2006
    Posts
    120
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by mani View Post
    I have multisite module installed but when i click tools> Multisite Tools, i get this message

    Sorry, your security clearance does not allow you to access this resource.
    Please contact your site administrator if you believe this to be incorrect.
    Sorry for any inconvenience.


    Tell me how do i get rid of it and solve this problem?


    You've obviously added the Admin profiles mod but have not enabled that add-on for your main user. Edit the profile of your primary admin, add multisite to it. Should be listed at the bottom.

  10. #10
    Join Date
    Oct 2010
    Posts
    53
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Just as a follow up on my previous Post.. I found this post from back in 2008 with the same problem but couldn't find any solution to that one either.

    Anyone got any ideas with reference to the:
    INDEX LISTING
    Show New Products on Main Page 3
    Show Featured Products on Main Page 1


    Quote Originally Posted by MotoDelta View Post
    As a followup, NONE of the settings for INDEX LISTING work from the config sites. Anyone with ideas?

 

 
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