摘要: 参考自http://fragmentedthought.com/fragments/programatically-creating-sales-rule-coupon-code上面的代码只能生成Coupon Code,却不能使用,需加入$coupon->setType(Mage_SalesRule... 阅读全文
posted @ 2014-05-28 14:09 舟了个舟 阅读(360) 评论(0) 推荐(0) 编辑
摘要: 在用以下代码时,跳转后的url里面会是空的,即没有admin这个值$this->getUrl('admin/catalog_product/edit', array('id' => $customerId));解决方案,将admin改成adminhtmlreturn $this->getUrl('a... 阅读全文
posted @ 2014-05-28 10:24 舟了个舟 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 在使用grid时自己新建了几个属性,然后其中有一个是下拉单,即deal_status protected function _prepareCollection() { $collection = Mage::getModel('catalog/product')->getCol... 阅读全文
posted @ 2014-05-28 10:20 舟了个舟 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 在自定义的模块中若想要使用翻译,需在config.xml中加入如下配置 //后台 test.csv ... 阅读全文
posted @ 2014-05-27 09:56 舟了个舟 阅读(525) 评论(0) 推荐(0) 编辑
摘要: 目的是做一个grid,参考博客http://www.sunzhenghua.com/magento-admin-module-development-part1-grid-forms-tabs-controllers,由于少了很多基础的配置,我便补充了一下一。开发的目录结构如下:Jago->Empl... 阅读全文
posted @ 2014-05-22 17:12 舟了个舟 阅读(849) 评论(0) 推荐(1) 编辑
摘要: 问题出现于使用Grid时,解决方案。在使用的Model处添加public function _construct() { parent::_construct(); $this->_init('employee/employee'); }其中init内的数值由下面的... 阅读全文
posted @ 2014-05-22 13:41 舟了个舟 阅读(486) 评论(0) 推荐(0) 编辑
摘要: @echo offrem -------------------------------------------------------------rem Yii command line init script for Windows.remrem @author Qiang Xue rem ... 阅读全文
posted @ 2014-04-25 09:51 舟了个舟 阅读(318) 评论(0) 推荐(0) 编辑
摘要: 解决方案,以live的形式重新绑定一次,/***回复隐藏收起效果***/ $(".btn-reply").live('click',function(event){ var data_id=$(event.target).attr('data-id'); $("[reply-id="+data_id+"]").toggle(); }) 今天被同事说教了,live的效率很低,解决方案 用on$('.btns').on('click',".btn-reply&quo 阅读全文
posted @ 2013-12-16 15:55 舟了个舟 阅读(298) 评论(0) 推荐(0) 编辑
摘要: http://blog.sina.com.cn/s/blog_5eacdffa0100ipvr.html 阅读全文
posted @ 2013-12-09 09:55 舟了个舟 阅读(278) 评论(0) 推荐(0) 编辑
摘要: 最近比较懒,都不想写东西,嘛,良心发现还是写点什么好了。总之工作原因,需要弄这个,只能说企鹅娘的程序员都是折翼的天使啊,把我这种渣渣折腾死了。首先在输入账户的输入框中输完帐号后,页面的js就会向"http://check.ptlogin2.qq.com/check?regmaster=&uin=".$user."&appid=46000101&js_ver=10031&js_type=1&login_sig=".$sig."&u1=http%3A%2F%2Ft.qq.com&r=0.531 阅读全文
posted @ 2013-06-25 15:15 舟了个舟 阅读(923) 评论(0) 推荐(0) 编辑