_address)) { $this->_address = $this->getQuote()->getShippingAddress(); } return $this->_address; } /** * Return review quote totals * * @return array */ public function getTotals() { return $this->getQuote()->getTotals(); } }