Product Template placement within Basic Layout

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
RPavlik
Ensign (ENS)
Ensign (ENS)
Posts: 9
Joined: Thu Dec 13, 2007 12:08 pm
Location: New York/Massachusetts
Contact:

Product Template placement within Basic Layout

Post by RPavlik » Thu Feb 05, 2009 6:04 pm

I made a product template for customer input for a conference registration.

I would like the product description to be immediately under the image and pricing information rather than the input fields from the product template. I need to move it below the description.

How do I accomplish this?

If I need to make a new layout for that one page, how do I do this?

Thank you.
Rebekah
Rebekah Pavlik
Cambridge Center for Behavioral Studies

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Product Template placement within Basic Layout

Post by mazhar » Fri Feb 06, 2009 8:43 am

The customer side fields are rendered by BuyProductDialog control. So one way to move these fields under description area is to create a new user control let say it CustomerFields and then move the customer field rendering logic from BuyProductsDialog to this new control. Then you can put this control right next to the description control in the Show Product 1 scriptlet.

Post Reply