Amrinder0001 / bakesale

Automatically exported from code.google.com/p/bakesale
1 stars 0 forks source link

Thumbnail image dimensions are not filled in #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Display product category page

What is the expected output? What do you see instead?
The <img> tags should have the correct width and height values. Instead
they are empty (height="" width="")

What version of the product are you using? On what operating system?
SVN, rev. 518

Please provide any additional information below.
The config fields are wrong. Change:

BakeSale.images_thumb_height -> Image.thumb_height
BakeSale.images_thumb_width -> Image.thumb_width

Note: I made these changes and the dimensions are still not filled in.
Something else is wrong too.

Original issue reported on code.google.com by saltori...@gmail.com on 3 Nov 2007 at 12:07

GoogleCodeExporter commented 9 years ago
BTW, Matti, I see the same defect on your shop. If you view your shop with IE 
there
the thumbnail images are not visible. 

Original comment by saltori...@gmail.com on 3 Nov 2007 at 12:08

GoogleCodeExporter commented 9 years ago
It also needs to be changed here: views/elements/products.thtml. It works now 
here.

Original comment by saltori...@gmail.com on 3 Nov 2007 at 12:43

GoogleCodeExporter commented 9 years ago

Original comment by putkonen...@gmail.com on 13 Apr 2009 at 7:56