magento产品详细信息页面的自定义布局


magento custom layout for product detail page

我想设计自定义设计布局页面

我从1page-left-layout.xml 获得帮助

我知道左侧边栏的其他想法,现在我想知道价格、媒体、属性的位置,我可以在哪里得到提示,我看到那里只有一个功能

echo $helper->getModulesByPosition('content')

如何打破它以获得媒体价格和其他作为seprate单位

<reference name="root">
            <action method="setTemplate"><template>page/1column.phtml</template></action>
        </reference>
        <reference name="product.info">
            <action method="setTemplate"><template>catalog/product/custom.phtml</template></action>
        </reference>