Page 65 of 224 FirstFirst ... 1555636465666775115165 ... LastLast
Results 641 to 650 of 2240
  1. #641

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by adnanrana View Post
    I have a problem with the "All Products" link on the left hand side in the categories side box. I have the module installed on two different sites, and the problem exists on both. Can someone please have a look at it for me.

    http://www.keyfitness.co.uk
    http://www.fitnessmall.co.uk

    They are both completely seperate sites with seperate databases and hosting companies.

    Thanks
    Adnan
    Can someone help me with this please.

  2. #642
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    Have a Drink Re: MultiSite Module Support Thread

    Quote Originally Posted by adnanrana View Post
    Can someone help me with this please.
    Looks like you are experiencing problems loading your tpl_modules_products_all_listing.php

    It may be missing or corrupt. There should be a default copy in your template_default/templates if you make any changes to it, save it in your YOUR_TEMPLATE/templates folder.

    Obviously change the name of YOUR_TEMPLATE to the name of your custom template folder.
    JOhn ><>
    Newest Site: ChargerPros - Stuff4Toys

  3. #643

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by Stuff4Toys View Post
    Looks like you are experiencing problems loading your tpl_modules_products_all_listing.php

    It may be missing or corrupt. There should be a default copy in your template_default/templates if you make any changes to it, save it in your YOUR_TEMPLATE/templates folder.

    Obviously change the name of YOUR_TEMPLATE to the name of your custom template folder.
    JOhn ><>
    Thanks for your response. I have just tried replacing tpl_modules_products_all_listing.php file with several different copies (including one from one of my working sites that doesn't have multisite module), but still not working.

    I have just created a fresh new installation of Zen Cart at fitnesstrade.co.uk, and installed the multisite module (followed instructions carefully), and have exactly the same problem.

    Please let me know if you need my ftp and admin logon details.

    Thanks.

  4. #644
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    Have a Drink Newbie MultiSite questions/problems

    I created a fresh 1.3.8a installation on an upgraded 1.3.7 database.

    The two sites I am setting up are #1 www.liberty-flag.com and #2 www.americasflag.com and so google doesn't catch on the test stores are in a folder called /xstore/

    I created a practise template using the iC-AcadameV1.2F template from ichooze.com and set it up with TPP, IH2 and Hooverbox3 and it worked like a charm all the way through checkout.

    I added the multisite add and modified files and setup my configure.php and the appropriate _config.php files. The first site is using the Academe template and the second is using the stock, unmodified classic with IH2.

    Both sites load the home page index.php as advertised. sideboxes are appropriate, categories and product listings are correct.

    The first site #1 will display every page on the site until you checkout and get to /xstore/index.php?main_page=checkout_shipping&zenid=647xxxxx I get a blank page.

    The second site #2 will display every page on the site until you try and view a product's info or reviews or try and checkout.

    Product reviews is blank
    /xstore/index.php?main_page=product_reviews_info&products_id=1&reviews_id=1

    Product info is blank
    /xstore/index.php?main_page=product_info&cPath=2&products_id=3889

    it will add a product to the shopping cart ( I have this site temporarly set up with no ssl) when you checkout and get to
    /xstore/index.php?main_page=checkout_shipping
    all I get is a blank page.

    Might be a similar problems as "adnanrana" mentioned above, but I am at a loss. Site #1 worked fine untill I added Multisite.

    JOhn ><>
    Newest Site: ChargerPros - Stuff4Toys

  5. #645
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    Default Re: Newbie MultiSite questions/problems

    Site #2's product info page problem was a problem loading Hoverbox3, I uploaded the hoverbox files to the classic template and all is well.

    it still will not checkout. /xstore/index.php?main_page=checkout_shipping only gives a Blank Page just like site #1
    JOhn ><>
    Last edited by Stuff4Toys; 19 Dec 2008 at 09:29 PM.
    Newest Site: ChargerPros - Stuff4Toys

  6. #646
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    Have a Drink Re: MultiSite Module Support Thread

    Seems as if it's balking when it gets to
    /xstore/includes/modules/pages/checkout_shipping/header_php.php

    Like it's confused and doesn't know which shop to check out.
    The source html output for the checkout_shipping page looks like this:
    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"></HEAD>
    <BODY></BODY></HTML>
    and stops processing there. I double checked the above file and it does exist in the path shown.

    Am I missing a file?
    JOhn ><>
    Newest Site: ChargerPros - Stuff4Toys

  7. #647
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    Have a Drink Re: MultiSite Module Support Thread

    Does anyone have a solution or thoughts of help for my issue? I double checked every step of the installation procedures on http://www.medea.co.uk/dev/multisite...tions_0.4.html
    Steps 1 - 6. Double checked that each file was in the appropriate place. Created the template folders for each of the 2 templates.

    and still, the checkout process is stopping at index.php?main_page=checkout_shipping on BOTH templates.

    What file(s) is this calling? Checkout worked before setting up multi-site???

    Any and all thoughts will be appreciated.
    JOhn ><>
    Newest Site: ChargerPros - Stuff4Toys

  8. #648
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    Idea or Suggestion Re: MultiSite Module Support Thread

    Beleive it or not - the whole issue here was my "table rate shipping" module. I set it to false and tried to checkout and ZINGO it works. Turned the module back on and it still works.

    JOhn ><>
    Newest Site: ChargerPros - Stuff4Toys

  9. #649

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by adnanrana View Post
    Thanks for your response. I have just tried replacing tpl_modules_products_all_listing.php file with several different copies (including one from one of my working sites that doesn't have multisite module), but still not working.

    I have just created a fresh new installation of Zen Cart at fitnesstrade.co.uk, and installed the multisite module (followed instructions carefully), and have exactly the same problem.

    Please let me know if you need my ftp and admin logon details.

    Thanks.
    Please help me with this.

  10. #650
    Join Date
    Dec 2008
    Location
    Cypress, Texas
    Posts
    4
    Plugin Contributions
    0

    Default Paypal per site

    I was wondering if the multisite module would work for my needs. I maintain sites for my clients. I need each site to be tied to the clients Paypal account. (no cross vendor orders).

    Can I have a seperate paypal account tied to each sites cart/checkout procedure?

    Thanks,

 

 

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