payment_name = "Pickup"; $this->author_name = "Michael K. Squires"; $this->author_site = "http://www.burnwave.com/"; $this->checkout_options = 0; } function admin($function){ switch($function){ //There are no options available for this payment method. } } function payment($function){ switch($function){ //There are no options available for this payment method. } } } ?>