Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2006
    Posts
    2
    Plugin Contributions
    0

    Default Category page - remove rowheader

    I'm trying to remove the table heading rows on this page:
    http://alberni.textdrive.com/~crybab...=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)

  2. #2
    Join Date
    Aug 2005
    Posts
    26,014
    Plugin Contributions
    9

    Default 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???
    Zen-Venom Get Bitten
    Get Your Business Found

  3. #3
    Join Date
    Jul 2006
    Posts
    2
    Plugin Contributions
    0

    Default 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!

  4. #4
    Join Date
    Jun 2003
    Posts
    33,825
    Plugin Contributions
    0

    Default Re: Category page - remove rowheader

    Try using the CSS:

    .productListing-heading {
    display: none;
    }

 

 

Similar Threads

  1. Howto remove Page 2, Page 3, and Page 4?
    By harmeet in forum General Questions
    Replies: 2
    Last Post: 24 Oct 2010, 03:25 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •