Page 122 of 224 FirstFirst ... 2272112120121122123124132172222 ... LastLast
Results 1,211 to 1,220 of 2237
  1. #1211
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,616
    Plugin Contributions
    19

    Default Re: MultiSite Module Support Thread

    Sorry, i'm a bit sleepy...

    I just re-read your posts.

    First of all, did you setup your subdomains to point to www.dejavugallery.com/galleryStore as i've described here with screenshots?
    If so, what's with the line
    Code:
    define('HTTP_SERVER', 'http://www.moviemem.dejavugallery.com/galleryStore');
    in your
    Code:
    www.moviemem.dejavugallery.com_config.php
    i mean, why the "/galleryStore"? It doesn't go there, remove it. It should work now...

  2. #1212

    Default Re: MultiSite Module Support Thread

    tld: dajavugallery.com
    Zencart is in dejavugallery.com/galleryStore
    1st sub domain is at dejavugallery.com/autographs.dejavuallery.com
    2nd sub domain is at dejavugallery.com/moviemem.dejavuallery.com
    Beau

  3. #1213
    Join Date
    Jul 2009
    Posts
    116
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Hello,

    How can I send email to my customers from second store (not the main)?

    Thanks,
    THeGuest

  4. #1214
    Join Date
    Jul 2009
    Posts
    116
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    I know I can switch the template and then refer to Send Email option in Tools but emails are send from store1 (main store). Is there a workaround?

    Thanks,
    TheGuest

    Quote Originally Posted by TheGuest View Post
    Hello,

    How can I send email to my customers from second store (not the main)?

    Thanks,
    THeGuest

  5. #1215

    Default Re: MultiSite Module Support Thread

    Thanks for the help balihr, but I'm still getting a 404 error. Below is what I have in both my www.autographs..dejavugallery.com_config.php & autographs..dejavugallery.com_config.php
    Code:
    <?php
    	define('SITE_NAME','AUTOGRAPHED PHOTOS');
     	define('DIR_WS_CATALOG', '/');
    	define('DIR_WS_HTTPS_CATALOG', '/');
    	$template_dir = "autographs";
    	define('CATEGORIES_ROOT','1'); //root categories is 1 for this site  
    	define('HTTP_SERVER', 'http://www.autographs.dejavugallery.com');
    	define('STORE_NAME','Autographs'); //Store Name
    ?>
    This is really driving me crazy. MultiSite is just the solution my clients site(s) need.
    Last edited by Beau91324; 20 Mar 2010 at 12:21 AM. Reason: typos
    Beau

  6. #1216
    Join Date
    Jul 2009
    Posts
    116
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Any help out here?

    Quote Originally Posted by TheGuest View Post
    I know I can switch the template and then refer to Send Email option in Tools but emails are send from store1 (main store). Is there a workaround?

    Thanks,
    TheGuest

  7. #1217

    Default Re: MultiSite Module Support Thread

    The layout of my directories is as follows:
    |-dejavugallery.com
    | |-galleryStore
    | | |-includes
    | | | |-config_sites
    |-autographs.dejavugallery.com
    |-moviemem.dejavugallery.com

    both autographs.dejavugallery.com and moviemem.dejavugallery.com are subdomains of dejavugallery.com

    I created four *_config.php files called www.autographs.dejavugallery.com_ config.php, autographs.dejavugallery.com_ config.php, www.moviemem.dejavugallery.com_ config.php and moviemem.dejavugallery.com_ config.php.

    The www. moviemem.dejavugallery.com_ config.php & moviemem.dejavugallery.com_ config.php
    code is:

    <?php
    define('SITE_NAME','Movie Memerablia');
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '/');
    $template_dir = "memorablia";
    define('CATEGORIES_ROOT','2'); //root categories is 2 for this site
    define('HTTP_SERVER', 'http://www.moviemem.dejavugallery.com');
    define('STORE_NAME','Movie Memorablia'); //Store Name
    ?>


    The www.autographs.dejavugallery.com_ config.php, autographs.dejavugallery.com_ config.php code is:
    <?php
    define('SITE_NAME','AUTOGRAPHED PHOTOS');
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '/');
    $template_dir = "autographs";
    define('CATEGORIES_ROOT','1'); //root categories is 1 for this site
    define('HTTP_SERVER', 'http://www.autographs.dejavugallery.com');
    define('STORE_NAME','Autographs'); //Store Name
    ?>

    Can anyone tell me why I can't access the store sites? I get nothing when I enter the URL autographs.dejavugallery.com?
    Beau

  8. #1218
    Join Date
    Jul 2006
    Location
    Johannesburg
    Posts
    447
    Plugin Contributions
    1

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by TheGuest View Post
    Any help out here?
    It seems you do not understand the working of this module.
    This module only creates the illusion that there are multiple stores. In fact the data in the background is all kept and managed on a single database and managed using a single interface. Unless you do some custom coding you will not be able to send e-mails to customers from a specific store-front. The back office system views them as customers for the "Company" and not "per store".

  9. #1219
    Join Date
    Sep 2007
    Posts
    17
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    i have been looking for a way the make the RSS Feed 2.1.4 from Andrew Berezin work with the MultiSite Module, i have searched an not found anything other than a few questions about its compatibility,

    looking at how the other core files have been modified i believe i have it working, there are about 8 changes made to 1 file

    /includes/modules/pages/rss_feed/header_php.php


    all that was necessary was to add cat_filter( to all 7 of the $db->Execute and one zen_random_select

    don't forget the closing parentheses


    i have it attached my modified copy.
    Attached Files Attached Files

  10. #1220
    Join Date
    Sep 2007
    Posts
    17
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    now my question!

    what i would like to do is have 2 stores and 1 informational domain with no products but handles the checkout for site1 and site2. due to a licensing issue site1 cant sell items from site2 and vice versa.

    site1.com Widgets
    site2.com Thingeys
    site3.com Information about Thingys and Widgets and the checkout process.

    the way it works now, there are 2 complete stores (not currently zen cart but they will be) and they use an online shopping cart similar to PayPal

    both stores checkout from this shopping cart so the scenario is fine with both licensors. but as you can guess its not a friendly experience for the shopper.

    im looking for some insight on how to make sure when they register, access their account information and check out its all done from site3.com the main thing is the check out.

    i imagine i will use a .htaccess rule but i would think defining a global would take care of it.

    Thanks for any suggestions.
    Sean
    Last edited by seancon1; 31 Mar 2010 at 09:41 PM. Reason: clarity

 

 

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