Zen Cart Logo
Forums / Upgrading from 1.3.x to 1.3.9 / Checkout confirmation page has wrong font size on 1.3.8a

Checkout confirmation page has wrong font size on 1.3.8a

Locked

Views: 1,984

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
23 Jan 2009, 11:23 PM
#1
cobraplant avatar

cobraplant

Zen Follower

Join Date:
Oct 2007
Posts:
101
Plugin Contributions:
0

Checkout confirmation page has wrong font size on 1.3.8a

I'm upgrading from 1.3.7 to 1.3.8a, and I'm encountering a peculiar problem on the upgrade. On the order confirmation page (index.php?main_page=checkout_confirmation), the fonts are suddenly twice as big. The fonts in the header and footer sections are as they should be, but all of the text in the main section of the page are too big, including the side boxes. This occurs only on the order confirmation page of v1.3.8a and only between the header and the footer. All other pages I've tested with 1.3.8a are just fine.

I examined the following files, but I didn't find anything unusual:
• includes/modules/pages/checkout_confirmation/header.php
• includes/templates/templates_default/templates/tpl_checkout_confirmation_default.php
• includes/languages/english/checkout_confirmation.php

My test site is:
http://www. cobraplant . com/ nursery
(Space added to avoid search engine indexing.)

I also installed the following modules:
• Edit Orders
• Stock by Attributes v4.7
• Testimonial Manager v1.5.0
• Reward Points v1.22

Any ideas where I could go to fix this? If you want to do a test purchase, send me a PM and I'll send you the test account info.

23 Jan 2009, 11:42 PM
#2
cobraplant avatar

cobraplant

Zen Follower

Join Date:
Oct 2007
Posts:
101
Plugin Contributions:
0

Re: Checkout confirmation page has wrong font size on 1.3.8a

Never mind. I finally found the error. It occurred in includes/languages/checkout_confirmation.php. The file started with <p> and ended with </p>. I'm not sure how they got there, but they seemed like a benign code, so they were easy to miss. The problem resolved once I took out the code. I was able to duplicate the error by putting them back in.

24 Jan 2009, 12:34 AM
#3
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,606
Plugin Contributions:
0

Re: Checkout confirmation page has wrong font size on 1.3.8a

Thanks for posting what caused the problem.