View Single Post
  #8  
Old 07-20-2007, 06:10 PM
  wjbrewer's Avatar 
wjbrewer wjbrewer is offline
Banned
 

X-Adept
  
Join Date: Feb 2005
Location: Pittsburgh, PA
Posts: 504
 

Default Re: Images Will Not Display - Why?

Are you sure the display is not being truncated? If the image tag is past 300 characters it will be cut off. You can test it by opening skin1/customer/main/products.tpl and changing this:

Code:
{$products[product].descr|truncate:300:"...":true}

to this:

Code:
{$products[product].descr}
Reply With Quote