bla*_*aps 5 magento
如何获得优惠券代码的使用次数和优惠券代码列表.SalesRule模块中是否提供该信息?
SalesRule
Dan*_*oof 9
是.事实上非常容易:
$coupon = Mage::getModel('salesrule/coupon'); $coupon->load('SOMECOUPONCODE', 'code'); if($coupon->getId()) { $timesUsed = $coupon->getTimesUsed(); }
归档时间:
14 年,10 月 前
查看次数:
3808 次
最近记录:
6 年,6 月 前