I'm new to Zen Cart, but not PHP. I've been trying to change the following source code, but can't for the life of me figure out where to configure it. Is it configured inside of ZenCart's admin or do I have to edit the PHP code? If I have to edit the code, can someone please tell me which file I will have to edit-Cherry Zen or the default template & file name.
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
<head>
<title>HOME_PAGE_TITLE</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="keywords" content="HOME_PAGE_META_KEYWORDS" />
<meta name="description" content="HOME_PAGE_META_DESCRIPTION" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="author" content="The Zen Cart™ Team and others" />
<meta name="generator" content="shopping cart program by Zen Cart™, http://www.zen-cart.com eCommerce" />
I'm having a problem with a site i'm working on. I'm getting a blank page when i click the button to go to the 2nd part of the checkout procedure.
I've downloaded and installed the error logging tool and it came back with this error message:
Now I have been discussing this with a few people on the Zen forum as initially I thought it was probably the functions_general.php page that was at fault, see the following thread http://www.zen-cart.com/forum/showthread.php?t=119717... But following some further advice i've got it appears that it may be a page in the cherry_zen template folder, flat.php[09-Feb-2009 13:16:53] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/u30chri/public_html/sienna/includes/languages/english/modules/shipping/cherry_zen/flat.php:53) in /home/u30chri/public_html/sienna/includes/functions/functions_general.php on line 44
I've notice that flat.php isn't part of the installation package for cherry_zen so the file must be dynamically created by zen cart or cherry zen itself.
Can someone please tell me how/why this page is created, and whether from wat you can see from my screen grab what's wrong with the coding. At present line 53 on the flat.php page is blank!!!
No, cherry zen does not randomly create files, nor does zen cart. Some human put the file there, and there is something wrong with the file.
Read this readme about headers already sent errors.
https://www.zen-cart.com/tutorials/index.php?article=87
You say a Human put it there, can you clarify whether or not flat.php is a bonafide cherry zen or zen cart file??