PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, November 11, 2022

[FIXED] How to show subscription payments in PayPal confirmation page?

 November 11, 2022     e-commerce, payment, payment-gateway, paypal, paypal-sandbox     No comments   

Issue

I am using a PayPal button that redirects to a checkout/payment confirmation page that has payment info, payment methods, etc.

However, it is not obvious if the payment is one time or recurring.

The user could click on the amount and see more details, but I was wondering if I could show the subscription info by default to avoid confusion.

The subscription info is also presented after the payment has been processed in the receipt which is informative, but not ideal.

Here is the amount: enter image description here

here is the amount after click/expansion: enter image description here


Solution

PayPal's checkout is designed to be equally usable from a mobile device or small/pop-up minibrowser, so the space on the right in your screenshot isn't available cross-platform.

The details of what is being paid for are meant to be shown by your own site before, on the page and in the receipt after, and are also available via the drop-down as shown in your screenshot.

You can't expand it by default.



Answered By - Preston PHX
Answer Checked By - Willingham (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing