tarnfeld
tarnfeld

Reputation: 26556

Set value of PayPal Buy Now Button

I am setting up a simple shopping cart type system, and i was wondering how i set the value of a paypal button? Whats the best way to do this?

Upvotes: 0

Views: 1972

Answers (2)

ceejayoz
ceejayoz

Reputation: 180004

PayPal will generate the code for you.

Upvotes: 1

Paulo
Paulo

Reputation: 4333

PayPal has rather extensive documentation on their buttons. I suggest you visit PayPal's website for their full documentation.

When you create a Buy It Now button using the PayPal interface, it asks you to enter the price. If you are creating one programmatically, then the documentation provides details on setting a wide range of the values including the price, currency, etc.

You can find all of this information by logging into PayPal and then Choosing the "Merchant Services" tab. Start with the "Buy Now" link in the Create button section.

Upvotes: 3

Related Questions