Quote Originally Posted by cshart View Post
I would like my product description on this page http://www.livandrosiescookies.com/s...&products_id=6 to appear next to the image with the attributes under it and Starting at price above it.

I have looked through the templates to find the misplacement to no avail where is the template to change the placement.

I can also not get the starting at price to change even if I use the first attribute price as the price and price the rest from that .

What Am I doing wrong?

Please help.

C
Hmm, so right now, is the includes/templates/cherry_zen/templates/tpl_product_info_display.php the original one that came with the template? Because in my demo site, the description is below everything.

As far as the pricing, I don't know, you could start a thread about it. Though I see for the link above, the cookies start at $24.99 for one dozen... if I choose 2 dozen, it adds $13.00 when I add it to my cart.

To get the description to the right, you'll need to open up includes/templates/cherry_zen/templates/tpl_product_info_display.php, and there you find a section that contains the description. You need to move that block to be below what you want it to be below. Then there will probably need to be some changes in the css for the description.