Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Category page - remove rowheader

Category page - remove rowheader

Locked

Views: 1,268

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
24 Jul 2006, 3:09 AM
#1
snewman avatar

snewman

New Zenner

Join Date:
Jul 2006
Posts:
2
Plugin Contributions:
0

Category page - remove rowheader

I'm trying to remove the table heading rows on this page:
http://alberni.textdrive.com/~crybaby/index.php?main_page=index&cPath=1

I've started looking in product_listing.php, but I wanted to see if there was an easier answer than hacking up the array that is supplying it to the tabular display.

Thanks in advance!

(BTW I don't know why it's aligned to the bottom of the page - I think it's a width issue, but I have bigger fish to fry right now)

24 Jul 2006, 4:16 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Category page - remove rowheader

It looks as though you are using zencart 1.3.x but the page in your link has the product info in tables.

Was this an upgeaded site? If using 1.3.x you should not have these as tables???

24 Jul 2006, 2:41 PM
#3
snewman avatar

snewman

New Zenner

Join Date:
Jul 2006
Posts:
2
Plugin Contributions:
0

Re: Category page - remove rowheader

I thought I started with the correct template, I used template_default from my 1.3 installation. (Then I used a template to acheive my centered 2-column layout, as it was the easiest for me to accomplish) I may go in after launch and work on a pure CSS design, but for now I just want to get the site launched to match our existing site.

The template is calling tpl_tabular_display.php which definitely seems to be using tables by default - is this right? I'm having a lot of trouble working with the tabular dispaly on this page and the featured items on the front page.

If I'm going in the wrong direction, please let me know. Thank you so much for your help!

24 Jul 2006, 5:20 PM
#4
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,611
Plugin Contributions:
0

Re: Category page - remove rowheader

Try using the CSS:

.productListing-heading {
display: none;
}