[Tep-j-general] Re: Paypal Gateway

アーカイブの一覧に戻る

shady shady****@hotma*****
2003年 9月 26日 (金) 20:58:42 JST


Tamura-san,

Thanks, I will take a look at this and see if it helps or not.

Regards,

Shady.

----- Original Message -----
From: "TAMURA Toshihiko" <tamur****@bitsc*****>
To: <tep-j****@lists*****>
Sent: Friday, September 26, 2003 2:13 PM
Subject: [Tep-j-general] Re: Paypal Gateway


> 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 mailing list
> Tep-j****@lists*****
> http://lists.sourceforge.jp/mailman/listinfo/tep-j-general
>



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