2014-07-21 39 views
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> 

回答

0

這些塊用於定義WHAT內容已經以顯示如果你想改變placement(WHERE)你需要改變它在.phtml文件。

app/design/frontend/[theme_packahe]/[theme]/template/catalog/product 

找到view.phtml並進行修改(只是削減粘貼)按您的要求....