Forums / Templates, Stylesheets, Page Layout / Please help, I ruined my define_checkout_success.php

Please help, I ruined my define_checkout_success.php

Locked
Results 1 to 5 of 5
This thread is locked. New replies are disabled.
03 Nov 2010, 03:23
#1
mommymilk avatar

mommymilk

New Zenner

Join Date:
Apr 2008
Posts:
14
Plugin Contributions:
0

Please help, I ruined my define_checkout_success.php

I'm not very website savvy so I apologize if this was a stupid thing to do. I searched the forums for an answer already and I found one solution saying to download zencart and re load the define_checkout_success.php file. I've downloaded it but can't find the file I need in the zecart folder.

Is there a way that I can be directed to just the file I need to upload? O r can someone paste here what I need to put in the file throuh my CP?

My order haven;t been working for day now, I could just scream:frusty:


Thanks so much for any help!

Allicia
03 Nov 2010, 04:11
#2
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Posts:
6,800
Plugin Contributions:
0

Re: Please help, I ruined my define_checkout_success.php

If you've followed the overrides system properly, you should have a copy in includes/languages/english/html_includes. Your modified version should be saved in includes/languages/english/html_includes/YOUR_TEMPLATE (where YOUR_TEMPLATE is the name of your custom template).
03 Nov 2010, 14:13
#3
mommymilk avatar

mommymilk

New Zenner

Join Date:
Apr 2008
Posts:
14
Plugin Contributions:
0

Re: Please help, I ruined my define_checkout_success.php

Thanks for your help Mary. Though, I haven't seemed to get to the bottom of this yet.

When my customers get through paypal checkout after clicking "confirm payment" they get a blank page.
The address is www.mommymilktanks.com.index.php?_mainpage=checkout_process or something to this effect.

What do I need to fix so they don't see a blank page?:down:
03 Nov 2010, 14:23
#4
mommymilk avatar

mommymilk

New Zenner

Join Date:
Apr 2008
Posts:
14
Plugin Contributions:
0

Re: Please help, I ruined my define_checkout_success.php

Ok, I've figured it out. Thanks again Mary for your help.
03 Nov 2010, 14:35
#5
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Posts:
6,800
Plugin Contributions:
0

Re: Please help, I ruined my define_checkout_success.php

If you post your solution, it may help someone in future. Blank pages are generally caused by an error in the php code.