How to give alternate row shading to products listing in Zen Cart

When shopping carts list products, adding a little formatting and color to your web page can make all the difference.
for Zen cart row shading, simply add this CSS code to your style sheet.
.rowOdd {
background-color: #E8E8E8;
height: 1.5em;
vertical-align: top;
}
.rowEven {
background-color: #F0F0F0;
height: 1.5em;
vertical-align: top;
}
That’s it!

How to configure meta tags in zen cart

In order to change the web page’s title, you must change the code in the following location.
Ftp into your zen cart’s home directory on your server and locate
includes>languages>english>meta_tags.php
Make sure the file is writable
locate the following 2 php constants
define(’TITLE’, ‘Your web page’s title here’);
define(’SITE_TAGLINE’, ‘this text goes to the right of the title above on the [...]