最模板 - 外贸网站建设,外贸网站模板

最模板

当前位置: 首页 > Magento > Magento教程 >
  • [Magento教程] Magento对csv表格的导入功能 高级自定义部分! 日期:2014-06-21 13:03:02 点击:272 好评:0

    magento自己带有导入导出功能 后台system--import/export--Advanced Profiles 进入后点击add new profiles 就可以新建一个规则了 Profile Name *是名字 Actions XML *是对应的参数 譬如例子: [html] view plaincopyp...

  • [Magento教程] 得到订单各种货币下,换算成USD 的订单总额 日期:2014-06-21 13:01:32 点击:72 好评:0

    [html] view plaincopyprint? $ _sub = order - getGrandTotal(); $ orderCurrency =$order- getData(order_currency_code); $ currency_rate =$currency- load(USD)- getAnyRate($orderCurrency); $ amount =$_sub/$currency_rate;...

  • [Magento教程] Magento报错:connect() to unix:/tmp/fcgi.sock failed 处理 日期:2014-06-21 13:00:28 点击:254 好评:0

    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:,...

  • [Magento教程] magento添加调用block的几种方法 日期:2014-06-21 12:59:22 点击:114 好评:0

    静态块主要是指在后台添加的可用静态块 调用方法常见的有如下几种:(这边就不介绍使用widgets调用的方法了,有兴趣的朋友可以自己在后台widgets中尝试设置) 1、直接在HomePage中调用...

  • [Magento教程] magento模块重写 日期:2014-06-21 12:58:48 点击:71 好评:0

    以重写 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...

  • [Magento教程] magento负载一路飙涨记录 日期:2014-06-21 12:58:15 点击:141 好评:0

    1 在做了很多bolck cache的时候,当刷新缓存后,502,卡死了,然后服务器就很卡 最后吧var/cache/* 清空后,然后恢复了正常。可能是缓存文件写的时候出错导致的吧 2 当添加一个属性的时...

  • [Magento教程] magento shell 脚本 通过api获取paypal的订单状态,同步到magento网站的订单,自动纠 日期:2014-06-21 12:57:39 点击:171 好评:0

    [html] view plaincopyprint? ? php /** *Magento * *NOTICEOFLICENSE * *ThissourcefileissubjecttotheOpenSoftwareLicense(OSL3.0) *thatisbundledwiththispackageinthefileLICENSE.txt. *Itisalsoavailablethroughtheworld-wide-webatthisURL: *http://ope...

  • [Magento教程] Magento 中执行SQL语句 日期:2014-06-21 12:56:44 点击:197 好评:0

    在做开发时有的时候迷惑,Magento都提供了数据的对象,那该如何查询自定义的SQL语句呢. 其实Magento已经想过这个问题了. 只需instance core/resource的对象进行connect就能得到数据访问的对象了...

  • [Magento教程] magento获取产品的方法 日期:2014-06-21 12:56:04 点击:190 好评:0

    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教程] magento的event机制[magento二次开发] 日期:2014-06-21 12:54:50 点击:142 好评:0

    magento的event机制在使用起来,是一个很好的东西 在magento的各个执行的过程中,中间有很多的event,譬如sales_order_place_after,我们可以通过自己新建一个模块捕捉这个事件,代码如下:...

栏目列表
推荐内容