Results 1 to 9 of 9
  1. #1
    Join Date
    Apr 2006
    Posts
    146
    Plugin Contributions
    0

    Default Small Problem with upgrade 1.3.0.1 to 1.3.0.2

    I went through and upgraded everything and it worked really well except for one little problem... If you take a look at my site www.irozeny.com you will see HEADING_TITLE TEXT_GREETING_GUEST on the main page... Does anyone know how to fix it back to where it either didn’t show on the main page or would show the customers name when he/she logged in?

  2. #2
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,705
    Plugin Contributions
    12

    Default Re: Small Problem with upgrade 1.3.0.1 to 1.3.0.2

    You may have incorrectly edited your index.php file. You should find it in includes/languages/english/irozeny/index.php
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  3. #3
    Join Date
    Apr 2006
    Posts
    146
    Plugin Contributions
    0

    Default Re: Small Problem with upgrade 1.3.0.1 to 1.3.0.2

    Umm... sorry but there is no index.php file found there and if you check the changelog-v1-3-0-2 you will see that you dont have to any file named index.php so I don’t think that is the problem... but thanks for the input

  4. #4
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,705
    Plugin Contributions
    12

    Default Re: Small Problem with upgrade 1.3.0.1 to 1.3.0.2

    Okay.....
    You might want try the developer's toolkit in admin under tools.

    Enter the text in the last block down, select all files catalog and admin, click on search and see where that takes you.

    More than likely, you'll find you took out an apostrophe somewhere in the file.

    Think you'll be surprised at where it is. if it's not where I mentioned, then it is in includes/languages/english/index.php and you did not save your changes to the irozeny override directory.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  5. #5
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Small Problem with upgrade 1.3.0.1 to 1.3.0.2

    What version were you before the v1.3.0.1 upgrade?

    Did you have any issues then?

    What happens if you switch to Classic?

    Are you using the templates and overrides for everything, including the language files?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #6
    Join Date
    Apr 2006
    Posts
    146
    Plugin Contributions
    0

    Default Re: Small Problem with upgrade 1.3.0.1 to 1.3.0.2

    I started with 1.3.0.1 and as for the developer's toolkit it doesn't help really... I know the var. that controll that part of the code but (functions_customers.php)....

    function zen_customer_greeting() {

    if (isset($_SESSION['customer_id']) && $_SESSION['customer_first_name']) {
    $greeting_string = sprintf(TEXT_GREETING_PERSONAL, zen_output_string_protected($_SESSION['customer_first_name']), zen_href_link(FILENAME_PRODUCTS_NEW));
    } else {
    $greeting_string = sprintf(TEXT_GREETING_GUEST, zen_href_link(FILENAME_LOGIN, '', 'SSL'), zen_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL'));
    }

    return $greeting_string;
    }


    if you check the above code its still the same from 1.3.0.1 to 1.3.0.2.... if I switch it to classic mode its still the same... any other ideas?

  7. #7
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,705
    Plugin Contributions
    12

    Default Re: Small Problem with upgrade 1.3.0.1 to 1.3.0.2

    If you change lines 10 through 17 of the includes/language/english/index.php to the following code, does the problem go away?
    define('TEXT_MAIN','');

    // Showcase vs Store
    if (STORE_STATUS == '0') {
    define('TEXT_GREETING_GUEST', '');
    } else {
    define('TEXT_GREETING_GUEST', '');
    }
    Do you have an includes/languages/english/irozeny/index.php? If so, does changing it to the above fix the problem?

    If you don't have one in either place, you should as this is a MAJOR source of defines. Line 56 defines the HEADING_TITLE
    Last edited by dbltoe; 2 Aug 2006 at 03:35 AM.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  8. #8
    Join Date
    Apr 2006
    Posts
    146
    Plugin Contributions
    0

    Default Re: Small Problem with upgrade 1.3.0.1 to 1.3.0.2

    Hey thanks dbltoe! I just took the backup of the file and replaced the one on the server and everything is working great now... Thanks for your help!

  9. #9
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,705
    Plugin Contributions
    12

    Default Re: Small Problem with upgrade 1.3.0.1 to 1.3.0.2

    Glad you got it going.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

 

 

Similar Threads

  1. Small problem with template styling
    By theboxinghistorian in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Dec 2011, 06:29 AM
  2. Small Problem with UTF-8
    By Asdesign in forum Addon Language Packs
    Replies: 1
    Last Post: 16 Mar 2010, 06:18 PM
  3. Small problem with my stylesheet
    By canemasters in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 5 Apr 2007, 06:25 PM
  4. Small problem with my layouts...
    By europod in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 Jul 2006, 12:39 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