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
Product Template placement within Basic Layout
-
- Ensign (ENS)
- Posts: 9
- Joined: Thu Dec 13, 2007 12:08 pm
- Location: New York/Massachusetts
- Contact:
Product Template placement within Basic Layout
Rebekah Pavlik
Cambridge Center for Behavioral Studies
Cambridge Center for Behavioral Studies
Re: Product Template placement within Basic Layout
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.