View Single Post
  #3  
Old 09-14-2007, 06:09 AM
 
sjbt sjbt is offline
 

Advanced Member
  
Join Date: Jun 2007
Posts: 35
 

Default 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">&raquo;&nbsp;TheCategory Name</a>
{else}
go on with the loop.


Thanks for answering my dumb questions.
__________________
X-Cart 4.1.8
Reply With Quote