Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2006
    Posts
    126
    Plugin Contributions
    0

    Default Where to format product listing?

    I'm drawing something of a blank trying to format the product listings.

    I use web developer in Firefox and have messed with entries in the stylesheet,
    for example I have added a width to .centerColumn but that crunches both of my columns at the same time.

    And I can't see where I could make changes in tpl_modules_product_listing.php

    What I am trying to do is, on the following page type,
    onestopglasses. co.uk/prescription-sunglasses-c-48.html
    (remove the space before co)
    is to,
    Fix the width of the description text,
    Increse the font size of the price,
    Change the product name to white without it affecting every link on the site.

    Any help would be greatly appreciated.

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Where to format product listing

    Something like:

    .listingDescription {width:32em;}

    This should work for the font color, but you'll have to remove the inline styling to know for sure:

    #productListing .itemTitle {color:#FFFFFF;}

  3. #3
    Join Date
    Aug 2006
    Posts
    126
    Plugin Contributions
    0

    Default Re: Where to format product listing

    I sorted the font colour by crowbarring font tags into a line in product_listing.php but I will try the above suggestion.

    The price font issue has been addressed here,

    http://www.zen-cart.com/forum/showthread.php?t=96123

    I'll try the width and will report back.

  4. #4
    Join Date
    Aug 2006
    Posts
    126
    Plugin Contributions
    0

    Default Re: Where to format product listing

    Quote Originally Posted by stevesh View Post
    Something like:

    .listingDescription {width:32em;}
    I changed it to a px width but that was just what I was looking for.

    Many thanks.

  5. #5
    Join Date
    Aug 2006
    Posts
    126
    Plugin Contributions
    0

    Default Re: Where to format product listing

    I think I am down to one remaining glitch,

    Where a customer does a search and there is only one result, as below,

    http://onestopglasses dot co dot uk/index.php?main_page=advanced_search_result&search_in_description=1&keyword=481

    The header graphic and the description behave as expected but the image and title centre to the full page width.

 

 

Similar Threads

  1. changing the product listing format
    By mrcoolboy15 in forum General Questions
    Replies: 3
    Last Post: 23 Apr 2008, 09:34 PM
  2. Product listing in grid format?
    By rkhlee in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 19 Jun 2007, 06:41 AM
  3. format product listing
    By mrwild in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Mar 2007, 11:23 PM
  4. Product description in product more info in html format but not in product listing?
    By this side up in forum Customization from the Admin
    Replies: 1
    Last Post: 18 Dec 2006, 06:25 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