View Single Post
  #3  
Old 04-04-2010, 12:53 PM
 
drudden drudden is offline
 

Advanced Member
  
Join Date: Dec 2005
Posts: 66
 

Default Re: customizing the featured product on homepage

Quote:
Originally Posted by Tami Indra
How do I work with this? Or, is there another way to go about it?

You might be able to use a conditional statement in products_t.tpl to accomplish what you need.

Code:
{if $main eq "catalog" && $current_category.category eq ""} show these product thumbnail dimensions on the homepage {else} show the default product thumbnail dimensions on all other pages {/if}
__________________
Thanks,

Dan

X-Cart Version 4.3.1
Reply With Quote