Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2006
    Posts
    98
    Plugin Contributions
    0

    Default adding new cell in product listing..

    Hey guys,

    I've been digging through the archives and still cannot figure out how to add a new cell to the product listing.. i downloaded the web developer for firefox (thanks for those who recommended it!) i wanted to add an extra cell after "price"

    th #listCell0-2 .productListing-heading <-- this is currently what shows up under the product price cell.. i tried using developers tool kit to look for that string w/ no luck..


    zc-newbie

  2. #2
    Join Date
    Sep 2004
    Posts
    1,388
    Plugin Contributions
    4

    Default Re: adding new cell in product listing..

    It's probably a table cell, as opposed to a CSS layout option. Open up the template file for the product info page and have a look there...

    includes/templates/template_default/templates/tpl_product_info_display.php

    You'll want to set up your own template to save any changes that you make:
    https://www.zen-cart.com/tutorials/i...hp?article=232
    Frank Koehl
    "Cleverly Disguised as a Responsible Adult"

    frankkoehl.com

  3. #3
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: adding new cell in product listing..

    The product listing output is built in /includes/modules/your_template/product_listing.php, to display a list ($column_list) built in /includes/modules/pages/index/main_template_vars.php.

    If you want an extra field done right, you probably should start with the basis of $column_list (a bunch of other constants and variables feeding back to admin settings). If you have something to just squeeze into the output, product_listing.php is probably good.

 

 

Similar Threads

  1. adding a new column to the product listing
    By warroyo90 in forum General Questions
    Replies: 0
    Last Post: 19 Jun 2012, 02:52 AM
  2. Cell Widths in the Product Listing Table
    By The Mad Robot in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Oct 2011, 02:18 AM
  3. Cell Widths in the Product Listing Table
    By The Mad Robot in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 2 Oct 2011, 03:08 AM
  4. Adding New Column to all Product Listing
    By newfu in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 29 Dec 2008, 02:30 PM
  5. Problem adding new field to product listing
    By rwoody in forum General Questions
    Replies: 1
    Last Post: 9 Oct 2006, 08:04 AM

Posting Permissions

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