View Single Post
  #2  
Old 08-17-2009, 04:43 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Change Layout of Products List Page

Find
Code:
<div class="descr">{$product.descr}</div>
and move it above
Code:
{if $config.Appearance.display_productcode_in_list eq "Y" && $product.productcode ne ""} <div class="sku">{$lng.lbl_sku}: {$product.productcode|escape}</div> {/if}
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote