2013-04-02 109 views
2

我是新的magento.I想改變頁腳部分。 我的頁腳文件路徑:D:\ wamp \ www \ magento \ app \ design \ frontend \ base \ default \ template \ page \ html \ footer.phtml。如何在magento框架中編輯頁腳部分?

<div class="footer-container"> 
<div class="footer"> 
    <?php echo $this->getChildHtml() ?> 
    <p class="bugs"><?php echo $this->__('Help Us to Keep Magento Healthy') ?> - <a href="http://www.magentocommerce.com/bug-tracking" onclick="this.target='_blank'"><strong><?php echo $this->__('Report All Bugs') ?></strong></a> <?php echo $this->__('(ver. %s)', Mage::getVersion()) ?></p> 
    <address><?php echo $this->getCopyright() ?></address> 
</div> 

現在我想刪除幫助我們保持句子。

請告訴我如何刪除此

我已刪除fulll隨後還就在前臺顯示。

+0

你確定你在正確的文件路徑?或者你使用不同的主題?啓用模板文件路徑提示並檢查正確的文件並上次清除緩存。 – Mufaddal

回答

3

轉到管理部分系統>配置>高級>開發人員>調試然後啓用模板路徑提示。之後刷新您的網站前端。

您將從正在載入文件的主題中獲得正確的信息。

然後更改正確的footer.phtml文件。

此消息將繼續。 我認爲你是magento的新手。

爲了更好地瞭解閱讀Design Packages

+0

好的,謝謝@Muk – Urvisha

+0

很棒的信息@Muk –

0

這是一個緩存的問題。

瀏覽到您的網站的緩存:

public_html/var/cache //Or where ever the route of your Magento cart is. 

然後刪除所有的東西,在var目錄

刷新您的網站並顯示您的更改。