Page 54 of 224 FirstFirst ... 444525354555664104154 ... LastLast
Results 531 to 540 of 2240
  1. #531
    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

  2. #532
    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

  3. #533
    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).

  4. #534
    Join Date
    Sep 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Hi

    I know quite a bit about zencart but have a problem which seems to be repeated all over this forum but all have different answers.

    I have 2 sites and made it easy buy upgrading both sites to the same version and added multisite.

    I have www.yframediscounts.com which I want to use to control my othersite www.kidsonthemove.co.uk

    I have set up everything on www.yframediscounts.com includin the templates and categories etc

    so how do I get my site www.kidsonthemove.co.uk to point to www.yframediscounts.com and show up correctly, I tried to change the configure.php with no luck as it point to the new template ok but no products show up?

    Please help as 5 days now and still stuck.

    Thanks for any replies.

    Paul

  5. #535
    Join Date
    Jan 2008
    Location
    Perth. Australia
    Posts
    64
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    I have followed the instructions given and I am getting the following error.
    1054 Unknown column 'CATEGORIES_ROOT' in 'where clause'
    in:
    [select cd.categories_name from categories c, categories_description cd where cd.categories_description LIKE '%-SITE_NAME-%' AND cd.language_id=1 AND c.parent_id = CATEGORIES_ROOT and c.categories_id = cd.categories_id and cd.language_id='1' and c.categories_status=1]

    any ideas on how to fix this pleas.e
    Stephen
    Jars Bottles Direct Trading as SS Croxson Enterprises Pty Ltd
    http://www.jarsbottlesdirect.com.au

  6. #536
    Join Date
    Feb 2008
    Posts
    137
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    I'm still figuring the stuff out myself. I set up a domain in a dedicated IP. I then went to the DNS configuration for all the -other- domains, and changed them to point to the dedicated IP. Won't work if you don't do that.

    I'm now trying to figure out why I can't get banners to show...

  7. #537
    Join Date
    Feb 2008
    Posts
    137
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    You know, the thing I hate about "support threads" is that they're so linear.

    Took me a while to figure that you changed the look of a web site only by selecting its template to mod...

    Argh.

  8. #538
    Join Date
    Feb 2006
    Posts
    656
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    I've noticed page after page after page after page of questions posted with absolutely NO answers or responses from anyone, including the developer of this mod whom I have PM'd asking for help with no response. Unless someone with a modicum of php skill has gotten this thing to work and is willing to pick up the reigns, I'd say it's a dead issue.

    Don't believe me? Start at post # 1 and click on through to this one before you try to slap me.

    I'm only saying this cause I'm hoping someone will take ownership and actually start answering some questions.

    It isn't wrong to dream, right?
    I Think, Therefore I Zen. I Zen, Therefore, I AM!
    Personalized Flowers!
    Flowertown Speaking Roses
    using version 1.5.7-06232020

  9. #539
    Join Date
    Feb 2008
    Posts
    137
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Well, I've been sorta geeking on it, and I suspect I'll get there...

    www.biotechposter.com
    www.acrobatposter.com
    and a bunch others... Right now beating on some ezpages and sidebar stuff, then it's time for individual banners/colors, and the it's time for a bit of google...

  10. #540
    Join Date
    Feb 2006
    Posts
    656
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    I have noticed though, that just about all of the efforts put forth have been from folks like bogie and Jeff G, who haven't been around that long. I applaud you guys! I don't know a thing about coding, so I can't offer any help there at all. I'm more of a motivator, ask the right questions, gather info and intel, etc., kinda guy. I'd love to be able to use this mod myself, but can't get the thing to work, so I've been sneaking around the shadows waiting for someone to shout ureaka.

    Anyway, You guys keep up the effort. You're doing good, and what you're doing is what this forum is all about. BRAVO!
    I Think, Therefore I Zen. I Zen, Therefore, I AM!
    Personalized Flowers!
    Flowertown Speaking Roses
    using version 1.5.7-06232020

 

 

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