Thursday, 15 September 2011

javascript - How to Customize Text Above Order Summary in Paypal -


How to customize the text above the order summary in PayPal

Like the title, I want to paypal Ask the method to change the text above the order summary, it just displays my email address, and I want to convert it to more formal, like "my store" or something else. I'm using to create my button, and here is the code I got:

  & lt; Script async = "async" src = "https://www.paypalobjects.com/js/external/paypal-boot.min.js merchant = & lt; email & gt;" data-button = "buy-on" data- Size = "big" data-name = "test name" data-volume = "1" data-zodiac = "5" data-currency = "USD" data-callback = "& lt; url" data-returns = "& Lt; url & gt;" Data-env = "sandbox" & gt; & Lt; / Script & gt;  

Thanks.

What text exactly on the page do you say when you say "text above the order summary" If so, I can answer your question:

First of all, if you always want to use a business name, then you should probably switch ("upgrade") to a business account The difference between the PayPal personal / business account and the PayPal business account is that the former It is assumed to be organized by person, and is usually identified by the person's name or email, the latter is considered to be owned by a business, and usually the payment setting of the account is identified by the business name defined in profile pages. goes.

Second, there is a BRANDNAME parameter that can be set to override the business name that will be displayed on PayPal login and will confirm your payment pages based on per-transaction in the classic API:


No comments:

Post a Comment