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:

How to hide x-cart v.3 home.php?

If you want home.php jump to your x-cart main domain name, add the following code in you .htaccess document under RewriteBase / , RewriteCond %{SERVER_PORT} !^443$ RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /([^/]+/)*home.php\ HTTP/