Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Sep 2008
    Posts
    21
    Plugin Contributions
    0

    Default Product listing spacing/enhancing

    Here's my site product page: http://endzoneonline.com/index.php?m...ndex&cPath=1_3 there are 2 different I'd like to change.

    1) lower the item price in the right hand column & remove the
    more info... This would just leave the price, Quantity & max #
    (I would also be interested in knowing how to remove the max
    # as I can't decide if I want this or not).

    2) Can I perhaps place a small line between product listings? If
    so what needs to be added/changed.

    Thanks for the assistance,
    The End Zone

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Product listing spacing/enhancing

    1) lower the item price in the right hand column & remove the more info... This would just leave the price, Quantity & max #
    (I would also be interested in knowing how to remove the max
    # as I can't decide if I want this or not).
    Many items here:
    more info denotes that this product has attributes that require selecting so the add to cart can not be reliably displayed
    You can toggle the add to cart to off for all and this will also remove the more info and price

    admin > config > product listing > Display Product Price/Add to Cart > set to "0"

    Max displays when your product has this set so to eliminate change the product setting
    2) Can I perhaps place a small line between product listings? If so what needs to be added/changed.
    Find, add, change your stylesheet for this rule(might just add it) and adjust as required
    Code:
    .productListing-data {
    border-bottom: 1px solid #000000;
    }
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Sep 2008
    Posts
    21
    Plugin Contributions
    0

    Default Re: Product listing spacing/enhancing

    Kobra,
    Thanks for your response.

    Now the only thing I'm wanting to do is elimnate the double space between the price & the quantity (In the right hand product column).

    For Example I'd like the $4 price tag on the 1st card directly above the ....more info line.

    If anybody can help I'd greatly appreciate it.

    Thanks,
    The End Zone

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

    Default Re: Product listing spacing/enhancing

    You will need to edit /includes/modules/your_template/product_listing.php for this.
    In the
    case 'PRODUCT_LIST_PRICE':
    section, there are several <br /> tags, and eliminating the right one(s) will eliminate line spaces. You can also eliminate the max text (which is displayed in the "minimum" code fragment.)
    This would be the place to eliminate the ...more info, though this would also eliminate the add button where it displays unless carefully and surgically cut.
    If you simply want ...more info to disappear, you can redefine the text in the proper language file to '' (two single quotes) so that it displays nothing. This would avoid editing product_listing.php for that.

    Be aware that changes here will affect all products' listings.

  5. #5
    Join Date
    Sep 2008
    Posts
    21
    Plugin Contributions
    0

    Default Re: Product listing spacing/enhancing

    Sweeeeeeeeeeet! It worked. Thanks Glenn.

    That answers my questions ..... at least for now.

    Thanks,
    The End Zone

  6. #6
    Join Date
    Sep 2008
    Posts
    21
    Plugin Contributions
    0

    Default Re: Product listing spacing/enhancing

    Spoke too soon.

    Looks like I want it to in IE, but Firefox shows the products bunched up (no spacing or lines between products).

    Any ideas would be greatly appreciated.

    Thanks,
    The End Zone

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

    Default Re: Product listing spacing/enhancing

    I'm seeing the

    $4.00
    ... more info
    Sold Out
    Max: 4

    and the lines between products (FF3). Did you fix it, or do you need to clear cache or something?
    It looks about the same in IE6.

 

 

Similar Threads

  1. Product Listing--spacing between
    By splishsplashbb in forum General Questions
    Replies: 11
    Last Post: 2 Sep 2010, 10:27 AM
  2. Product listing spacing
    By bigdrunk in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 23 Apr 2009, 10:20 AM
  3. Product Listing spacing question...
    By warstormer in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Sep 2007, 03:20 PM
  4. Product listing - spacing
    By Laney in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 1 Nov 2006, 02:48 AM
  5. line spacing in product listing
    By p m in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 22 Sep 2006, 08:07 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