Re: Make Static Page a Category Page
I wanted to redirect a category page to a static page. The static page represents a "doorway" to a certain class of products.
I got it to work this way.
I made a category page and then edited categories.tpl within the {foreach} loop to add an {if} statement to look for the X-Cart Category and substitute my page.
{if $c.category eq "TheCategoryName"}
<a href="pages.php?pageid=9">» TheCategory Name</a>
{else}
go on with the loop.
Thanks for answering my dumb questions.
__________________
X-Cart 4.1.8
|