Open queenvictoria opened 12 years ago
There is a promising dev module for this in contrib http://drupal.org/project/webform_paypal
There is an attempt at more complete implementation leveraging the Commerce suite here https://github.com/avr/webform_commerce
Switch to views with a template override to provide Paypal button. None of the other workflows are very tidy.
Add the add all to cart
button (upload=1) https://www.paypalobjects.com/en_US/ebook/PP_WebsitePaymentsStandard_IntegrationGuide/shopping_cart.html
Add the view cart
button
Fix return URL. Add incl. GST. Set to $30. Set cc as default. Add my entries to user form.
Use Paypal pay now style button. Determine whether the button should be within the webform or without. See issue #3. Add user ID AND webform SID (submission ID) as the Paypal description.
Reconciliation is handled manually. staff_admins will check the
payment completed
box on the webform.