Forum Moderators: buckworks
Say I wanted to sell a product via paypal for $19.95, how would I configure my order-through-paypal button to $19.95?
I have hardly any expereince with paypal so any advice is appreciated..
Thanx,
Greektomi
Login, click the "Sell" tab, click on "single-item purchases" in the right pane. It takes you here:
[paypal.com...]
This thing will make you a button with your price in it already.
essentially, you're affecting a hidden field:
< input type="hidden" name="amount" value="19.95" >
Now if I may be permitted to expand my question a little.
If a visitor is not already registered with paypal and attempts to purchace through the button, I know they will have to fill out a rather large form but will they have to wait for an email verification before they can finish they're transaction?
If so it seems it would probably stop te transaction dead in its tracks...
Greektomi
Greektomi