自由职业和外包项目快报:Magento进入前10

piaoling  2011-05-12 13:22:29

  根据万事网(Vastwork.com)最新数据报告表明,在 2011年1月第3周,全球主要项目网站新增项目26,171,项目预算12,996,641美元,折合人民币85,777,830元。据数据报告表明, 在“项目金额前10名的技能类别”中,PHP、HTML、Magento、MySQL和iPhone位列其中。     项目金额前10名的技能类别分别为:     PHP,网页设计, HTML,图形设计, Magento, MySQL,销售, iPhone,文章写作, SEO搜索引擎优化     参见下图:      排名前10技能分类的项目金额为US$7,......

类别 :  IT咨询(11)  |  浏览(3840)  |  评论(0)

magento技术 博客

piaoling  2011-05-12 13:15:59

magento 博客 :http://yanggaojiao.iteye.com/ magento 中文站:http://www.cnmagento.com/category/empolder/elements ......

类别 :  magento(258)  |  浏览(2857)  |  评论(0)

magento获取相应的sql查询语句

piaoling  2011-05-12 13:14:44

虽然Magento对数据库层封装得比较深,但是我们可以很轻松的找到对应的每个查询语句的详情。   一般magento的数据库对象都继承了 Varien_Db_Collection类,用$collectionObj->getSelect()即可打印出SQL语句。 比如在产品列表页面:$productCollection = $this->getProductCollection() 此时用$productCollection->getSelect()可打印出SQL语句。   ......

类别 :  magento(258)  |  浏览(3005)  |  评论(0)

Magento在首页自定制Block的方法

piaoling  2011-05-12 13:12:40

Magento中想在首页显示一些自定制的BLock有很多中方法,之一是: 在cms.xml页面添加相关的Block,如: <reference name="main"> <block type="catalog/product_list" name="catalog.product.list.cms" template="catalog/product/cmslist.phtml"/> </reference>   然后我们新建/catalog/product/cmslist.phtml文件并在这里实现相关的代码。(有时候我们不一定需要新的type-对应Block目录下的block类,直接在phtml页面中完成这个简单的功能) 这样就可以在首页的main区域添加相应的block了......

类别 :  magento(258)  |  浏览(2958)  |  评论(0)

Magento 使用小技巧体现大智慧(Last things first)

piaoling  2011-05-12 13:03:12

在我们的购物车Magento上线之前,有些小细节很容易被忽略。然而就是这些细微的疏忽,带来了用户体验上的瑕疵。更甚者,细节往往能决定成败。 下面的话题将覆盖大部分Magento的使用细节和技巧:   1.404-Page   估计大家都不喜欢Magento自带的404-page,可以在Admin Panel 的 CMS->Pages修改,定制一个自己特色的404-Page,比如在404-page显示新产品,在404-page加入下面代码: {{block type="catalog/product_list" category_id="10" name="product_listing" ......

类别 :  magento(258)  |  浏览(3182)  |  评论(0)

Magento Events分析和使用实例与技巧

piaoling  2011-05-12 12:53:56

当你需要扩展Magento的核心的功能时有两个选择 重写(override)Magento的core classes 使用Magento的event-driven 机制 由于你只能重写一次Magento的core classes(如果你需要在多个module中重写相同core class就会出现错误),所以使用Magento的Event就大显神威了,它使得你的工作简便的简易方便。 Magento的event-driven机制中有两个非常重要的概念 分发(dispatch)一个事件(event) 捕捉(catch)一个事件(event) Dispatching events Magento中你需要调用 Mage::dispatchEvent(...) 就可以Dispatch一个Event,......

类别 :  magento(258)  |  浏览(3343)  |  评论(0)

magento -- magento中如何判断一个用户是否已经登陆

piaoling  2011-05-12 10:33:13

经常用的功能,比如你的促销中使用了优惠券,可是你只想让已注册用户使用,人可以使用 Mage::getSingleton( 'customer/session' )->isLoggedIn() 来判断用户是否已经登陆 <?php if(Mage::getSingleton( 'customer/session' )->isLoggedIn()) { echo 'You must logged in to use the cupon!.'; } ?> ......

类别 :  magento(258)  |  浏览(2942)  |  评论(0)

New Magento project initialisation

piaoling  2011-05-10 11:29:35

- New Magento project initialisation 1.2 Updated 2010-08-10 - Back to Magento Home Page. Reminder: Please notice that <test_server> is currently: uat-magento / ip: 192.168.0.201 Websites can be reached using http://<project>.uat-magento.lan-guanghzou.bysoft.fr/   Contents [hide] 1 Step 1: <test_server>: creating the databases 2 Step 2: <test_server>: Magento sample data 3 Step 3: Local computer: creating the project 4 Step 4: Local computer: Project initialisation ......

类别 :  magento(258)  |  浏览(3226)  |  评论(0)

magento local test

piaoling  2011-05-09 15:34:03

http://www.localhost.com/magento/catalog/category/view?id=4 ......

类别 :  日志(47)  |  浏览(3196)  |  评论(0)

jf Module

piaoling  2011-05-05 16:44:58

1,Locale_Mage_community_fr_FR-1.5.0.2l \ Locale_Mage_community_fr_FR-1.5.0.2 \ fr_FR 2, confilcted   \Mage_Paybox-1.2.5\fr_FR \ Mage_Paybox.csv   ......

类别 :  日志(47)  |  浏览(3434)  |  评论(0)
  • Page:58/145  1448 Blogs
    <<
    >>
    20088
    周日 周一 周二 周三 周四 周五 周六

    文章分类