View Single Post
  #2  
Old 02-05-2005, 08:53 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

While I agree the thumbnail can look bad if scaled way down (like from 200px to 50px) it is not as bad if the sizes of the thumbnail on the products page and the product detail page are closer (say within 25 or 50px of eachother). The solution if you have a large difference is of course just as the mod shows.

To move the description under the rest of the details, simply edit product.tpl, cut and paste this chunk of code where you want it to appear:

Code:
{if $product.fulldescr ne ""}{$product.fulldescr}{else}{$product.descr}{/if}

And for future reference, you don't need to post the whole mod, a link will suffice
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote