Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / checkout_confirmation crashes!

checkout_confirmation crashes!

Locked

Views: 1,658

Results 1 to 9 of 9
This thread is locked. New replies are disabled.
2 May 2008, 4:40 AM
#1
perrosucio avatar

perrosucio

New Zenner

Join Date:
May 2008
Posts:
6
Plugin Contributions:
0

checkout_confirmation crashes!

When I reach step 3, checkout confirmation, the page loads up with an unfilled template as shown below:

Home :: NAVBAR_TITLE_1 :: NAVBAR_TITLE_2
HEADING_TITLE
HEADING_BILLING_ADDRESS
Edit
Me Cago
Popo Gigo
1122 Bugger Bugger Ave
Staten Island, NY 10304
United States
HEADING_PAYMENT_METHOD
Credit Card
Credit Card Type:
American Express
Credit Card Owner:
Popo Gigo
Credit Card Number:
3700XXXXXXX0002
Credit Card Expiry Date:
January, 2011

HEADING_DELIVERY_ADDRESS
Edit
Me Cago
Popo Gigo
1122 Bugger Bugger Ave
Staten Island, NY 10304
United States
HEADING_SHIPPING_METHOD
Per Unit (Best Way)

HEADING_ORDER_COMMENTS
Edit
NO_COMMENTS_TEXT

HEADING_PRODUCTS
Edit

Qty. Item Name Total
1 x Key Chain $4.25
$4.25
Sub-Total:

$3.00
Per Unit (Best Way):

$7.25
Total:

TITLE_CONTINUE_CHECKOUT_PROCEDURE
TEXT_CONTINUE_CHECKOUT_PROCEDURE

I can edit the actual page tpl_checkout_confirmation_default.php, and those changes do show up, but I want to know why this page is not displaying properly?
My checkout process does work both in test mode and production. Payments are sent and processed by my merchant account and everything from emails to invoices being recorded occurs successfully. The only issue is how this checkout confirmation page doesn't load correctly. I've even re-uploaded the page from the installation and it's still broken. Please help!

I'm using
Zen Cart 1.3.8a
Linux 2.4.32-grsec+f6b+gr217+nfs+a32+fuse23+tg+++opt+c8+gr2b-v6.194 Database: MySQL 5.0.45-log
HTTP Server: Apache/2.0.61 (Unix) PHP/4.4.7 mod_ssl/2.0.61 OpenSSL/0.9.7e mod_fastcgi/2.4.2 DAV/2 SVN/1.4.2
PHP Version: 5.2.3 (Zend: 2.2.0)
PHP Memory Limit: 90M
PHP Safe Mode: Off
PHP File Uploads: On Max Size: 7M POST Max Size: 8M
Database Data Size: 910 kB Database Index Size: 519 kB

2 May 2008, 10:12 PM
#2
perrosucio avatar

perrosucio

New Zenner

Join Date:
May 2008
Posts:
6
Plugin Contributions:
0

Re: checkout_confirmation crashes!

How can I fix this problem? Any suggestions?

2 May 2008, 10:28 PM
#3
steven300 avatar

steven300

Totally Zenned

Join Date:
Jan 2008
Posts:
1,564
Plugin Contributions:
1

Re: checkout_confirmation crashes!

Bugs are issues that occur with every Zen Cart site. This problem is specific to you.

Anyway, it looks like some of your language files are messed up, or possibly not even there!

Check includes/languages/english/checkout_confirmation.php to see if it exists. If it does, compare it with that of an original for differences.

Or it might be
includes/languages/english/your_template/checkout_confirmation.php

3 May 2008, 12:18 PM
#4
perrosucio avatar

perrosucio

New Zenner

Join Date:
May 2008
Posts:
6
Plugin Contributions:
0

Re: checkout_confirmation crashes!

Steven,

Thanks for your suggestion! I discovered that I was missing [ includes/languages/english/checkout_confirmation.php ] after all.

Now that I test it out I'm getting a new error that I never had before in test mode :
MODULE_PAYMENT_AUTHORIZENET_AIM_TEXT_AUTHENTICITY_WARNING

Also the combined shopping cart used to display text now it just warns:
WARNING_SHOPPING_CART_COMBINED

It looks like more english language files are missing where they weren't before.

I'll keep digging around but if anyone has any answers please help. Thanks!

3 May 2008, 12:34 PM
#5
steven300 avatar

steven300

Totally Zenned

Join Date:
Jan 2008
Posts:
1,564
Plugin Contributions:
1

Re: checkout_confirmation crashes!

Whenever you see some text like that which is in capitals, it almost always means there's a missing or damaged language file somewhere. What you need to do is download a fresh version of Zen Cart and compare all its language files with those of your own. To make this easier, there are tools available which can be used to compare files and folders to check for any differences. Many people here use WinMerge, which is free.

3 May 2008, 12:36 PM
#6
perrosucio avatar

perrosucio

New Zenner

Join Date:
May 2008
Posts:
6
Plugin Contributions:
0

Re: checkout_confirmation crashes!

Seems like my english.php file in the english folder was missing this declaration:

define('WARNING_SHOPPING_CART_COMBINED', 'NOTICE: For your convenience, your current shopping cart has been combined with your shopping cart from your last visit. Please review your shopping cart before checking out.');

Very odd. The warning WAS popping up before I corrected the step 3 bug, then it went missing. Strange.

3 May 2008, 12:51 PM
#7
steven300 avatar

steven300

Totally Zenned

Join Date:
Jan 2008
Posts:
1,564
Plugin Contributions:
1

Re: checkout_confirmation crashes!

In fact, it would be prudent to check all your files, just in case anything else is missing.

3 May 2008, 5:37 PM
#9
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: checkout_confirmation crashes!

NOTE: This is being moved OUT of the bug reports section ... because it's not a bug.