Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

does paypal shooping cart IPNv2.8 support....?


1 reply to this topic

#1 hegelwong

  • Community Member
  • 10 posts
  • Real Name:hegelwong

Posted 07 October 2004, 16:00

I have just install paypal shopping cart IPN v2.8 for my online shop ,
i would like to ask whether customer can checkout with other language?? it is because it seems only english will be support, however, my site support french, german and spanish... when i checkout using these language, some text seems can not be display properly...(e.g in the second step of the payment process, "you can buy without a paypal account...." that will be display as "module_payment_paypal_cc_text".......what do i have to amend??

Thank you very much..

#2 devosc

  • Community Member
  • 1,250 posts
  • Real Name:devosc

Posted 07 October 2004, 17:42

copy:

/catalog/includes/languages/english/images/buttons/button_ppcheckout.gif
/catalog/includes/languages/english/modules/payment/paypal.php

To:
/catalog/includes/languages/german/images/buttons/button_ppcheckout.gif
/catalog/includes/languages/german/modules/payment/paypal.php

And edit the german language version of paypal.php

Similiarily do the same for french and spanish

You may also like to do something similiar to:
/catalog/includes/modules/payment/paypal/catalog/languages/english/info_cc.inc.php

There are other language specific files but the above are the ones that customers view.

G.
"Any fool can know. The point is to understand." -- Albert Einstein