Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Why don't paypal appear


mSale

Recommended Posts

I check the \includes\classes\payment.php,trace it and find:

function selection() {

      $selection_array = array();

 

      if (is_array($this->modules)) {

        reset($this->modules);

        while (list(, $value) = each($this->modules)) {

          $class = substr($value, 0, strrpos($value, '.'));

          //moneyorder and paypal

          if ($GLOBALS[$class]->enabled) {

            $selection = $GLOBALS[$class]->selection();

            //only moneyorder

            if (is_array($selection)) $selection_array[] = $selection;

          }

        }

      }

 

      return $selection_array;

    }

 

 

 

Please help me,and thanks.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...