Page 64 of 224 FirstFirst ... 1454626364656674114164 ... LastLast
Results 631 to 640 of 2240
  1. #631
    Join Date
    Jul 2005
    Location
    Brooklyn NY
    Posts
    507
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    How can I set it up so it shows me what order the site has come from. Site 1 Site 2 or site 3

  2. #632
    Join Date
    May 2007
    Posts
    99
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    toussi,

    This module is designed to make a single install of ZenCart that is capable of hosting multiple site and managing them from a single admin location. If you already have two sites, you could use it, but I would suggest installing a 3rd fresh copy of zencart, applying MultiSite Module, then integrating the first two sites. Assuming you did the templates correctly on the first two stores it would be pretty easy to integrate their template info into MultiSite.

  3. #633
    Join Date
    May 2007
    Posts
    99
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    touchclothing,
    What your suggesting is actually default functionality for MultiSite. From the admin menu go to Customers->Orders. On the left of each of the orders you will see "Site" which will tell you which store it came in from.

  4. #634
    Join Date
    Jul 2005
    Location
    Brooklyn NY
    Posts
    507
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by cablesimple View Post
    touchclothing,
    What your suggesting is actually default functionality for MultiSite. From the admin menu go to Customers->Orders. On the left of each of the orders you will see "Site" which will tell you which store it came in from.


    Mine does not show that what do I do to make that show up?

  5. #635
    Join Date
    May 2007
    Posts
    99
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    touchclothing,
    Hmm, I just checked the original MultiSite admin.php file. Apparently I wrote that functionality in. Did it so long ago I forgot I did that. I'll send the changes I made shortly.

  6. #636
    Join Date
    May 2007
    Posts
    99
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    touchclothing,
    I have a number of modifications I've made to the orders.php page. I attempted to pull just the code out that will give you the site markers. I believe I got it all, but make sure you backup orders.php before doing all this. Very simple. Just pulls the site name from the orders table and displays it in the HTML table in that page.

    Put his in a file called:
    <admin folder>/includes/languages/english/extra_definitions/order_site.php

    PHP Code:
    <?php
    define
    ('TABLE_HEADING_SITE','Site');
    define('HEADING_TITLE_SITE','Site');
    ?>
    in [admin folder]/orders.php do the following:

    find
    PHP Code:
       $orders $db->Execute("select orders_id from " TABLE_ORDERS 
    replace with:
    PHP Code:
    $orders $db->Execute("select orders_id,order_site from " TABLE_ORDERS 
    find:
    PHP Code:
    <td class="dataTableHeadingContent" align="center"><?php echo TABLE_HEADING_ORDERS_ID?></td>
    above it add:
    PHP Code:
    <td class="dataTableHeadingContent" align="center"><?php echo TABLE_HEADING_SITE?></td>
    find:
    PHP Code:
    <td class="dataTableContent" align="right"><?php echo $show_difference $orders->fields['orders_id']; ?></td>
    above it add:
    PHP Code:
    <td class="dataTableContent" align="left"><?php echo $orders->fields['order_site']; ?></td>

  7. #637
    Join Date
    Jul 2005
    Location
    Brooklyn NY
    Posts
    507
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Thank you so much. Is there any way to add this to the order that gets email to myself telling that there is an order on the site?

  8. #638
    Join Date
    May 2007
    Posts
    99
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Your confirmation emails should be setup as:
    Order Confirmation from STORE_NAME

    So you need to set STORE_NAME in config_sites for your store:
    define('STORE_NAME','mystore1.mydomain.com');

  9. #639
    Join Date
    Jul 2005
    Location
    Brooklyn NY
    Posts
    507
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    I guess I am lost because I did not intsall the mod

  10. #640
    Join Date
    May 2007
    Posts
    99
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Go to :
    includes/config_sites/<store config file>

    add this line to that config file:
    define('STORE_NAME','<YOUR STORE NAME>');

    Submit a test order and see if your email came through as:
    Order Confirmation from <YOUR STORE NAME>

    I don't *think* that was one of my modifications, but who knows at this point.

 

 

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