0
不是渲染我創建了一個自定義模塊,並呼籲在config.xml中我layout.xml文件佈局layout.xml
這是我layout.xml文件的代碼
<?xml version="1.0"?>
<layout version="0.1.0">
<cartpdf_index_index>
<reference name="root">
<action method="setTemplate"><template>page/1column.phtml</template></action>
</reference>
<reference name="content">
<block type="cartpdf/index" name="cartpdf_index" template="cartpdf/index.phtml"/>
</reference>
</cartpdf_index_index>
</layout>
當我使用die()檢查cartpdf索引控制器;它甚至可以設置頁面1列,2列的佈局 - 無論您設置什麼。但它不會在內容區域調用phtml文件。
我在新鮮的magento中檢查了我的本地系統中的這個模塊,它在那裏的工作很好,但沒有斷斷續續。
這可能是什麼問題? 請幫忙
檢查,如果你有正確的塊型,通過演示文件實例它 – Shrikant
如果您的本地和客戶端平臺不同,請重新檢查文件夾的大小寫,這可能會導致此問題。 – Shrikant