Page 179 of 224 FirstFirst ... 79129169177178179180181189 ... LastLast
Results 1,781 to 1,790 of 2237
  1. #1781
    Join Date
    Feb 2008
    Posts
    17
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Did you ever find a solution to this? I am having the same problem

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

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by jamesdenny View Post
    Did you ever find a solution to this? I am having the same problem
    Can you be more specific? What problem?

  3. #1783
    Join Date
    Feb 2008
    Posts
    17
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    I have everything working pretty good but can't seem to get the order_site to appear in the orders under admin on anything: Orders, Invoice or packing slip. Can anyone please give me assistance to how you achieved this to work successfully?

  4. #1784
    Join Date
    Feb 2008
    Posts
    17
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    I can't seem to get the order_site to appear in the orders under admin on anything: Orders, Invoice or packing slip.

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

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by jamesdenny View Post
    I can't seem to get the order_site to appear in the orders under admin on anything: Orders, Invoice or packing slip.
    That code never got implemented in to the module. There is a little piece of code calling the order_site, but it is nowhere echoed.

  6. #1786
    Join Date
    Feb 2008
    Posts
    17
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Yeah, that really stinks because it would be nice to track as it was suppose to.

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

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by jamesdenny View Post
    Yeah, that really stinks because it would be nice to track as it was suppose to.
    Since $orders_site is already defined and filled orders.php, you should be able to just add
    PHP Code:
    <?php echo $orders_site ?>
    to the place where you want the order-site to show up.

  8. #1788
    Join Date
    Aug 2007
    Posts
    277
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    1. ZC v13.5.1
    2. iRobbo Template (bought 12leaves)
    3. TyPackage v3.1.3
    4. Edit Order v4.1.1 RC1
    5. Super Orders v4.0.5a
    6. Recover Cart Sales v4.0a
    7. UPS United parcel for latest for ZC v1.5.1
    8. Unltimate SEO v2.12
    9. Wyzz WYSUWYG Editor
    10. Simple Google Anyalytics v1.2.5c
    11. Google Merchant Center v1.13.0
    12. Sitemap XML v3.2.9
    13. Display Logs v1.0.2
    14. CKEditor V1.x.x
    15. Image Check
    16. Admin New Orders v1.1 RC1
    17. Add Customers From Admin V2.0.4
    18. Email Address Exporter for v1.5.1
    19. Super Tracker v1.1
    20. USPS v15 Rate4 2013-0127-r2013-0327
    21. Multisite v1.0

    @ design75


    How is paypal supposed to be configured? I use Paypal express. There are 4 URLs linked to the multisite. Are there any special settings I need to pay attention to other then inserting one Paypal accounts API credentials?

    I suspect I am getting paypal errors on checkout. I have not tested it again after I have put it online. It did work when I was installing it.

    any input is appreciated.

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

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by twi View Post
    1. ZC v13.5.1
    2. iRobbo Template (bought 12leaves)
    3. TyPackage v3.1.3
    4. Edit Order v4.1.1 RC1
    5. Super Orders v4.0.5a
    6. Recover Cart Sales v4.0a
    7. UPS United parcel for latest for ZC v1.5.1
    8. Unltimate SEO v2.12
    9. Wyzz WYSUWYG Editor
    10. Simple Google Anyalytics v1.2.5c
    11. Google Merchant Center v1.13.0
    12. Sitemap XML v3.2.9
    13. Display Logs v1.0.2
    14. CKEditor V1.x.x
    15. Image Check
    16. Admin New Orders v1.1 RC1
    17. Add Customers From Admin V2.0.4
    18. Email Address Exporter for v1.5.1
    19. Super Tracker v1.1
    20. USPS v15 Rate4 2013-0127-r2013-0327
    21. Multisite v1.0

    @ design75


    How is paypal supposed to be configured? I use Paypal express. There are 4 URLs linked to the multisite. Are there any special settings I need to pay attention to other then inserting one Paypal accounts API credentials?

    I suspect I am getting paypal errors on checkout. I have not tested it again after I have put it online. It did work when I was installing it.

    any input is appreciated.
    I didn't do anything special for paypal, I always use the same account for all the sites

  10. #1790
    Join Date
    Aug 2007
    Posts
    277
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Thanks. another questions I have concerns switching/using between urls for multisite:

    question #1

    http://www.mysite.com & http://mysite.com

    <?php
    $template_dir = "template_red";
    define('SITE_NAME','template_red');
    define('HTTP_SERVER', 'http://www.mysite.com');
    //EOF
    ?>


    I got through the hurdle of referencing the non "www." url by creating another config.php file:

    <?php
    $template_dir = "template_red";
    define('SITE_NAME','template_red');
    define('HTTP_SERVER', 'http://mysite.com');
    //EOF
    ?>


    Is this the correct way to do it?

    question #2

    I have 4 urls pointing to two templates namely using multiple (4) config.php files each url:

    http://www.mysite1.com & http://mysite1.com & http://www.mysite1.net & http://mysite1.net pointing to one template

    http://www.mysite2.com & http://mysite2.com & http://www.mysite2.net & http://mysite2.net pointing to another template

    Will this cause errors? My sites seems to be slower than usual. Is this allowable? can you take a look for me at:

    birthdaysextreme.com & .net and birthdayandmore.com & .net urls
    Last edited by twi; 24 Jul 2013 at 08:43 PM.

 

 

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