Thread: Newest Products
View Single Post
  #130  
Old 03-26-2006, 12:38 AM
  cliffo4's Avatar 
cliffo4 cliffo4 is offline
 

Member
  
Join Date: Jul 2005
Location: Leicester, UK
Posts: 19
 

Default

Quote:
Originally Posted by Vacman
OK did the above instruction, fixed the error, but now I get this:

Page not found!
The requested page does not exist or you are not allowed to access it!
The error you show tends to happen because the page paramateres that have been set for the templates is not included in the home_main.tpl file So:

Quote:
1) You need to edit {xcart_dir}/skin1/customer/home_main.tpl

Add the following lines before the {else} at bottom of file:

Code:
{elseif $main eq "newproducts"} {include file="customer/main/newproducts.tpl"}
So Adjust that and you should be ok.
Reply With Quote