Magento是一個電子商務體系,其SEO功能壯大,而且產品的分類主題等信息可以在后臺隨時進行更改,不能修正的信息通過Magento后臺代碼進行修正。那么,你會在Magento修正頁面主題嗎?具體過程如下...
Magento是一個電子商務體系,其SEO功能壯大,而且產品的分類主題等信息可以在后臺隨時進行更改,不能修正的信息通過Magento后臺代碼進行修正。那么,你會在Magento修正頁面主題嗎?具體過程如下:
找到app/design/frontend/your_package/your_theme/template/page/html/head.phtml文件夾。將<title><?phpecho$this->getTitle()?></title>
改為<title><?phpecho($this->getMyTitle())?Mage::getStoreConfig(design/head/title_prefix)..$this->getMyTitle()..Mage::getStoreConfig(design/head/title_suffix):$this->getTitle();?></title>
查找customer.xml的layout文件,以登陸頁面主題為例:
<customer_account_logintranslate=label>
<label>CustomerAccountLoginForm</label>
<!--Mage_Customer-->
<removename=right/>
<removename=left/>
<referencename=root>
<actionmethod=setTemplate><template>page/1column.phtml</template></action>
</reference>
<referencename=content>
<blocktype=customer/form_loginname=customer_form_logintemplate=customer/form/login.phtml/>
</reference>
<!--Newreferenceforpagetitlestarts-->
<referencename=head>
<actionmethod=setMyTitletranslate=title><title>Buyer
Login</title></action>
</reference>
<!--//Newreferenceforpagetitleends-->
</customer_account_login>
特別聲明:以上文章內容僅代表作者本人觀點,不代表ESG跨境電商觀點或立場。如有關于作品內容、版權或其它問題請于作品發表后的30日內與ESG跨境電商聯系。
二維碼加載中...
使用微信掃一掃登錄
使用賬號密碼登錄
平臺顧問
微信掃一掃
馬上聯系在線顧問
小程序
ESG跨境小程序
手機入駐更便捷
返回頂部