Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1. #11
    Join Date
    Sep 2006
    Location
    Sydney, Australia
    Posts
    45
    Plugin Contributions
    0

    Default Re: product listing display changes

    I don't know if this is still relavant..

    but here it is..

    Thanks to Linda... for indicating the template file..

    to delete the Displaying x to y (of z Products) in product listing

    Just put the tpl_modules_product_listing.php file (within the default teplate) into your custom template dir in <custom template>\templates\

    look for

    PHP Code:
    <?php echo $listing_split->display_count(TEXT_DISPLAY_NUMBER_OF_PRODUCTS); ?>

    change to :

    PHP Code:
    <?php // echo $listing_split->display_count(TEXT_DISPLAY_NUMBER_OF_PRODUCTS); ?>

    Deddy

  2. #12
    Join Date
    Mar 2006
    Location
    Rosebud, Victoria, Australia
    Posts
    310
    Plugin Contributions
    2

    Default Re: product listing display changes

    G'day,

    For the new products listing, the XHTML for that part of the page is...

    Code:
    <div id="newProductsDefaultListingTopNumber" 
    class="navSplitPagesResult back">Displaying 
    <strong>1</strong> to <strong>10</strong> 
    (of <strong>201</strong> new products)</div>
    Thus adding the following to your stylesheep.css CSS file should turn off the display of that part of your page without having to change any PHP code...

    Code:
    .newProductsDefaultListingTopNumber,
    .newProductsDefaultListingBottomNumber { display:none; }
    You should just need to add the other class pairs for the other pages -- e.g. product listing, all products, special products etc. -- as required.

    Best Regards, Lloyd Borrett.

  3. #13
    Join Date
    Oct 2006
    Posts
    9
    Plugin Contributions
    0

    Default Re: product listing display changes

    Hi i was able to comment out "Display X of X" but i can't find where to take out the title for "Product Image" and "Item Name" titles in the Product Listing Page.
    -thanks
    Marvin

  4. #14
    Join Date
    Mar 2006
    Location
    Rosebud, Victoria, Australia
    Posts
    310
    Plugin Contributions
    2

    Default Re: product listing display changes

    G'day,

    Again, you should be able to do this with an addition to your CSS file.

    Try...
    Code:
    tr.productListing-rowheading {display:none;}
    Though you might need to add...
    Code:
    th.productListing-heading {display:none;}
    Best Regards, Lloyd Borrett.

  5. #15
    Join Date
    Oct 2006
    Posts
    9
    Plugin Contributions
    0

    Default Re: product listing display changes

    thank you lloyd that did the trick!

    One other thing that's being bothering me is theres no spacing between the image and the Item Name any idea on how to give it more space or align the text to the top to be even with the image height? (See Attached)
    Attached Images Attached Images  

  6. #16
    Join Date
    Mar 2006
    Location
    Rosebud, Victoria, Australia
    Posts
    310
    Plugin Contributions
    2

    Default Re: product listing display changes

    G'day,

    Again it is a case of looking at the CSS values that are in the page source in the area you want to adjust to see what CSS values are available to be manipulated. Then try some adjustments to those values to get what you need.

    I'd start by trying some padding. e.g. ...

    Code:
    td.productListing-data { padding:  0px 3px; }
    Best Regards, Lloyd Borrett.
    Zen Cart 1.5.5e, PHP 5.3.29 MySQL 5.5.42

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. product listing layout changes
    By aoren in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 23 Feb 2009, 04:15 PM
  2. Product Listing changes
    By scudone in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 24 Sep 2008, 09:01 AM
  3. changes in product listing
    By ivanc in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 4 May 2008, 02:04 AM
  4. Product Listing Changes
    By TurtleDove in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 24 Jun 2007, 10:42 PM
  5. Product listing changes
    By MrPotatoes in forum Basic Configuration
    Replies: 7
    Last Post: 20 May 2006, 05:41 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR