duper2000 Posted December 4, 2003 Posted December 4, 2003 Problem: I tested my client's oscommerce shop today because my client told me that they were getting the orders through PAYPAL, however they didn't see the PENDING orders in the ADMIN area. I tested it tonight. 1. Found A Product 2. Added it to my cart 3. Went through the purchase wizard for Paypal 4. Ordered the merchandise 5. Processed the order. Everything was fine until I got this page Fatal error: Call to undefined function: before_process() in /var/www/html/catalog/includes/classes/payment.php on line 169 Here is my line 169 function before_process() { if (is_array($this->modules)) { if (is_object($GLOBALS[$this->selected_module]) && ($GLOBALS[$this->selected_module]->enabled) ) { return $GLOBALS[$this->selected_module]->before_process(); } Has anyone had this problem and what did you do?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.