View Single Post
  #2  
Old 02-16-2013, 02:44 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Featured product to category page

You will have to modify the featured products tmeplate and change the <a> tag to point to the category but I am not sure why you want it like this - as a customer if I click on product I will expect to see the product page not the category page

Not test but something like this
<a href="home.php?cat={$product.categoryid}">
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote