Page 1 of 1

Product Template placement within Basic Layout

Posted: Thu Feb 05, 2009 6:04 pm
by RPavlik
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

Re: Product Template placement within Basic Layout

Posted: Fri Feb 06, 2009 8:43 am
by mazhar
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.