Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Jul 2006
    Posts
    34
    Plugin Contributions
    0

    Default More Information box

    I did a search and could not find my answer (im new at this - so maybe I over looked it).

    I would like to edit the titles of the links in the 'More information' box.

    And how do I know what version I have? Here is the address http://www.machomanjack.com/cart

    Thank you,
    Ed
    http://www.machomanjack.com

  2. #2
    Join Date
    Mar 2006
    Posts
    117
    Plugin Contributions
    0

    Default Re: More Information box

    /includes/languages/english.php
    change Line #143 : define('BOX_HEADING_MORE_INFORMATION', 'More Information'); to what you want it to say.

    In your zen admin goto Tools | Developers Toolkit and you can search for all kinds of things to find where they are hiding.

  3. #3
    Join Date
    Jul 2006
    Posts
    34
    Plugin Contributions
    0

    Default Re: More Information box

    Quote Originally Posted by lawman
    /includes/languages/english.php
    change Line #143 : define('BOX_HEADING_MORE_INFORMATION', 'More Information'); to what you want it to say.

    In your zen admin goto Tools | Developers Toolkit and you can search for all kinds of things to find where they are hiding.
    ok - here it what Im looking at -

    // information box text in sideboxes/more_information.php - were TUTORIAL_
    define('BOX_HEADING_MORE_INFORMATION', 'More Information');
    define('BOX_INFORMATION_PAGE_1', 'Page 1');
    define('BOX_INFORMATION_PAGE_2', 'Page 2');
    define('BOX_INFORMATION_PAGE_3', 'Page 3');
    define('BOX_INFORMATION_PAGE_4', 'Page 4');

    If I want the Page 1 in the box to say Home, then I can just change the 'Page 1' to 'Home' ? Now I tried this earlier but had all kinds of problems. The index page stopped working - and when I undid the changes I made it still wouldnt work. This is the error I got Parse error: syntax error, unexpected '%' in /home/rose4713/public_html/test/includes/languages/english.php on line 344


    I had to reload Zen CArt all over and lost all my previous changes. Like I said - i'm a newbie at this for real!! Very hard to grasp what is going on here.

    Ed
    Last edited by machoman; 6 Jul 2006 at 07:06 PM.

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

    Default Re: More Information box

    All that probably happened was a typo in the language file and would not require a new install ... just fixing the language file ...

    Perhaps next time to save you grief ... post your error and we can help you get it fixed again ...
    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: v1.5.5]
    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!

  5. #5
    Join Date
    Jul 2006
    Posts
    34
    Plugin Contributions
    0

    Default Re: More Information box

    Quote Originally Posted by Ajeh
    All that probably happened was a typo in the language file and would not require a new install ... just fixing the language file ...

    Perhaps next time to save you grief ... post your error and we can help you get it fixed again ...
    Ok - I had the same problem again! How do I fix it?
    http://www.machomanjack.com/test

    Thanks,
    Ed

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

    Default Re: More Information box

    Would just need to see the exact error message and then the file referenced in the error message to find the typo ...
    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: v1.5.5]
    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!

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

    Default Re: More Information box

    Peek in the english.php and grab lines 330 to 340 and post them ...
    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: v1.5.5]
    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!

  8. #8
    Join Date
    Mar 2006
    Posts
    117
    Plugin Contributions
    0

    Default Re: More Information box

    sorry machoman... I just re-read your post and realized I didn't answer what you were asking.

  9. #9
    Join Date
    Jul 2006
    Posts
    34
    Plugin Contributions
    0

    Default Re: More Information box

    Quote Originally Posted by Ajeh
    Peek in the english.php and grab lines 330 to 340 and post them ...
    Here is lines 330-345

    PHP Code:
    define('TEXT_CCVAL_ERROR_INVALID_NUMBER''The credit card number entered is invalid. Please check the number and try again.');
    define('TEXT_CCVAL_ERROR_UNKNOWN_CARD''The first four digits of the number entered are: %s. If that number is correct, we do not accept that type of credit card. If it is wrong, please try again.');

    define('BOX_INFORMATION_GV'TEXT_GV_NAME ' FAQ');
    define('VOUCHER_BALANCE'TEXT_GV_NAME ' Balance ');
    define('BOX_HEADING_GIFT_VOUCHER'TEXT_GV_NAME ' Account');
    define('GV_FAQ'TEXT_GV_NAME ' FAQ');
    define('ERROR_REDEEMED_AMOUNT''Congratulations, you have redeemed ');
    define('ERROR_NO_REDEEM_CODE''You did not enter a ' TEXT_GV_REDEEM '.');
    define('ERROR_NO_INVALID_REDEEM_GV''Invalid ' TEXT_GV_NAME ' ' TEXT_GV_REDEEM);
    define('TABLE_HEADING_CREDIT''Credits Available');
    define('GV_HAS_VOUCHERA''You have funds in your ' TEXT_GV_NAME ' Account. If you want <br />
                             you can send those funds by
                             <a class="pageResults" href="'
    );define('GV_HAS_VOUCHERB',%20'"><strong>email</strong></a> to someone');
    define('ENTRY_AMOUNT_CHECK_ERROR''You do not have enough funds to send this amount.');
    define('BOX_SEND_TO_FRIEND''Send ' TEXT_GV_NAME ' '); 

  10. #10
    Join Date
    Jul 2006
    Posts
    34
    Plugin Contributions
    0

    Default Re: More Information box

    I have also tried to load a new english.php. But this did not work, and Im still getting the same error code. If I make any changes to english.php i get this error message.

    Ed
    Last edited by machoman; 7 Jul 2006 at 08:07 AM.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. how to move link from more information to information side box?
    By mrobson86 in forum General Questions
    Replies: 1
    Last Post: 21 Sep 2011, 09:01 PM
  2. How to add more links to "More information" Side Box.
    By SandraSD in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 15 Jul 2009, 03:27 PM
  3. more information box - adding more pages
    By ALFO in forum Basic Configuration
    Replies: 3
    Last Post: 11 Dec 2007, 10:56 PM
  4. Changing Font Color in Information Box & More Information Box
    By scribbles in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Apr 2007, 02:54 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