How to remove “New Products …, All Products” in Zen Cart main page?
December 10th, 2009 — adminOpen tpl_categories.php under include/templates/template_default/siteboxes/
1. Remove New Products…,
At line 80,
if ($show_this->RecordCount() > 0) {
$content .= ‘<a class=”category-links” href=”‘ . zen_href_link(FILENAME_PRODUCTS_NEW) . ‘”>’ . CATEGORIES_BOX_HEADING_WHATS_NEW . ‘</a>’ . ‘<br />’ . “\n”;
Change the code to: Read the rest of this entry »