View Single Post
  #8  
Old 05-11-2009, 02:48 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: How to switch the Product Description down

The file is product.tpl not products.tpl
Also your cart version is 4.1.9, main 4.2.1
You just have to move the code around - you can use Webmaster to find out which templates or Firebug in FF
You will be looking for something like this in your product.tpl code
Code:
<table cellspacing="0" class="product-properties"> <tr> <td colspan="2" class="product-subtitle"> <div>{$lng.lbl_details}</div> </td> </tr> <tr> <td class="property-name">{$lng.lbl_sku}</td> .................................. ................................. {$lng.txt_product_downloadable} {/if} {/if} </td> </tr> {/if} </table>
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote