Zen Cart Logo
Forums / General Questions / Main Page Product Listing Issue

Main Page Product Listing Issue

Locked

Views: 656

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
21 Dec 2009, 3:19 PM
#1
anshii avatar

anshii

New Zenner

Join Date:
Dec 2009
Posts:
35
Plugin Contributions:
0

Main Page Product Listing Issue

Hi,

I a new Zen Cart user and am customizing my shop - putting the final touches. I was testing my site all this while (1 week+) with only 1 product. I add another today and the listing on "New Products for December" went haywire.

Please take a look at https://www.lilpixies.com - you can see that the product doesn't list properly. What has possibly gone wrong????

Thank you.

21 Dec 2009, 6:57 PM
#2
peytonrm avatar

peytonrm

New Zenner

Join Date:
Jun 2008
Location:
Morrisville, NC
Posts:
47
Plugin Contributions:
0

Re: Main Page Product Listing Issue

I believe that's happening because the layer containing that content is floated to the left.

If you go into the template for that display and remove the class="back" part, that should fix it for you.

22 Dec 2009, 8:48 AM
#3
anshii avatar

anshii

New Zenner

Join Date:
Dec 2009
Posts:
35
Plugin Contributions:
0

Re: Main Page Product Listing Issue

peytonrm:

I believe that's happening because the layer containing that content is floated to the left.

If you go into the template for that display and remove the class="back" part, that should fix it for you.

Thank you for your help :D

The only place I found this command linked to the new products on main page is /includes/modules/new_products.php. I deleted and now it's showing properly but only as columns.

Is this layout correct? Did I fix the correct file?