Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11
    Join Date
    Feb 2008
    Location
    Southern California
    Posts
    142
    Plugin Contributions
    0

    Default Re: How do I make a simple list?

    Only at your free time Glenn!

    Happy holidays!, I'm going to watch "meet the fockers" movie myself! hahaa

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

    Default Re: How do I make a simple list?

    I had forgotten that the stock All Products listing is an old-fashioned pure table layout, with no CSS classes/ids or usefully addressable HTML elements at all. You would have to print from a product listing page (all the products in one category at a time) to be able to make a simple product name list.
    Alternatively, you could add <span> elements with classes in the all products tpl file so they could be controlled - not a very complex job, really.

    Here is a stock print_stylesheet, with some added rules in red for the product listing page:
    /includes/templates/your_template/css/print_stylesheet.css
    Code:
    /**
     * CSS Stylesheet for printing
     *
     * @package templateSystem
     * @copyright Copyright 2003-2006 Zen Cart Development Team
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     $Id: print_stylesheet.css 4530 2006-09-16 04:00:24Z drbyte $
    */
    body {background-color: #ffffff;}
    #contentMainWrapper {background-color: #ffffff;}
    .messageStackWarning, #navMainWrapper, #navMainSearch, #navCatTabsWrapper, #navEZPagesTop, 
    #navColumnOne.columnLeft, #navColumnTwo.columnRight, 
    .navMainSearch,
    #navSupp, .banners, #navBreadCrumb, .buttonRow { display: none;}
    
    
    #categoryImgListing, #indexProductListCatDescription, 
    #indexProductList form>label, #indexProductList form>select, 
    .productListing-rowheading, 
    .navSplitPagesResult, .navSplitPagesLinks, 
    .listingProductImage, .listingDescription, 
    .productListing-data+.productListing-data+.productListing-data, 
    /*adjust as reqd - the above hides third and following column of listing*/
    .centerBoxWrapper {
    display: none;}
    
    /* Other relevant properties for paged media:
    - page-break-before
    - page-break-after
    - page-break-inside
    - orphans
    - widows
    */
    Last edited by gjh42; 28 Dec 2010 at 07:25 PM.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v151 How to display products in a simple list?
    By dlvonde in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 11 Jul 2013, 07:02 PM
  2. How do I make this simple change?
    By cdnbride in forum Customization from the Admin
    Replies: 2
    Last Post: 10 Feb 2010, 03:58 AM
  3. Help - simple change I've forgotten how to make
    By tmccartney in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Sep 2007, 09:12 PM
  4. Slow shop - make a list how to make the shop fast please?
    By Backstage in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 31 Jan 2007, 09:20 PM
  5. Simple question - how do I list...
    By richx in forum General Questions
    Replies: 2
    Last Post: 17 Sep 2006, 03:45 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