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


Reply With Quote
