What I have tried:
Please note that with all the adding and removal noted below that the necklace category product listing images (which is correctly displayed) kept displaying correctly. Also, all other categories displayed images (earrings, pendants) were the same before and after changes. Thus, there were no positive display changes caused by any changes performed below.
I removed all additions I have done in the stylessheet with no positive effect.
I removed the addition “click to enlarge” text in index.php in the define('TABLE_HEADING_IMAGE', 'Product Image'); no effect.
I added a category with no effect. It only made that table column for that category larger than any other category.
I changed images for categories, with no effect. Image size 160x120 was the same for all categories.
I went thru Admin and made all product images 160x120 with no effect.
I have changed in Admin > Images > Calculate image size > false
I have changed in Admin > Images > Image - Use Proportional Images on Products and Categories > off
All small images are 160x120
I do not know if the listCell0-0 varies (is too large) or that listCell0-1 varies (is too small). ListCell0-2 is constant width of 125 which is as it should be. This is set in Admin > Product Listings as 125.
I believe that problem may be in one or more of the files below.
includes/classes/boxes.php
includes/functions/functions_general.php
includes/modules/product_listing.php
Using firebug I believe the problem is in the scope. But I do not know php so that is as far as I know what to do. Note that I have addon: Admin Profiles which may/maynot have any effect on boxes.php. I do not know.
Below is a listing from my local machine (ZC 1.3.7.1) which has the same problem.
<tbody>
<tr class="productListing-rowheading">
<th id="listCell0-0" class="productListing-heading" align="center" scope="col">Product Image</th>
<th id="listCell0-1" class="productListing-heading" scope="col">
<a class="productListing-heading" title="Sort products descendingly by Item Name" href="http://www.example.com/store/index.php?main_page=index&cPath=4&page=1&sort=2a">Item Name-</a>
</th>
<th id="listCell0-2" class="productListing-heading" width="125" align="right" scope="col">
<a class="productListing-heading" title="Sort products ascendingly by Price" href="http://www.example.com/store/index.php?main_page=index&cPath=4&page=1&sort=3a">Price</a>
</th>
</tr>
I have spent about 3 constant working 10 hr days on this with no resolution.
Again thanks for any help.




