如何在PayPal中为客户更改信用卡/ PayPal付款页面的语言? [英] How do I change the language for a credit card/paypal payment page in PayPal for a customer?

查看:170
本文介绍了如何在PayPal中为客户更改信用卡/ PayPal付款页面的语言?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当顾客点击一个按钮将他重定向到PayPal页面,当他需要放置他的卡片信息等时,该页面为英文。是否有可能将其更改为不同的语言?例如。捷克?如果是的话,该怎么做?这些信息是否可以在表单输入hiddne字段中与其他信息一起发送,或者在该表单的动作链接中发送?

When a customer clicks on a button that redirects him to PayPal page when he need to put his card info etc. , this page is in English. Is it possible to change it to different language? E.g. Czech? If yes, how to do that? Could that info be sent within the form input hiddne fields with other informations or in a action link of that form?

UPDATE:
我在上面使用这段代码我的网站:

UPDATE: I am using this code on my website:

<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="****@yahoo.com">
<input type="hidden" name="quantity" value="<?php echo $sesion_qty?>">
<input type="hidden" name="item_name" value="<?php echo $sesion_prod ?>">
<input type="hidden" name="item_number" value="<?php echo $session_prodid ?>">
<input type="hidden" name="amount" value="<?php echo $sesion_price ?>">
<input type="hidden" name="currency_code" value="CZK">
<input type="hidden" name="return" value="http://****.com/test/mem_account/thanks.php">
<input type="hidden" name="cancel_return" value="http://****.com/mem_account/canceled.html">
<input type="hidden" name="notify_url" value="http://****.com/mem_account/ipn.php">
<input type="hidden" name="custom" value="<?php echo $_SESSION['order_id']; ?>">
<input type="image" border="0" name="submit" src="http://images.paypal.com/images/x-click-but5.gif" alt="whatihawk product with PayPal">
</form>


推荐答案

如何准确显示按钮?
因为如果你看这张表, https://cms.paypal.com/uk/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_html_Appx_websitestandard_htmlvariables#id08A6HI0709B__id08A7CI030HS ,您会发现 lc 参数旨在做你想做的事。

How do you display the button exactly ? Because if you look to this table, https://cms.paypal.com/uk/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_html_Appx_websitestandard_htmlvariables#id08A6HI0709B__id08A7CI030HS, you'll se that the lc parameter aims to do what you would like to do.

这篇关于如何在PayPal中为客户更改信用卡/ PayPal付款页面的语言?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆