Magento是一個(gè)電子商務(wù)體系,其SEO功能壯大,而且產(chǎn)品的分類主題等信息可以在后臺(tái)隨時(shí)進(jìn)行更改,不能修正的信息通過Magento后臺(tái)代碼進(jìn)行修正。那么,你會(huì)在Magento修正頁(yè)面主題嗎?具體過程如下...
Magento是一個(gè)電子商務(wù)體系,其SEO功能壯大,而且產(chǎn)品的分類主題等信息可以在后臺(tái)隨時(shí)進(jìn)行更改,不能修正的信息通過Magento后臺(tái)代碼進(jìn)行修正。那么,你會(huì)在Magento修正頁(yè)面主題嗎?具體過程如下:
找到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文件,以登陸頁(yè)面主題為例:
<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>
特別聲明:以上文章內(nèi)容僅代表作者本人觀點(diǎn),不代表ESG跨境電商觀點(diǎn)或立場(chǎng)。如有關(guān)于作品內(nèi)容、版權(quán)或其它問題請(qǐng)于作品發(fā)表后的30日內(nèi)與ESG跨境電商聯(lián)系。
二維碼加載中...
使用微信掃一掃登錄
使用賬號(hào)密碼登錄
平臺(tái)顧問
微信掃一掃
馬上聯(lián)系在線顧問
小程序
ESG跨境小程序
手機(jī)入駐更便捷
返回頂部