/**
  *     get cart grand total after taxes have been applied
  * @access        public
  * @return        array
  */
 public function _grand_total_after_taxes()
 {
     return $this->_grand_total->price();
 }