Hey all. I'm doing a cart with the newest version here (1.3.8), and I'm noticing an issue. I searched for the answer first, but either this hasn't been asked before, or I'm searching for the wrong thing. So I don't know if this is something *I've* done or if this is an actual bug that needs reported.
So, here's the thing. On my store, I have it set to show 12 items per page, in 3 columns (so it should display 12 items, with 3 items in each row). However, they're showing one per row.
I viewed the source code, and this is what I see:
<table border="0" width="100%" cellspacing="2" cellpadding="2">
<tr>
<td colspan="3"><hr /></td>
</tr>
<tr class="productListing-odd">
<td width="150" valign="top" class="main" align="center">
<a href="http://localhost/ZenCart1.3.8/index.php?main_page=product_info&cPath=1&products_id=1"><img src="images/anna-blue.jpg" alt="Anna" title=" Anna " width="104" height="88" /></a><br clear="all" /><a href="http://localhost/ZenCart1.3.8/index.php?main_page=product_info&cPath=1&products_id=1"><strong>Anna</strong></a><br clear="all" /><br clear="all" /> </td>
<td colspan="2" valign="top" class="main">
</td>
</tr>
Now, I don't know if you can tell through that jumble there, but what it's doing is providing a "td" with a colspan of "3", instead of making the *table* a colspan of 3.
ow, like I said, I don't know if I have a setting wrong (which I very well may - I've been scouring the admin are trying to find that setting because I cant remember where it is!) or if this is an actual boo-boo in the code itself. So if someone could smack me with the answer, I'd appreciate it :)
Thanks!



