Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Product Listing Issue

Product Listing Issue

Views: 572

Results 1 to 5 of 5
1 Oct 2011, 6:00 PM
#1
theo avatar

theo

New Zenner

Join Date:
Dec 2010
Posts:
9
Plugin Contributions:
0

Product Listing Issue

I've been messing around trying to get my product listing page to look exactly how the design asks for. However last night I ran in to a problem with

Product Image
Item Name-

showing up above the actual products in the page, I cannot for the life of me figure out how to get rid of them or for that matter why they even showed up.

Any suggestions would be greatly appreciated. Link to the page is below.

http://www.posse5000.com/p5gstore/index.php?main_page=index&cPath=8

1 Oct 2011, 6:24 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Product Listing Issue

That's the product listing heading - handy if you intend to have more than one product in a category:

http: //www.stevesh.org/demo/index.php?main_page=index&cPath=3_10

One way to remove it would be to add to the bottom of your stylesheet:

.productListing-heading {display: none;}

1 Oct 2011, 6:28 PM
#3
theo avatar

theo

New Zenner

Join Date:
Dec 2010
Posts:
9
Plugin Contributions:
0

Re: Product Listing Issue

Many thanks stevesh, took care of the issue like a charm. And now thinking back on it I did restore the default stylesheet to fix an issue before I started editing again. Saved me many more hours of slamming my head on the table.

1 Oct 2011, 6:55 PM
#4
theo avatar

theo

New Zenner

Join Date:
Dec 2010
Posts:
9
Plugin Contributions:
0

Re: Product Listing Issue

Well it seems I spoke too soon, while the text is gone there seems to be a "ghost" entry in the product list that is causing for my design to pump out stuff before the real products.

http://www.posse5000.com/p5gstore/index.php?main_page=index&cPath=8

same link, just has my graphics added in so you can see what I'm talking about.

1 Oct 2011, 7:16 PM
#5
theo avatar

theo

New Zenner

Join Date:
Dec 2010
Posts:
9
Plugin Contributions:
0

Re: Product Listing Issue

Well I seemed to have figured it out though I really think this is a hap-hazard fix to the issue I'm having so any extra thoughts would be appreciated.

I opened up tpl_columnar_display.php and changed the row=0 to row=1 to skip the first "ghost" product I seem to have. Like I said it did fix the issue but not sure if this is the proper fix.