常用的Magento功能,比如你的促销中使用了优惠券,可是你只想让已注册用户使用,人可以使用 Mage::getSingleton( customer/session )-isLoggedIn() 来判断用户是否已经登陆 ?php if(Mage::getSingleton( c...
Magento后台生成google sitemap/sitemap.xml
介绍下关于Magento的seo,对与谷歌来说,生成sitemap.xml对与收录是很有帮助的,而Magento在生成sitemap.xml方面是不需要第三方插件就可以生成的。 Magento生成sitemap.xml文件 sitemap.xml是大多数搜...
关闭Magento网站产品比较功能Add To Compare
对于很多Magento网站来说,其实并不需要产品比较功能(Compare Products Function);产品比较功能一般只对电子产品或者大型家电产品有作用,对服饰箱包、鞋帽、工艺品礼品、珠宝饰品、...
magento新闻订阅Newsletter使用详细介绍
新闻订阅(Newsletter) 无论在国内还是国外现在都是相当流行的功能,我自己就订阅了玛萨玛索的团购信息。Magento本身就自带新闻订阅 (Newsletter) ,而且功能相当完整和强大,下面就...
Magento里显示指定分类的所有子分类
如何在magento左侧导航栏里显示父分类和子分类名,如果需要在magento显示指定分类的所有子分类,可以用以下的方法: !--? php if($category---hasChildren()) {//判断是否有子目录 $ids=$category-ge...
magento去除子分类的url地址中带有父分类的url
magento去除子分类的url地址中带有父分类的url app/code/core/Mage/Catalog/Model/Url.php 找到如下代码 方法getCategoryRequestPath if (null === $parentPath) { $parentPath = $this-getResource()-getCategoryParentPath($categor...
magento设置快捷支付后,付款出现Unable to communic
magento设置快捷支付后,付款出现Unable to communic 在system-configuration-payment methods- paypal express checkout 下点击configure 将Enable SSL verification改成no 清空缓存,如果还不能正常支付,将本机杀毒软...
Magento默认订单状态详解
Magento订单有两个状态变量:state和status,这让人困惑,只有测试下了,于是下了个单,然后在Magneto后台处理订单,得出下面的Magento订单状态值。 require_once(app/Mage.php); umask(0); Mage::app(...
Magento错误缓存不足的解决方法
magento在货品处或者其他部分页面出现了一下几种错误提示: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /home/XXXXX/public_html/lib/Varien/Io/File.php on line 361 Fatal...
给Magento网站添加在线客服ZOPIM
Magento网站有没有什么好的在线客服插件,目前国外用的最火的免费版在线客服系统有两个,一个是 Livezilla,这个以前是完全免费的,后来成了收费软件,不过还是留了一个单用户版免...