0
我希望把產品形象盒內的產品說明剛下GALLARY images.Here的放置是我的主題代碼部分catalog.xml.I我把塊 Magento的塊
下<block type="catalog/product_view_media" name="product.info.media" as="media" template="catalog/product/view/media.phtml"/>
但同時被放置在
下非常begining<reference name="content">
它不是任何其他BLO工作它不是working.Only說明節目cks.我想它很清楚。
<reference name="content">
<block type="catalog/product_view" name="product.info" template="catalog/product/view.phtml">
<!--
<action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/summary.phtml</template></action>
<action method="addReviewSummaryTemplate"><type>short</type><template>review/helper/summary_short.phtml</template></action>
<action method="addReviewSummaryTemplate"><type>...</type><template>...</template></action>
-->
<block type="catalog/product_view_media" name="product.info.media" as="media"
template="catalog/product/view/media.phtml"/>
<block type="core/text_list" name="alert.urls" as="alert_urls" translate="label">
<label>Alert Urls</label>
</block>
<action method="setTierPriceTemplate">
<template>catalog/product/view/tierprices.phtml</template>
</action>
<block type="catalog/product_view_tabs" name="product.info.tabs" as="info_tabs"
template="catalog/product/view/tabs.phtml">
<action method="addTab" translate="title" module="catalog">
<alias>additional</alias>
<title>Additional Information</title>
<block>catalog/product_view_attributes</block>
<template>catalog/product/view/attributes.phtml</template>
</action>
<action method="addTab" translate="title" module="review">
<alias>product_review</alias>
<title>Reviews</title>
<block>review/product_view_list</block>
<template>review/product/view/list.phtml</template>
</action>
<block type="cms/block" name="product_custom_tab">
<action method="setBlockId">
<block_id>product_custom_tab</block_id>
</action>
</block>
</block>