Results 1 to 5 of 5
  1. #1
    Join Date
    Dec 2005
    Posts
    166
    Plugin Contributions
    0

    Default Border around product information

    Hi!
    I wish to put a border on the product information page. The border should include within it--
    The image, product price, product description, add to cart etc..
    I mean everything starting from the product name to the Product reviews button.
    Any help will be appreciated.
    Thanks
    http://www.raunharman.com
    http://www.raunharman.net
    Website Development, E-Book Solutions & Handicraft Exports

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

    Default Re: Border around product information

    There is not currently a way to put a border just around those elements of your product info page. You will need to add (in /includes/templates/your_template/templates/tpl_product_info_display.php) a wrapper to enclose what you want bordered, something like

    <div id="productInfoWrapper">
    just before
    <!--bof Main Product Image -->
    and after
    <!--eof Reviews button and count -->
    add
    </div>

    Then you can add to your stylesheet

    #productInfoWrapper {border: 2px solid #aabbcc;}

    or whatever styling you want.

  3. #3
    Join Date
    Dec 2005
    Posts
    166
    Plugin Contributions
    0

    Default Re: Border around product information

    It worked.
    Thanks for your help.
    Is there a way that the border can have rounded corners?
    Thanks again for your timely and accurate contribution.
    http://www.raunharman.com
    http://www.raunharman.net
    Website Development, E-Book Solutions & Handicraft Exports

  4. #4
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Border around product information

    You could add
    Code:
    border-radius:10px;

  5. #5
    Join Date
    Dec 2005
    Posts
    166
    Plugin Contributions
    0

    Default Re: Border around product information

    Thanks.
    It worked
    I just had to add another -moz-border-radius: 15px; for Mozilla.
    http://www.raunharman.com
    http://www.raunharman.net
    Website Development, E-Book Solutions & Handicraft Exports

 

 

Similar Threads

  1. Border around product images
    By jmcmanna in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 23 Sep 2010, 03:24 AM
  2. remove border around around images (not image border)
    By Otha in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 23 Aug 2010, 06:03 AM
  3. Border around product image
    By WendyT in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Jul 2010, 08:23 AM
  4. Border Around Product Images
    By Kayz in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 31 Mar 2010, 10:06 AM
  5. Border around product images
    By busymum in forum General Questions
    Replies: 7
    Last Post: 11 Feb 2008, 12:00 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