简体   繁体   English

响应式PayPal订阅结帐?

[英]Responsive PayPal Subscription Checkout?

About 90%+ of my website users are using the mobile page. 我的网站用户中约有90%以上正在使用移动页面。 I offer a monthly membership subscription plan and just build the PayPal subscription form with PHP. 我提供月度会员订阅计划,并且仅使用PHP构建PayPal订阅表格。

After all data is sent, it opens up the PayPal page and this big image appears in a tiny on Smartphone version, because it isn't responsive like the rest of my website: 发送完所有数据后,它将打开PayPal页面,并且此大图像在Smartphone版本上很小,因为它没有像我网站的其余部分一样响应:

在此处输入图片说明

Normal payments are responsive but subscriptions are not. 正常付款是响应式的,但订阅不是。 I offer other payment services like GoCardless but need to offer the PayPal solution too. 我提供其他付款服务,例如GoCardless,但也需要提供PayPal解决方案。 Many users would get confused and cancel the payment. 许多用户会感到困惑并取消付款。

However, I kept searching for other solutions for some days now and there is this JavaScript option available: https://github.com/paypal/paypal-checkout/blob/master/docs/button.md 但是,几天以来,我一直在寻找其他解决方案,并且有可用的JavaScript选项: https : //github.com/paypal/paypal-checkout/blob/master/docs/button.md

This opens up a popup on my site and it seems like to be the solution but I couldn't find an option for subscriptions also. 这会在我的网站上打开一个弹出窗口,这似乎是解决方案,但我也找不到订阅选项。

What alternatives do I have or did I overlook something? 我有什么选择或者我忽略了什么? I just need a responsive solution for PayPal subscriptions to get monthly payments. 我只需要一个针对PayPal订阅的响应式解决方案即可获得每月付款。

I'm also trying to do recurring subscriptions in my Django and the frontend team complained that the paypal checkout page is not responsive, and they have a point. 我也在尝试在Django中进行定期订阅,并且前端团队抱怨Paypal结帐页面没有响应,他们对此很有意思。 It seems incredible that today with all the subscription based services (Netflix, Spotify, Microsoft Office, PS Plus, etc . . . ) PayPal (one of the worldwide 'digital wallets' ) still isn't responsive wth all that. 如今令人难以置信的是,对于所有基于订阅的服务(Netflix,Spotify,Microsoft Office,PS Plus等),PayPal(全球“数字钱包”之一)仍然无法响应所有这些要求。

It's curios because the express checkout and the one time pay page are all changed. 这是有意思的,因为快速结帐和一次性付款页面都已更改。

I found this article that said they will do changes to that part Upcoming Change to PayPal Subscriptions 我发现这篇文章说他们将对该部分进行更改即将对PayPal订阅进行更改

Well with all this the problem it's still unresolved and hopping they will do something about this. 好吧,所有这些问题仍然没有解决,希望他们对此有所帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM