Zen Cart Cheat Sheet
- September 5th, 2008
- Posted in Zen Cart
- Write comment
Remove number of sub-categories :
Admin -> Config -> My Store -> Show Category Counts Set to false
Remove the -> (arrow sign) from sub categories:
admin -> configuration -> layout setting – > categories separator.
Remove Sidebox Header :
#categoriesHeading {
display: none;
}
New products box-2 columns instead of 3:
admin -> configuration -> Index listing -> New Products Columns per Row
Image with no borders : img {border: none;}
Zen_image with Align : zen_image(DIR_WS_CATALOG_IMAGES . PRODUCTS_IMAGE_NO_IMAGE, $pInfo->products_name, SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, ‘align=”right” hspace=”5″ vspace=”5″‘)
Adding ID to zen_draw_input_field
zen_draw_input_field(‘fax’, ”, ‘id=”fax”‘)
Main File Locations:
Index body location : templates/tpl_index_default.php
No comments yet.