Zen-Cart Can not Run Admin

When visit zen-cart (V1.3.8a) amdin log in page, it shows: Fatal error: Class ‘notifier’ not found in /home/myhost/public_html/myshop/includes/autoload_func.php on line 79 modify configure.php under admin/includes define(‘DIR_FS_CATALOG’, ‘/home/myhost/myshop);  to   define(‘DIR_FS_CATALOG’, ‘/home/myhost/myshop/’); Always best to run zc_install to build the configure.php… Read moreZen-Cart Can not Run Admin

How to remove “New Products …, All Products” in Zen Cart main page?

Open 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: