Thread: Newest Products
View Single Post
  #71  
Old 11-17-2004, 02:05 PM
  finestshops's Avatar 
finestshops finestshops is offline
 

eXpert
  
Join Date: Oct 2002
Location: Toronto, Canada
Posts: 335
 

Default

Try this:

add in customer/home_main.tpl

Code:
{elseif $main eq "newest"} {include file="customer/main/newest.tpl"}

in newest.php

at the beginning add

Code:
require "./auth.php";

and at the end:

Code:
$smarty->assign("main","newest"); $smarty->display("customer/home.tpl");

do not forget to remove

Code:
require "./newest.php";

from home.php

now try to run http://www.domain.com/store/newest.php
Should work if I did not miss something

Or just order this mod here:
http://www.shopping-carts-upgrades.com/Newest-Products-Added-p-91.html

and we'll set it up this way.
__________________
Best regards,

Anton Pachkine
finestshops.com/x-cart
Reply With Quote