getQuote()->getCouponCode(); } /** * Return "discount" form action url * * @return string */ public function getFormActionUrl() { return $this->getUrl('checkout/cart/couponPost', array('_secure' => $this->_isSecure())); } }