$products =Mage::getModel( catalog/category )-load( $category_id ) -getProductCollection() -addAttributeToSelect( * ) -addAttributeToFilter( status ,1) -addAttributeToFilter( visibility ,4); 利用此脚本,,其实可以自己写一个导...
Magento新站上线伊始,不料在邮件上遇到了问题。此时常用的邮件模板已经编辑完毕,诸如New Account, New Order, Password Forget等。 CentOS下发送邮件很简单的,只需安装sendmail就可以了,安装...
1. 在system-Configuration-Store Email Addresses中设置General Contact的Sender Name、Sender Email。 Sender Name是邮件的发件人,Sender Email是发件人的邮件地址 2. 在system-Configuration-system中配置Mail Sending Setti...
Magento获取当前栏目ID: $_cat= new Mage_Catalog_Block_Navigation(); $curent_cat= $_cat-getCurrentCategory(); $curent_cat_id= $curent_cat-getId(); 或者 Mage::registry(current_category)-getEntityId() Magento获取当前栏目名称:...
magento实时更新购物车商品数量 tdbutton onclick=addQtyone(); type=submit+/buttoninput id=qtyPro name=cart[?php echo $_item -getId() ?][qty] value=?php echo $this -getQty() ? size=4 title=?php echo $this -__(Qty) ? maxlength=12 /bu...
在Magento模板开发中,有时候需要将多级分类的url简化,Magento的URL默认是显示多级分类的 http://afish.cnblogs.com/分类1/分类2/分类3 现在需要简化为: 分类2的URL为:http://afish.cnblogs.com/分类...
促销是商家的必备武器,手段可以说是花样繁多。其中最有效最具吸引力的就是优惠券了。那么在Magento中如何添加优惠券呢? 修改位置:后台--促销--购物车价格规则 1.点击右上角的...
在做二次开发以来,一直没有好好地去了解magento的MVC架构,以为跟其它的MVC架构一样,其实有着很大的区别。 有很多的程序框架都使用了现在最流行的MVC架构,对于Model-View-Controller...
如何在magento左侧导航栏里显示父分类和子分类名,如果需要在magento显示指定分类的所有子分类,可以用以下的方法: !--? php if($category---hasChildren()) {//判断是否有子目录 $ids=$category-ge...
Magento的默认情况,价格后面是有小数点的,我们来看下如何正确的来去掉小数点。 1.复制如下路径的文件 app/code/core/Mage/Directory/Model/Currency.php 到 app\code\local\Mage\Directory\Model\ 文件夹下面...
在magento项目中,往往会有指导送货时间,很多朋友都知道在Cu...
在做Magento的模块的过程中,经常能碰到明明文件已经存在了,在...
magento的订单状态改变,是paypal的ipn机制起作用的。 magento出现已...
因为它称为 Magento 允许管理产品库存。与这一可以命令在默认情...
Shopping Cart Price Rules表示产品加入购物车后的促销规则,它和Ca...
1. 在app/etc/local.xml 中,添加新的 数据库 选项 ?xml version=1.0? con...