贝宝(Paypal)快递“订单摘要"页 [英] Paypal express "order summary" page

查看:112
本文介绍了贝宝(Paypal)快递“订单摘要"页的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在用Express checkout集成替换Free和Standard paypal按钮.我相信我已经完成了大部分工作,但是我有两个悬而未决的问题.

I'm in the the process of replacing the Free and Standard paypal button with a Express checkout integration. I believe I've done most of the work but I have 2 outstanding questions.

  1. 使用旧按钮时,它将我重定向到了订单摘要"页面,在那里我仍然可以更新要购买的产品的数量.借助Express checkout,该选项似乎已失效.虽然数量字段仍然存在,但它是只读的,因此不能再更改.我可以做到这一点,以便该字段再次变为可编辑状态吗?

  1. When using the old button it redirected me to an order summary page where I could still update the quantity of the product I wanted to buy. With Express checkout it seems that this option has dissapeaed. Whilst the quantity field is still there, it's read-only and can therefore not be altered anymore. Can I make it so this field becomes editable again?

当我按下提交表单后重定向到贝宝网站时,我怀疑贝宝正在对该页面进行一些更新,并正在进行A/B测试以查看哪种布局性能是否更好,但是如果其他人可以确认类似的行为并且我可以做些什么来强制执行特定的布局,那会很好吗?我在该论坛上找到了其他帖子,但它们是在不久前发布的,因此需要重新检查.

When i get redirected to the paypal site after pressing submitting the form is not consistent, I suspect Paypal is in the process of rolling out some updates to this page and is doing some A/B testing to see which layout is performing better but it would be good if someone else could confirm a similiar behaviour and if there's anything that I can do to force a particular layout? I found other posts on this forum but they were posted a while ago hence the recheck.

谢谢

推荐答案

1.Express Checkout,它实际上是对PayPal服务器的API调用. 如果要编辑数量,则需要使用自己的逻辑更改值L_PAYMENTREQUEST_n_QTYm并将请求发送到PayPal(数量不可编辑).

1.Express Checkout, its actually a API call to the PayPal server. If you want to edit the Quantity, you need to change the value L_PAYMENTREQUEST_n_QTYm using your own logic and send the request to PayPal(quantity is not editable).Doc

2.实际上,PayPal已经发布了新的Express Checkout布局.

2.Actually PayPal has released a new Express Checkout layout.

这里有两个URL:

旧版式: 新版式: https://www.paypal.com/checkoutnow/2?token=EC- 24P528268C112244W

您可以根据需要强制进行任何布局.

You can force any layout as you wish.

这篇关于贝宝(Paypal)快递“订单摘要"页的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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