• 有时候为了测试,可能会用几个后台数据库来做magento的测试,这个时候需要对配置文件,以及数据库内容稍作改动。

    首先修改下列配置文件中的数据库名:
    %MAGENTO_ROOT% /app/etc/local.xml
    %MAGENTO_ROOT% /app/etc/config.xml

    接着修改新数据库内容(假设想要切换的数据库已经有完整的数据) 。使用任何工具(phpMyAdmin或者MySQL Front等),...
  • 方法: 不再重新安裝 magento
    step1: 舊主機 magento 備份所有資料

    step2: 舊主機 magento 備份資料庫

    step3: 新主機上面複製所有資料

    step4: 如果 mysql 的參數不一樣改一下設定檔

    mysql 系統設定檔 ==) app/etc/local.xml

    引用 * This source file is subject to ...
  • 建立你自己的主题(Theme) Magento是建立在完全模块化的模式基础上的,这为你的网店带来无限的可扩展性和灵活性。这章我们介绍如何开发magento主题。

    区块(Blocks)和布局( Layout) 在Magento之前你很可能已经使用过其他电子商务程序。因此在开始之前,我们希望你抛弃所有按以往经验得来的期待,这并不意味者你要学习一个全 新的语言,也不意味着你要改变所有的工作流程,只是你要学习一些新的技巧来开发Magento的主题。掌握这些工具并且始终注意关注...
  • Upgrading Magento with a full package or via SVN Here are the steps for upgrading Magento with a full package or via SVN. 

    Backup your database Backup all the code you modified yourself, and d...
  • 刚升级了一下我的Magento测试站:baoex.com  ,明显感觉页面加载时间减小,官方说页面加载速度提高40%。呵呵真是不错呀。

  • We are extremely happy to announce the availability of Magento version 1.3.0 for download and upgrade. This version includes numerous issue resolutions for Magento version 1.2.x and new features such as:

    Added support for customer fil...

  • The Magento database makes use of foreign key constraints to ensure database integrity. As an example, if a category is deleted, all categories below it in the category tree must be deleted too.

    If you make a backup of your Magento datab...
  •   要想全面了解Magento,就需要一些演示数据来进行各种操作,自己输入太麻烦而且对入门来说,Magento还是有些复杂。所以官方提供的Magento演示数据就非常有帮助了。

    要安装演示数据首先就需要下载magento-sample-data-1.2.0.tar.bz2,这个压缩包里包含了一个media文件夹和一个sql数据文件。media文件夹里就是样本数据的产品图片,Sql文件可以用任何数据库控制软件,比如phpMyAdmin导入数据库。
    ...
  • This news item was posted in How To, Magento, News, eCommerce category and has 1 Comment so far. Many people installing the lastest version of Magento 1.2.1 are facing an issue with their server not being compatible with Innodb storage engine....

  • 在这章我们将详细讲述Magento如何使用主题,如果创建和管理自己的主题:

    Magento的主题和其他系统有什么区别 怎样创建一个主题 怎样给店铺分配接口和主题 多主题应用入门 主题的结构层次:Magento怎么处理多主题  

    Magento的主题和其他系统有什么区别 术语‘主题theme’可能听起来是一个熟悉的名字,对于主题...