Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2009
    Posts
    419
    Plugin Contributions
    0

    Default Product Listing Page - looking for a slight modification

    I honestly do not know to word what I want done, so I couldn't even begin to do a search to see if anyone else attempted this. But it should be a relatively easy modification.

    Take a look at this page for example:
    http://www.oldtradingpost.com/old-we...ex&cPath=12_14

    There is some "buy now" button and some "more info" text links - all based on whether or not the product as options.

    Is there any way to:

    1) First, center align the price of each product. Nothing I do seems to center the price under the Price Heading via CSS seems to work.

    2) No matter if the product has options or not, put in a "more details" button that links to the product's individual page ... and have it rest underneath that product's price. That way it all looks a tad more uniform down the page.

    Thanks in advance for your advice.

  2. #2
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Product Listing Page - looking for a slight modification

    your productListing-data has inline style set to right ..
    you can modify you file and set this style to centre and then
    modify your style by removing

    .productListing-data {stylesheet.css (line 660)
    color:#800000;
    font-family:arial;
    font-size:12px;
    padding-bottom:10px;
    padding-left:5px;
    padding-right:10px;
    text-align:left;
    vertical-align:top;
    }

    this is if you want to keep the description left justified.

    if not . change text-align from left to centre

    .productListing-data {stylesheet.css (line 660)
    color:#800000;
    font-family:arial;
    font-size:12px;
    padding-bottom:10px;
    padding-left:5px;
    padding-right:10px;
    text-align:centre;
    vertical-align:top;
    }

    for second question ..

    configuration / All listing

    and set
    Display Product Buy Now Button to 0
    I believe this should help .. not to sure , but you can give it a try .

  3. #3
    Join Date
    Feb 2009
    Posts
    419
    Plugin Contributions
    0

    Default Re: Product Listing Page - looking for a slight modification

    Quote Originally Posted by tony_sar View Post
    your productListing-data has inline style set to right ..
    you can modify you file and set this style to centre and then
    modify your style by removing

    .productListing-data {stylesheet.css (line 660)
    color:#800000;
    font-family:arial;
    font-size:12px;
    padding-bottom:10px;
    padding-left:5px;
    padding-right:10px;
    text-align:left;
    vertical-align:top;
    }

    this is if you want to keep the description left justified.

    if not . change text-align from left to centre

    .productListing-data {stylesheet.css (line 660)
    color:#800000;
    font-family:arial;
    font-size:12px;
    padding-bottom:10px;
    padding-left:5px;
    padding-right:10px;
    text-align:centre;
    vertical-align:top;
    }
    I'm sorry, I might be brain-fried, but where do you see "inline set to right" ?

    for second question ..

    configuration / All listing

    and set
    Display Product Buy Now Button to 0
    I believe this should help .. not to sure , but you can give it a try .
    Thanks! I was, amazingly, able to find that ... missed it the first 20 times in there! LOL I just don't know how to put an image in place of the text for "more details".

 

 

Similar Threads

  1. Replies: 1
    Last Post: 19 Oct 2012, 06:51 PM
  2. looking for: new product listing page with browse buttons for more than one image
    By vandiermen in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 21 Feb 2009, 03:05 AM
  3. Checkout Payment Information -> just a slight modification
    By DamienDLSkinSolution in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 2 Feb 2009, 06:19 AM
  4. looking for flash based larger product image modification
    By jwbworks in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 Jul 2008, 12:20 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