zoukankan      html  css  js  c++  java
  • 建立多语言Magento网站


    默认Magento仅仅有English语言包,所以如果想也显示中文,就要安装中文语言包. 
    步骤: 
    1. 首先,去http://www.magentocommerce.com/langs/list/下载中文包解压缩到Magento目录下,它复制到两个 目录: 一个是app\design\frontend\default\default\locale,另一个是app\locale. 
    2. 去System -> Configuration, 再页面左上角Current Configuration Scope下拉框处, 你能看见Default Config->Main Website->Main Website Store->Default Store View. 
    3. 现在去System->Manage Stores,创建一个新的Store View: 
    Store: Main Store 
    Name: 中文 
    Code: chinese 
    Status: Enabled 
    Sort order: 0 
    4. 存储回到System > Configuration. 在Current Configuration Scope下拉框,现在看到Chinese store view,点击: 
    在Locale options tab, 移除“use website” 检查框的选择然后把它的locale改为中Chinese (China). 存盘。 
    OK,现在你就有中文的网店了

  • 相关阅读:
    MYSQL注入天书之HTTP头部介绍
    Sqli-labs less 18
    Sqli-labs less 19
    Sqli-labs less 20
    Sqli-labs less 21
    Sqli-labs less 22
    Python3之PrettyTable模块
    python设计模式
    python3反射解析
    Python3异常处理
  • 原文地址:https://www.cnblogs.com/zhouwenwu/p/2475105.html
Copyright © 2011-2022 走看看