[Tep-j-general] Re: Paypal Gateway

アーカイブの一覧に戻る

TAMURA Toshihiko tamur****@bitsc*****
2003年 9月 26日 (金) 14:13:31 JST


Hi

> Is it possible when viewing oscommerce with Japanese as the chosen language
> to also open the paypal gateway in Japanese language?
> 
> I can only open paypal in English from osCommerce.

in paypal.php
------------------------------------------------------------
    function paypal() {
      global $order;

      $this->code = 'paypal';
      $this->title = MODULE_PAYMENT_PAYPAL_TEXT_TITLE;
      $this->description = MODULE_PAYMENT_PAYPAL_TEXT_DESCRIPTION;
      $this->sort_order = MODULE_PAYMENT_PAYPAL_SORT_ORDER;
      $this->enabled = ((MODULE_PAYMENT_PAYPAL_STATUS == 'True') ? true : false);

      if ((int)MODULE_PAYMENT_PAYPAL_ORDER_STATUS_ID > 0) {
        $this->order_status = MODULE_PAYMENT_PAYPAL_ORDER_STATUS_ID;
      }

//    if (is_object($order)) $this->update_status(); <= comment out

      $this->form_action_url = 'https://secure.paypal.com/cgi-bin/webscr';
    }
------------------------------------------------------------

How about it?

-- 
TAMURA Toshihiko




Tep-j-general メーリングリストの案内
アーカイブの一覧に戻る