摘要: 参考自http://fragmentedthought.com/fragments/programatically-creating-sales-rule-coupon-code上面的代码只能生成Coupon Code,却不能使用,需加入$coupon->setType(Mage_SalesRule... 阅读全文
posted @ 2014-05-28 14:09 舟了个舟 阅读(375) 评论(0) 推荐(0)
摘要: 在用以下代码时,跳转后的url里面会是空的,即没有admin这个值$this->getUrl('admin/catalog_product/edit', array('id' => $customerId));解决方案,将admin改成adminhtmlreturn $this->getUrl('a... 阅读全文
posted @ 2014-05-28 10:24 舟了个舟 阅读(259) 评论(0) 推荐(0)
摘要: 在使用grid时自己新建了几个属性,然后其中有一个是下拉单,即deal_status protected function _prepareCollection() { $collection = Mage::getModel('catalog/product')->getCol... 阅读全文
posted @ 2014-05-28 10:20 舟了个舟 阅读(295) 评论(0) 推荐(0)