*/ class Mage_Checkout_Model_Agreement extends Mage_Core_Model_Abstract { protected function _construct() { $this->_init('checkout/agreement'); } }