• I’m just tweaking this great plugin for my own purposes and one thing that I think is absolutely essential is a better follow-up after payment. The one-line “success” message is too simple and quiet; as a customer or donor, I would wonder if anything actually happened. Part of implementing this, to me, is ensuring a follow-up email is sent providing an invoice, and that the customer is redirected to a new custom page which thanks them for the money.

    This might be out of the scope of the project, but it’s some food for thought.

    http://wordpress.org/extend/plugins/wp-stripe/

Viewing 1 replies (of 1 total)
  • Thread Starter mekrith

    (@mekrith)

    Hey, this is actually trivially easy to do! I just changed the $result for a successful Create Charge from a <div> containing the success msg, to a <script>window.location = “newurl”</script> opening a new URL. That opens a thank you page within the existing Donation popup, which can then do whatever I want afterwards.

Viewing 1 replies (of 1 total)
  • The topic ‘Suggestion for "Thank You" page’ is closed to new replies.