I got it working, thanks to funkydunk. It seems like to link to the categories.tpl to make it load in the home.tpl area, you must change some of the smarty code. Below is the solution he gave me for future reference...
From: funkydunk
To: ahunte
Posted: Fri Apr 04, 2003 6:07 pm
Subject: Re: HELP please!
okay...here goes.
first create a mirror copy of customer/home.php calling it catlist.php
then amend the line that is :
$smarty->assign("main","catalog");
to
$smarty->assign("main","catlist");
then change the link to catlist.php
job done
|