
Sometimes your mail server configuration requires a particular format in order to send messages.
Options to try include:
CAPITALIZED words refer to a folder or language that you choose. We use CUSTOM for your template and ENGLISH for your language by default. These generic terms should be changed to the name of the template/language you are using.
To change the “Sales Message Goes Here” or “Tagline Here” text to say what you want open the includes/languages/english/header.php file in your text editor. Find the following line of code:
define('HEADER_SALES_TEXT', 'Tagline Here');
Replace the tagline text with your own text, making sure that the single quote marks are not left out.
Save the edited file to includes/languages/english/custom/header.php ...
CAPITALIZED words refer to a folder or language that you choose. We use CUSTOM for your template and ENGLISH for your language by default. These generic terms should be changed to the name of the template/language you are using.
Using an image editor, create a new background graphic and save it to includes/templates/CUSTOM/images/your_header_image.???.
Now open your stylesheet.css and find or add the following code.
#logoWrapper {
width:760px;
height:110px;
By default Zen Cart uses logo.gif for the name of this image, but you can use you own filename for the logo.
Using an image editor, create your new logo and save it to includes/templates/CUSTOM/images/your_image_name.??? and upload it to your server.
After creating your logo you can adjust the height, width and ...
CAPITALIZED words refer to a folder or language that you choose. We use CUSTOM for your template and ENGLISH for your language by default. These generic terms should be changed to the name of the template/language you are using.
If you don't want or need a logo, open includes/templates/template_default/common/ tpl_header.php find and comment out this line of code by adding “<!--” at the beginning, “-->” at the end and “//” between the words php and echo, as shown below.
<!-- <div id="logo">
<?php // echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/'
...
If you want to eliminate “Welcome Guest!” Would you like to log yourself in?” message completely, turn off the Customer Greeting in your Admin -> Configuration -> Layout settings -> Customer Greeting -> Show on Index Page and set to 0.
If you want to replace this message with one of your own, start your text editor and open the includes/languages/ENGLISH/index.php file and locate these lines of code:
...CAPITALIZED words refer to a folder or language that you choose. We use CUSTOM for your template and ENGLISH for your language by default. These generic terms should be changed to the name of the template/language you are using.
Copyright © 200X Zen Cart covers the design and graphics in the templates. If you are using a stock template with the included graphics you must leave the copyright.
If you make a custom template and use your own graphics you may change the copyright as follows:
Open the includes/languages/english.php file in your text editor.
Find the following lines of code. We will be changing the text starting with “Copyright” and ending with the first “Zen Cart”.
define('FOOTER_TEXT_BODY', ...
Your images are distorted because the images sizes are set to fixed dimensions, both height and width, and if your images are not the same ratio they will appear ...
FAQ Categories
