Changes between Version 1 and Version 2 of PayPalOrders
- Timestamp:
- Mar 2, 2017, 9:24:16 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PayPalOrders
v1 v2 1 1 We handle certain payments such as buses and shirts through PayPal. To set this up you need to be an admin both on PayPal and our Google Apps account. Students can do the website part but should not have a PayPal admin account. 2 2 3 First, log in to PayPal and go to Tools -> PayPal buttons. Create a button for each item you are selling. The interface for making buttons changes so see documentation here: https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/create_payment_button/ In general, it is best to go with "Add to Cart" instead of "Buy Now" buttons so that we only get charged the flat transaction fee once for people who are paying for multiple things. Remember to also use a "View Cart" button for this. You can do all sorts of stuff with this such as having a size dropdown with different prices for each size. You can try to have a text box for names but you can't require an entry so mostpeople will ignore it. That means you will have to match the email for each payment with the corresponding person.3 First, log in to PayPal and go to Tools -> PayPal buttons. Create a button for each item you are selling. The interface for making buttons changes so see documentation here: https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/create_payment_button/ In general, it is best to go with "Add to Cart" instead of "Buy Now" buttons so that we only get charged the flat transaction fee once for people who are paying for multiple things. Remember to also use a "View Cart" button for this. You can do all sorts of stuff with this such as having a size dropdown with different prices for each size. You can try to have a text box for names but you can't require an entry so some people will ignore it. That means you will have to match the email for each payment with the corresponding person. 4 4 5 5 If you are only using a single "Buy Now" button you can just use the email link. Otherwise, you will need to set up a web page to put the buttons on. Because our current website software does not allow that type of HTML input, we put it on a Google Sites page.