View Single Post
  #4  
Old 08-20-2011, 04:18 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Show featured products in 2 blocks

It is somethign like this

{if $product.orderby lt 100}
show first block
{elseif $product.orderby gt 100}
show second block
{/if}
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote