OverviewThis article examines the various ways to maintain an efficient Magento database, even when large in size.Magento does many things well, but m...
分类:
数据库 时间:
2014-11-02 23:59:42
阅读次数:
436
OverviewThis guide demonstrates how to optimize Magento performance. Most optimizations will work with any version of Magento. Those intended for spec...
分类:
其他好文 时间:
2014-11-02 23:53:51
阅读次数:
209
101 ways to speed up your Magento e-commerce websiteMay 18, 2010/inE-commerce,Magento/byGuido JansenAs you probably know by now, Google isUsing site s...
分类:
Web程序 时间:
2014-11-02 23:53:36
阅读次数:
395
订单详细内容页手动修改订单状态方法:打开此文件:app\design\adminhtml\default\default\template\sales\order\view\history.phtml34行位置为如下原本内容: getStatuses() as $_code=>...
分类:
其他好文 时间:
2014-11-02 19:28:12
阅读次数:
131
Ever wondered why Magento connect Gives you this error when you try to install an extension?First of all make sure /downloader folder has enough permi...
分类:
其他好文 时间:
2014-11-01 14:45:24
阅读次数:
181
Magento的产品列表页面默认每行显示三个产品,调节显示数量有很多种方法。 可以在catalog.xml处设置,也可以在模版文件里面修改。下面介绍修改模版方件的方法:修改 /template/catalog/product/list.phtml count() ?> /...
分类:
其他好文 时间:
2014-10-31 15:06:02
阅读次数:
171
参考:How to Manually Change Domain in Magento? So it turns out the problem was that Apache didn‘t have write permissions to the?WEBROOT/var?directory, so Magento was using its cache from the sy...
分类:
其他好文 时间:
2014-10-29 00:33:44
阅读次数:
229
Magento的Base URL是用于访问商店页面的URL,您也可以为单独一个store view设置一个Base Url。在改这项值之前请确保您的域名已经指向了网站所在服务器的IP,DNS解析完成后,才能通过域名正常访问。要更改Magento的base url,您需要先进入后台System > C...
分类:
Web程序 时间:
2014-10-28 21:25:50
阅读次数:
194
Inchoo提供magento和facebook连接的扩展,可以到http://inchoo.net/ecommerce/magento/facebook-connect-magento-extension/上去下载,安装完后记得清空缓存并运行magento。摘自http://blog.csdn.n...
分类:
其他好文 时间:
2014-10-27 22:30:20
阅读次数:
220
1.首先需要在后台设置一个date属性的产品属性 为预售的日期2.然后 是取出这个属性值$_product->getResource()->getAttribute('code')->getFrontend()->getValue($_product);取出的是一个string类型的时间数据,要使用...
分类:
其他好文 时间:
2014-10-22 17:30:46
阅读次数:
260