0
$coupon = Mage::getModel('salesrule/coupon');
$couponCollection = $coupon->getCollection();
foreach($couponCollection as $c){
echo 'Code:'.$c->getCode().'--->Discount Amount:'.$c->getDiscountAmount().'<br />';
}
在stackoverflow上找到了這個地方。折扣金額沒有顯示..有人可以幫我獲得這個價值嗎?Magento優惠券getDiscountAmount()?
謝謝顯示了:),這個固定的問題! – Kurdt94 2012-02-28 15:46:56