Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Feb 2008
    Posts
    529
    Plugin Contributions
    0

    Default Re: Formatting Product Attributes

    I made changes to Includes/templates/myCustomTemplate/tpl_product_info_display.php creating prodInfoLeft and prodInfoRight div, /div s around the desired content to reconfigure the product info page creating two columns for the mid section of the listing to get better layout of image vs description, esp with unpredictable text wrapping around image. I moved the blocks of code around to get the sequence and layout of the components that I wanted.

    I styled the two new divs by adding this to my stylesheet.css :
    #prodInfoLeft {
    width: 210px;
    float: left;
    padding-top: 3em;
    padding-left: 3em;
    padding-bottom: 3em;
    margin: 0px 0px 0px 0px;
    }

    #prodInfoRight {
    width: 460px;
    float: right;
    padding: 2em;
    }

    Here's an example of a product page that has attributes:
    http://www.meafordwool.com/Heavy-Wool-Socks/Duro-Sport

    I didn't sort my page the same way you are aiming for, but I think you could do it in the same manner. In my case I wanted my attributes underneath so I left that code outside and beneath the new divs, which gave me a bottom, full width portion on the page.

    There is a post in the Forum, Templates section that deals similar: http://www.zen-cart.com/showthread.p...t=prodInfoLeft (see post #8). This isn't the post I got my info from - I did this quite a few years ago back in zc 1.3.7 and the original posts aren't appearing when I do a search.

    My site is zc 1.3.9h

  2. #2
    Join Date
    Oct 2011
    Posts
    8
    Plugin Contributions
    0

    Default Re: Formatting Product Attributes

    That worked perfectly! Thanks a million Soxophone!

 

 

Similar Threads

  1. Formatting For Product Attributes
    By vandydavid in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 22 Sep 2011, 01:38 PM
  2. Formatting Issues with Attributes
    By wingsfan70 in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 9 Nov 2009, 03:39 PM
  3. Formatting attributes
    By valnoren in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 23 Jul 2007, 11:35 PM
  4. Attributes formatting
    By andyase in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 31 Aug 2006, 09:08 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