Results 1 to 7 of 7
  1. #1
    Join Date
    Feb 2006
    Posts
    230
    Plugin Contributions
    0

    cart error text size problem on ONE PAGE ONLY - step 2 of checkout

    Have a problem with text size on one page only (All others are ok) of my website. It's step 2 (Payment Method) of the checkout process. Text size is 2-3 times larger than it should be in all text areas, including sideboxes, etc.. Have checked stylesheet.css in my template but see no problem (???). have searched this forum and followed all threads of others having text problems and questions and nothing helps.

    My website is www.herbschina.com/zen (store pages are in the "zen" folder.

    Help!!! somene?

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: text size problem on ONE PAGE ONLY - step 2 of checkout

    You have some extraneous characters in the upper left corner of that page.

    https://www.zen-cart.com/tutorials/i...hp?article=396

    Try running the Debug Utility.

    http://www.zen-cart.com/index.php?ma...roducts_id=860

  3. #3
    Join Date
    Feb 2006
    Posts
    230
    Plugin Contributions
    0

    Default Re: text size problem on ONE PAGE ONLY - step 2 of checkout

    Thanks for the reply.

    1- Extraneous characters seem to be on all pages in the upper left corner. will work on this later.

    2- Debug program was set up and then I entered a test order and went through the complete checkout process. NO bug shown on the report.

    This is not a bug. Has to be something in a PHP file. Which one???

  4. #4
    Join Date
    Feb 2006
    Posts
    230
    Plugin Contributions
    0

    Default Re: text size problem on ONE PAGE ONLY - step 2 of checkout

    I used the developers toolkit and came up with the following.
    "/home/herbschi/public_html/zen/includes/templates/Custom -green shade/common/tpl_header.php

    Line #0 : <?php "
    BUT - tpl_header.php does not have a line #0. ??? now what?

  5. #5
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: text size problem on ONE PAGE ONLY - step 2 of checkout

    All your secured pages have that extraneous text, so that's not it.

    I noticed the title of that page, which should be 'Step 2 of 3 , etc.' is 'admin'. Thats's defined in includes/languages/english/checkout_payment.php.

    You might check that file (or the copy in your override folder, if any).

  6. #6
    Join Date
    Feb 2006
    Posts
    230
    Plugin Contributions
    0

    Default Re: text size problem on ONE PAGE ONLY - step 2 of checkout

    Following are the first few line in the SOURCE file of checkout_payment. "admin" is right at the top!! How in heaven's name did it get there?? It's not in the checkout_payment.php file which follows the source file.

    Does anybody have any idea what's going on???????????????

    ----------------------------------------------------------------SOURCE FILE-------------------------------
    "<title>admin</title>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">

    <head>

    <title>Step 2 of 3 - Payment Information : Healing Herbs of China!, - From China and the World</title>"
    -----------------------------------------------------------------------------------------------------------------

    ----------------------------------------------------CHECKOUT_PAYMENT.PHP------------------------------------------------

    <?php
    /**
    * @package languageDefines
    * @copyright Copyright 2003-2006 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: checkout_payment.php 4087 2006-08-07 04:46:08Z drbyte $
    */

    define('NAVBAR_TITLE_1', 'Checkout - Step 1');
    define('NAVBAR_TITLE_2', 'Payment Method - Step 2');

    define('HEADING_TITLE', 'Step 2 of 3 - Payment Information');

    define('TABLE_HEADING_BILLING_ADDRESS', 'Billing Address');
    define('TEXT_SELECTED_BILLING_DESTINATION', 'Your billing address is shown to the left. The billing address should match the address on your credit card statement. You can change the billing address by clicking the <em>Change Address</em> button.');
    define('TITLE_BILLING_ADDRESS', 'Billing Address:');

    define('TABLE_HEADING_PAYMENT_METHOD', 'Payment Method');
    define('TEXT_SELECT_PAYMENT_METHOD', 'Please select a payment method for this order.');
    define('TITLE_PLEASE_SELECT', 'Please Select');
    define('TEXT_ENTER_PAYMENT_INFORMATION', '');
    define('TABLE_HEADING_COMMENTS', 'Special Instructions or Order Comments');

    define('TITLE_NO_PAYMENT_OPTIONS_AVAILABLE', 'Not Available At This Time');
    define('TEXT_NO_PAYMENT_OPTIONS_AVAILABLE','<span class="alert">Sorry, we are not accepting payments from your region at this time.</span><br />Please contact us for alternate arrangements.');

    define('TITLE_CONTINUE_CHECKOUT_PROCEDURE', '<strong>Continue to Step 3</strong>');
    define('TEXT_CONTINUE_CHECKOUT_PROCEDURE', '- to confirm your order.');

    define('TABLE_HEADING_CONDITIONS', '<span class="termsconditions">Terms and Conditions</span>');
    define('TEXT_CONDITIONS_DESCRIPTION', '<span class="termsdescription">Please acknowledge the terms and conditions bound to this order by ticking the following box. The terms and conditions can be read <a href="' . zen_href_link(FILENAME_CONDITIONS, '', 'SSL') . '"><span class="pseudolink">here</span></a>.');
    define('TEXT_CONDITIONS_CONFIRM', '<span class="termsiagree">I have read and agreed to the terms and conditions bound to this order.</span>');

    define('TEXT_CHECKOUT_AMOUNT_DUE', 'Total Amount Due: ');
    define('TEXT_YOUR_TOTAL','Your Total');
    ?>
    --------------------------------------------------------------------------------------------------------------------------

  7. #7
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: text size problem on ONE PAGE ONLY - step 2 of checkout

    From what folder did you get that copy of checkout_payment.php ? Has an override copy already been created ?

    You might try the DTK again and search for 'admin' (including the single quotes). A stock installation will return 3 files with that string.

 

 

Similar Threads

  1. v151 One-Step Checkout
    By PetleyJ in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 20 Jun 2013, 11:44 AM
  2. v151 Is there any one step checkout or fast checkout addon?
    By buhebutler in forum Addon Payment Modules
    Replies: 2
    Last Post: 6 Dec 2012, 06:06 PM
  3. change text on one page only
    By Didee in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Mar 2009, 05:54 AM
  4. One step checkout
    By zitsushi in forum General Questions
    Replies: 12
    Last Post: 24 Sep 2008, 06:03 AM
  5. Adding Text on my one and only check out page
    By sandy2000ca in forum General Questions
    Replies: 1
    Last Post: 16 Sep 2008, 05:22 PM

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