<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>老猫博客 &#187; Magento</title>
	<atom:link href="http://laomao.info/teg/magento/feed" rel="self" type="application/rss+xml" />
	<link>http://laomao.info</link>
	<description>Zen Cart,Magento&#124;外贸建站技术支持-http://laomao.info</description>
	<lastBuildDate>Fri, 02 Sep 2011 07:33:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>magento安装插件进入后台管理该插件出现:Aaccess denied</title>
		<link>http://laomao.info/archives/1395.html</link>
		<comments>http://laomao.info/archives/1395.html#comments</comments>
		<pubDate>Sun, 15 Aug 2010 11:35:48 +0000</pubDate>
		<dc:creator>老猫</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Aaccess denied]]></category>
		<category><![CDATA[magento插件]]></category>

		<guid isPermaLink="false">http://laomao.info/?p=1395</guid>
		<description><![CDATA[magento安装插件进入后台管理该插件出现:Aaccess denied 活着， 点击插件名称，出来的页面是空白的， 遇到这样的情况，只要退出后台， 重新登陆，就恢复正常了]]></description>
		<wfw:commentRss>http://laomao.info/archives/1395.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>magento产品批量导出导入</title>
		<link>http://laomao.info/archives/1393.html</link>
		<comments>http://laomao.info/archives/1393.html#comments</comments>
		<pubDate>Sun, 15 Aug 2010 07:55:39 +0000</pubDate>
		<dc:creator>老猫</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[批量]]></category>

		<guid isPermaLink="false">http://laomao.info/?p=1393</guid>
		<description><![CDATA[如何使用&#8221;导入/导出&#8221;(import/export)工具在magento里添加、修改、删除产品 Magento的&#8221;导入/导出&#8221;(import/export)工具是个非常实用而且高效的功能。这篇文章就来介绍一下如何使用这个工具。 基本上你可以用&#8221;导入/导出&#8221;(import/export)工具来批量导入产品。比如使用这个功能一次添加100个产品会非常简单。你只需要创建 一个CSV或者XML文件，并且保证文件的各个字段和数据库相对应就可以了。如入你产品的各个信息，然后用导入工具导入数据库。 导出（Export）也非常简单。magento允许你导出全站的所有产品。如果你需要重装网站或者升级网站的话，导出数据是非常必要而且实用的功 能。 下面我们来讲一下如何在magento中导出（Export） 进入管理后台,到 System &#62; Import/Export &#62; Profiles. 这个名字一开始会造成一点困扰，但是等你意识到&#8221;导入/导出&#8221;(import/export)工具几乎可以导入导出任何东西的时候，就会理解这个菜单为什 么不仅仅是写“导入导出产品”了。 你想做的可能是把所有产品从本地的测试环境转移到真正的服务器上（反之亦然），很幸运，magento基本安装之后就有一个配置文件 （profile） 叫做 Export all products. 点编辑（Edit）并打开它. 有两点要特别注意，文件名Filename 和路径 Path, 因为这是告诉你magento存放.csv文件的位置. 如果 Excel (或者其他表单spreadsheet 编辑器)使用不同的定界符，你也可以在 数据格式（Data Format）里设置. 执行配置文件（ Run Profile）. 点击 “Run profile in pop-up” 按钮并等待. Magento 现在开始执行操作，这个时候你可以用FTP登陆到/var/export这个文件夹，你可以看到一个.CSV 文件出现了。等magento操作结束，就可以把这个文件下载到本地计算机。 如何导入Import 默认安装里也有个配置文件叫导入所有产品“Import all products”. 路径如下： System &#62; Import/Export &#62; Profiles. 点编辑“Edit”导入所有产品“Import [...]]]></description>
		<wfw:commentRss>http://laomao.info/archives/1393.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>初学magento 最好安装Magento演示数据</title>
		<link>http://laomao.info/archives/1388.html</link>
		<comments>http://laomao.info/archives/1388.html#comments</comments>
		<pubDate>Fri, 13 Aug 2010 07:06:02 +0000</pubDate>
		<dc:creator>老猫</dc:creator>
				<category><![CDATA[互联网]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[演示数据]]></category>

		<guid isPermaLink="false">http://laomao.info/?p=1388</guid>
		<description><![CDATA[要想全面了解Magento，就需要一些演示数据来进行各种操作，自己输入太麻烦而且对入门来说，Magento还是有些复杂。所以官方提供的 Magento演示数据就非常有帮助了。 要安装演示数据首先就需要下载magento-sample-data-1.2.0.tar.bz2，这个压缩包里包含了一个media文件夹和一个 sql数据文件。media文件夹里就是样本数据的产品图片，Sql文件可以用任何数据库控制软件，比如phpMyAdmin导入数据库。 安装的顺序请一定要注意。 1. 第一步一定要新建一个全新的数据库，比如Sample； 2. 第二步建好数据库之后直接用phpmyadmin将SQL文件导入。 3. 第三步解压缩magento安装文件包，进行全新安装。 4. 装好之后样本数据也就直接生成了。然后把image文件夹里的图片放到magento的media文件夹下，所有产品的图片就都有了。 备用链接：http://www.magentocommerce.com/downloads/assets/1.1.2/magento-sample-data-1.1.2.zip]]></description>
		<wfw:commentRss>http://laomao.info/archives/1388.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Database server does not support the InnoDB storage engine MAGENTO</title>
		<link>http://laomao.info/archives/1310.html</link>
		<comments>http://laomao.info/archives/1310.html#comments</comments>
		<pubDate>Tue, 06 Jul 2010 17:45:07 +0000</pubDate>
		<dc:creator>老猫</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://laomao.info/?p=1310</guid>
		<description><![CDATA[Database server does not support the InnoDB storage engine. Database connection error. 我在自己的VPS安装magento的时候出现了如上的错误提示了， 解决方法如下： Open file /etc/my.cnf (Drag and Drop that file to Notepad or notepad++ program) 找到如下的代码： skip-innodb 修改为如下： #skip-innodb 然后SSH里输入 service mysqld restart 这样操作过后，magento就可以正常安装！ 开始magento之旅吧。]]></description>
		<wfw:commentRss>http://laomao.info/archives/1310.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Magento &#8211; The radical Ecommerce open source</title>
		<link>http://laomao.info/archives/1192.html</link>
		<comments>http://laomao.info/archives/1192.html#comments</comments>
		<pubDate>Sun, 16 May 2010 17:38:41 +0000</pubDate>
		<dc:creator>wang honglei</dc:creator>
				<category><![CDATA[Ecommerce]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[radical]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[老猫]]></category>
		<category><![CDATA[老猫博客]]></category>

		<guid isPermaLink="false">http://laomao.info/index.php/wordpress/magento-the-radical-ecommerce-open-source.html</guid>
		<description><![CDATA[最一开始 老猫接触网店系统的时候，第一个使用的国外的系统就是magento，后来发现magento对服务器要求比较高，就放弃了，使用了现在接触的zencart，对服务器要求不高，功能也很强大，群里的朋友们也都非常的热情，所以对zencart熟悉度也很高，一下是摘抄的，英文magento的介绍，大家可以借助谷歌翻译翻译一下 看看！ magento是免费商店系统里排名最高的系统之一，强大的功能可见一斑！ Magento is the new improved e-commerce platform that gives a superior force to web traders to get rid of obstacles in the way of business process implementations. With downloads surpassing the magical figure of 600,000, Magento is easily the fastest growing commercially available tool for online business solutions. We at Maven [...]]]></description>
		<wfw:commentRss>http://laomao.info/archives/1192.html/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>必装Magento免费插件</title>
		<link>http://laomao.info/archives/647.html</link>
		<comments>http://laomao.info/archives/647.html#comments</comments>
		<pubDate>Sun, 27 Sep 2009 09:53:21 +0000</pubDate>
		<dc:creator>老猫</dc:creator>
				<category><![CDATA[互联网]]></category>
		<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://laomao.info/?p=647</guid>
		<description><![CDATA[本文章搜罗最好的免费 magento 插件，内容在不断更新。 可以用本文提供的 Extension Key 从Magento Connection直接安装。 1. Exploded Menu 用多列的下拉菜单代替Magento原来的单列菜单。   URL： http://www.magentocommerce.com/extension/1345/exploded-menu Extension KEY： magento-community/Raptor_ExplodedMenu 2.  Magento jqZoom. 用这个来代替收费的 Magic Zoom 应该是挺不错的。   URL：http://www.magentocommerce.com/extension/1492/magento-jqzoom Extension Key：magento-community/Safitech_Catalog 3.  MagentoLiveChat 免费的Magento 在线支持插件，值得一试。   URL：http://www.magentocommerce.com/extension/808/livechat Extension Key：magento-community/Beck_LiveChat 4.  Free CMS/Block Frontend Features 该插件允许把 html (文本，广告条，广告，图片，flash，音乐，视频，产品&#8230;)内容放到 Magento 的任何位置。   URL：http://www.magentocommerce.com/extension/1710/free-cms-block-frontend-features Extension KEY: magento-community/AsiaConnect_FreeCMS 5. Google Maps [...]]]></description>
		<wfw:commentRss>http://laomao.info/archives/647.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Magento日文版的货币显示问题</title>
		<link>http://laomao.info/archives/641.html</link>
		<comments>http://laomao.info/archives/641.html#comments</comments>
		<pubDate>Thu, 24 Sep 2009 10:46:48 +0000</pubDate>
		<dc:creator>老猫</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://laomao.info/?p=641</guid>
		<description><![CDATA[http://www.magentocommerce.com/group/blog/action/viewpost/528/group/167/ 最近在研究的Magento是打算应用日文的翻译版本，所以安装了日文语言包，除了语言包日文化的不太完整之外，其他的一起都还很正常，不过慢慢地发现一个比较严重的问题——日文货币竟然带有2个小数点，比如￥1,000，总要显示成为￥1,000.00，日元最小货币单位是元，没有小数点，这个问题很严重哦。 但是对于Magento实在是苦手，于是到Magento Commutiy的Group里面找了一个日文相关的加了进去，发了一个问题帖子（具体的原文看上面的链接，偶的英语好烂的说！），没想到两天的时间里面回复的人还是很多，也提供了不少的解决方案，感觉Magento社区还是很活跃，获益匪浅，下面就稍微总结一下。 最开始的rock以及ryuuguu提供了一个方法，是修改下列这个文件： app\code\core\Mage\Core\Model\Store.php 找到roundPrice($price)这个函数，里面的round($price, 2)，修改成为floor($price)。不过这个修改实际上对界面是没有影响的，仅仅是在计算的时候只取整数。 后面很快rock以及jajaklar82又给出了新的解决方法，修改这个文件： app\code\core\Mage\Core\Model\Locale\Currency.php 试着在62行追加了：$options[’precision’] = 0; 再刷新页面，小数点消失，显示正常了。 当然这个解决方法缺陷很大，就是在有多个StoreView的时候，没办法保证其他货币的正确显示。相信在后续的版本里面，这个问题应该可以作为一个bug修正吧。 http://eoday.net/blog/?p=20 http://www.magentocommerce.com/group/blog/action/viewpost/528/group/167/]]></description>
		<wfw:commentRss>http://laomao.info/archives/641.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento的网店系统语言包</title>
		<link>http://laomao.info/archives/625.html</link>
		<comments>http://laomao.info/archives/625.html#comments</comments>
		<pubDate>Sat, 19 Sep 2009 16:48:56 +0000</pubDate>
		<dc:creator>老猫</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[语言包]]></category>

		<guid isPermaLink="false">http://laomao.info/?p=625</guid>
		<description><![CDATA[Magento安装语言包 Written by Administrator    Thursday, 20 August 2009 06:18 There are no translations available. 1安装后台管理中文语言包 2安装前台语言包，比如法语，德语 法语包的key http://www.magentocommerce.com/extension/414/magento-community-modules&#8211;french-france-language-pack 德语包 http://www.magentocommerce.com/extension/413/magento-community-modules&#8211;german-germany-language-pack 中文语言包 http://www.magentocommerce.com/extension/359/magento-community-modules&#8211;chinese-simplified-china-language-pack 英国英语 http://www.magentocommerce.com/extension/365/magento-community-modules&#8211;english-united-kingdom-language-pack 俄语 http://www.magentocommerce.com/extension/391/magento-community-modules&#8211;russian-russia-language-pack 日语 http://www.magentocommerce.com/extension/415/magento-community-modules&#8211;japanese-japan-language-pack 西班牙语 http://www.magentocommerce.com/extension/398/magento-community-modules&#8211;spanish-spain-language-pack 中文繁体 http://www.magentocommerce.com/extension/409/magento-community-modules&#8211;chinese-traditional-taiwan-language-pack 然后再后台system&#8211;Configuration&#8211;Current Configuration Scope:下面的下拉菜单选择 例如德语 就选择German Countries options Countries options Default country 选择Germany德国 Locale options Locale options    Locale     选择German 然后保存设置 [...]]]></description>
		<wfw:commentRss>http://laomao.info/archives/625.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>数款开源网店系统风云对决</title>
		<link>http://laomao.info/archives/610.html</link>
		<comments>http://laomao.info/archives/610.html#comments</comments>
		<pubDate>Thu, 17 Sep 2009 10:08:32 +0000</pubDate>
		<dc:creator>老猫</dc:creator>
				<category><![CDATA[ECshop]]></category>
		<category><![CDATA[freeway]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[oscommerce]]></category>
		<category><![CDATA[zen-cart]]></category>

		<guid isPermaLink="false">http://laomao.info/?p=610</guid>
		<description><![CDATA[开源网店系统风云对决 　   随着电子商务的蓬勃发展，网上商城也跟着迅速崛起。商家们纷纷将销售渠道转战线上，对于一些有意构建网上商城的企业，开源的网上商城软件也是一个不错的选择，比如： Zen-Cart、Magento、 ECshop、oscommerce、freeway等等.   　　下面就来介绍这些不错的开源网店系统：    从各软件特性分析 （中文语言、授权方式、系统功能、搜索引擎、模板、用户数量)   软件名称   Magento   ECShop   osCommerce   Zen Cart   Freeway   中文语言   支持繁体中文   支持   支持   支持   不支持   授权方式   OPL 协议 免费   GPL 协议 付费   GPL 协议免费   GPL 协议 免费   GPL [...]]]></description>
		<wfw:commentRss>http://laomao.info/archives/610.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

