Laudanum / spacetime_concerto

Holding project for Drupal competition profile
0 stars 0 forks source link

As an entrant I can pay for my entry #9

Open queenvictoria opened 12 years ago

queenvictoria commented 12 years ago

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.

queenvictoria commented 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

queenvictoria commented 12 years ago

Switch to views with a template override to provide Paypal button. None of the other workflows are very tidy.

queenvictoria commented 12 years ago

Encrypt the paypal buttons https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_html_encryptedwebpayments

queenvictoria commented 12 years ago

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

queenvictoria commented 12 years ago

Fix return URL. Add incl. GST. Set to $30. Set cc as default. Add my entries to user form.