Quote:
Originally Posted by MiguelS
if category=Action Photos
literal
include ("table.php")
/literal
else
regular display.
|
Code:
{if $cat eq "123"}
{assign var="sku" value = $product.productcode}
{assign var="file" value = "$sku.php"}
{include_php file=$file}
{else}
do normal stuff
{/if}
Where 123 is the category id of the category and the included file is named the same as the sku.