Results 1 to 6 of 6
  1. #1
    Join Date
    Jun 2007
    Posts
    25
    Plugin Contributions
    0

    Default Product Listing Layout Changes

    Hey all,
    I'm trying to really work over the product listing pages on my site. What I have now is:





    What I'm trying to achieve is something like this:




    For the life of me, I haven't found anything in the forums about changing the TABLE that controls this, or even where it's located. The only thing that I know, is that you can't get this done making changes to the stylesheet.css. Any help would greatly be appreciated. Thanks, Mark

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: Product Listing Layout Changes

    You may get the result you need using the following CSS...

    Just copy it off this posting, and paste it at the BOTTOM of your stylesheet.css .

    Remove/Edit declarations, and adjust colours, etc as per your requirements - this set of declarations was taken off a site that uses delicate shades of pink!

    PHP Code:
    /*Product Listing Settings*/

    .productListing-heading {
      
    font-size10px;
      
    font-weightbold;
      
    color#9933ff;
      
    padding3px;
      
    height20px;
    }

    .
    productListing-heading a {
      
    font-size10px;
      
    font-weightbold;
      
    color#9933ff;
      
    padding3px;
      
    height20px;
    }

    .
    productListing-heading a:hover {
      
    font-size10px;
      
    font-weightbold;
      
    color#3093df;
      
    padding3px;
      
    height20px;
    }

    #productsListingTopNumber, #productsListingListingTopLinks {
        
    padding-bottom4px
        
    }

    #productsListingBottomNumber, #productsListingListingBottomLinks {
        
    padding-top4px
        
    }

    TD.productListing-heading{
      
    background-color#abbbd3;
      /*background-image: url(../images/tile_back.jpg);*/
    }

    TD.productlisting {
      
    border:1px solid #9a9a9a;
    }

    TD.productListing-data {
      
    font-size10px;
      
    padding5px;
    }

    TR.productListing-oddTR.upcomingProducts-odd {
      
    background#ffffff;
    }

    TR.productListing-evenTR.upcomingProducts-even, .productsNotifications {
      
    background#F9EDFF;
    }

    TD.productListing-data-description-odd {
      
    background#ffffff;
      
    font-size10px;
      
    padding-left10px;
      
    padding-right10px;
      
    padding-bottom12px;
      
    border-bottom1px solid #cc99ff;
    }

    TD.productListing-data-description-even {
      
    background#C9F1CF;
      
    font-size10px;
      
    padding-left10px;
      
    padding-right10px;
      
    padding-bottom12px;
      
    border-bottom1px solid #cc99ff;

    20 years a Zencart User

  3. #3
    Join Date
    Jun 2007
    Posts
    25
    Plugin Contributions
    0

    Default Re: Product Listing Layout Changes

    Thanks schoolboy. That got the background shading on every other line item working good. Now, I just need to figure out how to arrange the elements of each line item.

  4. #4
    Join Date
    Jun 2007
    Posts
    25
    Plugin Contributions
    0

    Default Re: Product Listing Layout Changes

    Should I be looking at using the "column layout grid" module? Can I set it up to use one column, and will it let me move the elements around?

  5. #5

    Default Re: Product Listing Layout Changes

    Quote Originally Posted by gunnerdaddy View Post
    Should I be looking at using the "column layout grid" module? Can I set it up to use one column, and will it let me move the elements around?
    Try this one
    http://www.zen-cart.com/forum/showthread.php?t=100003
    It worked for me. You can download it from post 50.
    It will set for you classes for all elements from the product listing and you will be able to move it with css.
    Also i think it include layout grid module.
    Good luck

  6. #6
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: Product Listing Layout Changes

    My css above won't apply to a column/grid listing layout.

    But if you use firefox with web-developer, configuring the declarations is really quick and easy.
    20 years a Zencart User

 

 

Similar Threads

  1. Product listing layout changes
    By joey779 in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 18 Jul 2011, 04:55 PM
  2. Change Category Product Listing Layout To Match All Product Listing
    By Alfonzo in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 21 Sep 2010, 11:49 AM
  3. Product listing layout changes
    By gunnerdaddy in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 3 Mar 2009, 03:53 AM
  4. product listing layout changes
    By aoren in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 23 Feb 2009, 04:15 PM

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