Zen Cart Logo
Forums / General Questions / Urgent! Checkout Confirmation Down, showing HEADING_TITLE etc

Urgent! Checkout Confirmation Down, showing HEADING_TITLE etc

Locked

Views: 1,949

Results 1 to 13 of 13
This thread is locked. New replies are disabled.
10 May 2008, 3:28 PM
#1
cs_jono avatar

cs_jono

Inactive

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

Urgent! Checkout Confirmation Down, showing HEADING_TITLE etc

Hello -

Have a bit of a problem. For some reason when I go to our checkout confirmation page (in a test environment) instead of getting the normal titles i get things such as HEADING_TITLE, HEADING_ORDER_COMMENTS, HEADING_PRODUCTS. When I revert to template_default it does the same thing. Does any one know why this would be?

10 May 2008, 3:38 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Urgent! Checkout Confirmation Down, showing HEADING_TITLE etc

Maybe a corrupted file (or files) where those are defined - **english.php **would be one.

10 May 2008, 4:11 PM
#4
cs_jono avatar

cs_jono

Inactive

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

Re: Urgent! Checkout Confirmation Down, showing HEADING_TITLE etc

Does anyone know all of the languages files that effect the confirm page?

10 May 2008, 4:15 PM
#5
steven300 avatar

steven300

Totally Zenned

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

Re: Urgent! Checkout Confirmation Down, showing HEADING_TITLE etc

Did you check the thread I linked to?

includes/languages/english/checkout_confirmation.php

10 May 2008, 4:19 PM
#6
cs_jono avatar

cs_jono

Inactive

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

Re: Urgent! Checkout Confirmation Down, showing HEADING_TITLE etc

Yes but that's not the same problem. My confirmation page isnt even carrying over the information from shipping and payment either. It's just the title's that isn't reading the language files properly

10 May 2008, 4:20 PM
#7
cs_jono avatar

cs_jono

Inactive

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

Re: Urgent! Checkout Confirmation Down, showing HEADING_TITLE etc

BTW I have those files on my server

10 May 2008, 5:28 PM
#8
drbyte avatar

drbyte

Sensei

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

Re: Urgent! Checkout Confirmation Down, showing HEADING_TITLE etc

Related FAQ: https://www.zen-cart.com/tutorials/index.php?article=95

Perhaps the language files you mention have been damaged somehow?

10 May 2008, 5:52 PM
#9
cs_jono avatar

cs_jono

Inactive

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

Re: Urgent! Checkout Confirmation Down, showing HEADING_TITLE etc

I thought so too...so i went back and reuploaded all of the original language files but still have the error.

10 May 2008, 6:11 PM
#10
drbyte avatar

drbyte

Sensei

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

Re: Urgent! Checkout Confirmation Down, showing HEADING_TITLE etc

So ... it begs the question ... what's been changed since it was last working as expected?
How do the files on your site compare with your last full backup? What's different?
Are any other pages affected?
Did someone change the permissions on the files in any way?
Did someone install an addon, or change anything in any of the files on your site?
...

10 May 2008, 6:14 PM
#11
cs_jono avatar

cs_jono

Inactive

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

Re: Urgent! Checkout Confirmation Down, showing HEADING_TITLE etc

The trouble came about once I attempted to uninstall the Fast and Easy Checkout for Zen Cart v1.17. When I installed that it worked fine...when I uninstalled it was when I started to have this trouble.

10 May 2008, 6:36 PM
#12
drbyte avatar

drbyte

Sensei

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

Re: Urgent! Checkout Confirmation Down, showing HEADING_TITLE etc

That would have been useful information to include in your initial post.
(It's also a good reason to do mod install testing on a test website.)

That module makes changes to the FILENAME_CHECKOUT_xxxx definitions, typically via an extra file added to the /includes/extra_configures/ or extra_datafiles folder. Did you properly remove that extra file?

How exactly did you "uninstall" the mod? Typically reversing the installation steps is the most effective. Have you reviewed those steps to be sure you didn't miss anything?

10 May 2008, 8:26 PM
#13
cs_jono avatar

cs_jono

Inactive

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

Re: Urgent! Checkout Confirmation Down, showing HEADING_TITLE etc

Sorry about that, you are right that probably would have been helpful to have at the beginning. I have backtracked everything to uninstall that mod yet I still come up with the error.

The solution that I've come up with is to delete my test environment and to copy all my template folders that I need and reinstalled them.

Thanks for all of your help.