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}