Make certain the folders you created have the exact same name as the folders that came with the template.
Make certain the folders you created have the exact same name as the folders that came with the template.
What is the best program to modify the php files. The define page editor as I understand it only can modify pages in the HTML_includes directory. I like this program because you can see what you editing without haveing hunt through the htlm code or see the html code and work on it directly. Is there another progam that will do that?
For the html_includes files (define pages), you can download several mods (FCKeditor, TinyMCE, etc) and install to ZC.
For editing php files, Crimson Editor and Notepad ++ is recommended and free. Personally, I like Alleycode..also free.
For php files, a good text editor is best. Notepad++ and Crimson Editor are good and free on the net.
1. In the header.php in the default classic there is a picture the header main bar. I cannjot see where the picture come from and what the files is. I cannot look it up if I don't know the files name of the image. Can you help me as I would like to addmy company logo in the header. Next:
2. I would like to understand where the image for the zen+cart logo is located. I put a gif file called letterhead.gif in the images file and then replaced the logo.gif in the hearder.php with letterhead.gif and it does not show up. I also used image/lettehrhead.gif and it does not show up. Below is code from the hearder.php file showing where the logo.gif (which is the zen-cast logo). I does not specify apath to the image.
// added defines for header alt and text
define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce [home link]');
define('HEADER_SALES_TEXT', '<h1>TagLine Here</h1>');
define('HEADER_LOGO_WIDTH', '200px');
define('HEADER_LOGO_HEIGHT', '70px');
define('HEADER_LOGO_IMAGE', 'logo.gif');
1. I didn't check this, but the image is likely coming from the stylesheet.
2. https://www.zen-cart.com/tutorials/i...hp?article=125