View Single Post
  #4  
Old 09-21-2003, 12:13 AM
 
funkydunk funkydunk is offline
 

X-Man
  
Join Date: Oct 2002
Location: Cambridge, UK
Posts: 2,210
 

Default

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.
__________________
ex x-cart guru
Reply With Quote