magento自己带有导入导出功能 后台system--import/export--Advanced Profiles 进入后点击add new profiles 就可以新建一个规则了 Profile Name *是名字 Actions XML *是对应的参数 譬如例子: [html] view plaincopyp...
[html] view plaincopyprint? $ _sub = order - getGrandTotal(); $ orderCurrency =$order- getData(order_currency_code); $ currency_rate =$currency- load(USD)- getAnyRate($orderCurrency); $ amount =$_sub/$currency_rate;...
connect() to unix:/tmp/fcgi.sock failed (11: Resource temporarily unavailable) while connecting to upstream, client: 66.249.65.122, server: tomtop.com, request: POST /vynamic/customer/info HTTP/1.1, upstream: fastcgi://unix:/tmp/fcgi.sock:,...
静态块主要是指在后台添加的可用静态块 调用方法常见的有如下几种:(这边就不介绍使用widgets调用的方法了,有兴趣的朋友可以自己在后台widgets中尝试设置) 1、直接在HomePage中调用...
以重写 app/code/core/Mage/Catalog/Block/Navigation.php 为例 1. 复制Mage ( 不推荐使用 ) First add a new Navigation.php file you can edit to your local folder that Magento will reference instead of the original. Copy the original...
1 在做了很多bolck cache的时候,当刷新缓存后,502,卡死了,然后服务器就很卡 最后吧var/cache/* 清空后,然后恢复了正常。可能是缓存文件写的时候出错导致的吧 2 当添加一个属性的时...
[html] view plaincopyprint? ? php /** *Magento * *NOTICEOFLICENSE * *ThissourcefileissubjecttotheOpenSoftwareLicense(OSL3.0) *thatisbundledwiththispackageinthefileLICENSE.txt. *Itisalsoavailablethroughtheworld-wide-webatthisURL: *http://ope...
在做开发时有的时候迷惑,Magento都提供了数据的对象,那该如何查询自定义的SQL语句呢. 其实Magento已经想过这个问题了. 只需instance core/resource的对象进行connect就能得到数据访问的对象了...
1.通过属性获取产品 $product =Mage::getModel( catalog/product )-loadByAttribute( sku , 70000 ); 2. 获取指定分类下的产品 1 2 3 4 5 $products =Mage::getModel( catalog/category )-load( $category_id ) -getProductCollection() -a...
magento的event机制在使用起来,是一个很好的东西 在magento的各个执行的过程中,中间有很多的event,譬如sales_order_place_after,我们可以通过自己新建一个模块捕捉这个事件,代码如下:...
在magento项目中,往往会有指导送货时间,很多朋友都知道在Cu...
在做Magento的模块的过程中,经常能碰到明明文件已经存在了,在...
magento的订单状态改变,是paypal的ipn机制起作用的。 magento出现已...
因为它称为 Magento 允许管理产品库存。与这一可以命令在默认情...
Shopping Cart Price Rules表示产品加入购物车后的促销规则,它和Ca...
1. 在app/etc/local.xml 中,添加新的 数据库 选项 ?xml version=1.0? con...