Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

checkout_payment.php errors


djsukhnyc

Recommended Posts

Posted

Hi, when i get to http://feelmybeat.com/store/checkout_payment.php the following error is displayed on top. how can i fix it? i dont know where its coming from.

 

$this->modules)) { if (is_object($GLOBALS[$this->selected_module]) && ($GLOBALS[$this->selected_module]->enabled) ) { return $GLOBALS[$this->selected_module]->get_error(); } } } //---PayPal WPP Modification START ---// function ec_step1() { if (is_array($this->modules)) { if (is_object($GLOBALS[$this->selected_module]) && ($GLOBALS[$this->selected_module]->enabled) ) { return $GLOBALS[$this->selected_module]->ec_step1(); } } } function ec_step2() { if (is_array($this->modules)) { if (is_object($GLOBALS[$this->selected_module]) && ($GLOBALS[$this->selected_module]->enabled) ) { return $GLOBALS[$this->selected_module]->ec_step2(); } } } //---PayPal WPP Modification END---// } ?> dir="LTR" lang="en"

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...