Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2015
    Location
    MS Gulf Coast
    Posts
    38
    Plugin Contributions
    0

    email error More then one store problem

    We have multi stores (5 in fact) all different. We use the same shipping modules and same paypal for payments. Which we also have multi installs under different directories on the same server (1.5.4). Problem we are having is if you click on home or the hearer image "it does not reload the current page - but in fact takes you to a different store." Has any one else experienced this - and can it be corrected?

  2. #2
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: More then one store problem

    More than likely the problem store uri was hardcoded in the includes/templates/YOUR_TEMPLATE/common/tpl_header.php file or similar and used on the different site(s) without updating or more appropriately without using the applicable ZC code to only use uri information associated with the database and fileset of the particular store...

    There are ways to find this: admin tools developers tool kit and search for the uri or uri part that is incorrect is one way... Use the info that follows http:// or https:// and before the slash unless with these stores they are accessed by foldername off of the main address, then would look for that folder name from the admin of each store.

    As to the questions asked: no because I don't modify code to allow that, 2) yes, anything is fixable some easier than others.
    Last edited by mc12345678; 5 Dec 2015 at 09:07 PM.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: More then one store problem

    To simplify what mc12345678 explains, the following line

    PHP Code:
    <?php echo '<a href="' HTTP_SERVER DIR_WS_CATALOG '">'?>
    may have been replaced (hardcoded) by

    PHP Code:
    <?php echo '<a href="http://yourwrongdomain.com">'?>
    where yourwrongdomain.com is the store where you don't want end up when clicking the Home button or logo.

 

 

Similar Threads

  1. Adding more then one image
    By robynannw in forum Setting Up Categories, Products, Attributes
    Replies: 7
    Last Post: 14 Aug 2013, 04:48 PM
  2. more then one coupon per order?
    By scott513 in forum Setting Up Specials and SaleMaker
    Replies: 2
    Last Post: 25 Aug 2010, 05:33 AM
  3. Moving more then one item at a time?
    By Kate_Smpsn in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 13 May 2009, 05:05 PM
  4. More then one product pictures?
    By splishsplashbb in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 15 Apr 2008, 09:30 PM
  5. I need more then one LOGO SIDEBOX
    By kittycat in forum Addon Sideboxes
    Replies: 1
    Last Post: 19 Jul 2007, 07:04 AM

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