Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/286.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 产品详细信息页面的magento自定义布局_Php_Magento - Fatal编程技术网

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

Php 产品详细信息页面的magento自定义布局,php,magento,Php,Magento,我想设计自定义设计布局页面 我从1page-left-layout.xml获取帮助 我对左边的边栏有了概念,现在我想改变价格、媒体、属性和所有我能得到提示的位置,我看到这里只有一个函数 echo $helper->getModulesByPosition('content') 如何打破它以获得媒体价格和其他价格单位 <reference name="root"> <action method="setTemplate"><templa

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

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

我对左边的边栏有了概念,现在我想改变价格、媒体、属性和所有我能得到提示的位置,我看到这里只有一个函数

echo $helper->getModulesByPosition('content')
如何打破它以获得媒体价格和其他价格单位


<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>
第/1页column.phtml 目录/product/custom.phtml