Title: [Plugin: WP Stripe] shortcode processing
Last modified: August 20, 2016

---

# [Plugin: WP Stripe] shortcode processing

 *  Resolved [hmoore71@cox.net](https://wordpress.org/support/users/hmoore71coxnet/)
 * (@hmoore71coxnet)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-stripe-shortcode-processing-1/)
 * The short code processing does not replace the short code with the form html.
   Instead the html is injected using php code and echos causing the form to always
   be display at the top of the page.
 * [http://wordpress.org/extend/plugins/wp-stripe/](http://wordpress.org/extend/plugins/wp-stripe/)

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/plugin-wp-stripe-shortcode-processing-1/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-wp-stripe-shortcode-processing-1/page/2/?output_format=md)

 *  Plugin Author [Noel Tock](https://wordpress.org/support/users/noel_tock/)
 * (@noel_tock)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-stripe-shortcode-processing-1/#post-2621046)
 * Didn’t experience that, but can see it happening. Won’t be an issue anymore as
   it’ll be in a modal box down the road. Cheers
 *  Thread Starter [hmoore71@cox.net](https://wordpress.org/support/users/hmoore71coxnet/)
 * (@hmoore71coxnet)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-stripe-shortcode-processing-1/#post-2621053)
 * Thanks for the reply.
    BTW when is “down the road?”
 * Meantime **it is an issue** and I have modified the code for it to work properly.
   A trivial fix.
 *  [HelgaTheViking](https://wordpress.org/support/users/helgatheviking/)
 * (@helgatheviking)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-stripe-shortcode-processing-1/#post-2621156)
 * can confirm this is happening for me too. the shortcode echos when it needs to
   return a value (a long, concatenated string)
 * [@hmoore](https://wordpress.org/support/users/hmoore/) i presume you modified
   stripe-functions.php and stripe-display.php ? any chance you could pastebin those
   me?
 *  Thread Starter [hmoore71@cox.net](https://wordpress.org/support/users/hmoore71coxnet/)
 * (@hmoore71coxnet)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-stripe-shortcode-processing-1/#post-2621158)
 * [@helgatheviking](https://wordpress.org/support/users/helgatheviking/) I did 
   modify those files. If you would send me an email and I’ll send them to you. 
   Use at you discretion.
 *  Thread Starter [hmoore71@cox.net](https://wordpress.org/support/users/hmoore71coxnet/)
 * (@hmoore71coxnet)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-stripe-shortcode-processing-1/#post-2621159)
 * [@noel](https://wordpress.org/support/users/noel/) Tock would you like the code
   I modified to maybe issue an update? I am getting a few requests for the fix.
 *  [HelgaTheViking](https://wordpress.org/support/users/helgatheviking/)
 * (@helgatheviking)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-stripe-shortcode-processing-1/#post-2621166)
 * [@noel](https://wordpress.org/support/users/noel/) tock, please don’t take away
   the shortcode form. not everybody (at least not me) would want a modal box.
 *  Plugin Author [Noel Tock](https://wordpress.org/support/users/noel_tock/)
 * (@noel_tock)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-stripe-shortcode-processing-1/#post-2621199)
 * Thanks for the feedback, you can surely provide your edits (best is via pastebin
   or gist.github.com) and I’ll take a look. Will save me some work 🙂
 * Cheers
 * Noel
 *  Thread Starter [hmoore71@cox.net](https://wordpress.org/support/users/hmoore71coxnet/)
 * (@hmoore71coxnet)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-stripe-shortcode-processing-1/#post-2621202)
 * I’ve placed stripe-display.php and stripe-functions.php at [http://pastebin.com/qMxhtnG0](http://pastebin.com/qMxhtnG0)
 * These changes only address the shortcode fix.
 *  Plugin Author [Noel Tock](https://wordpress.org/support/users/noel_tock/)
 * (@noel_tock)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-stripe-shortcode-processing-1/#post-2621209)
 * Thanks for that. I fixed it using output buffering which turned out fine (makes
   the code a bit cleaner in the process). Thanks again..
 *  [hmoore71](https://wordpress.org/support/users/hmoore71/)
 * (@hmoore71)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-stripe-shortcode-processing-1/#post-2621210)
 * Yes output buffering is cleaner. I have modified WP-Stripe primarily for a Home
   Owners Association to use ajax. If interested I have it as a demo at
    [http://hmoore71.com/wp/card-stripe](http://hmoore71.com/wp/card-stripe).
 * I have no plans to release the result but happy to share anything you may be 
   able to use for WP-Stripe.
 *  Plugin Author [Noel Tock](https://wordpress.org/support/users/noel_tock/)
 * (@noel_tock)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-stripe-shortcode-processing-1/#post-2621212)
 * Cool fork of the existing plug-in, well done! Need to find some time to tackle
   the projects component of the original plug-in, and then I may have some time
   to delve into some of your ajax.
 * Cheers!
 * Noel
 *  [HelgaTheViking](https://wordpress.org/support/users/helgatheviking/)
 * (@helgatheviking)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-stripe-shortcode-processing-1/#post-2621213)
 * nice work indeed. [@noel](https://wordpress.org/support/users/noel/) have you
   given any thought to hosting your plugin at github so [@hmoore](https://wordpress.org/support/users/hmoore/)
   and any future others could fork you and send you pull requests?
 *  Plugin Author [Noel Tock](https://wordpress.org/support/users/noel_tock/)
 * (@noel_tock)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-stripe-shortcode-processing-1/#post-2621214)
 * Hi Helga, I have, just haven’t got around to it 🙂 90-100 hour weeks don’t help,
   maybe I’ll find time over this easter break.. Cheers!
 *  [HelgaTheViking](https://wordpress.org/support/users/helgatheviking/)
 * (@helgatheviking)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-stripe-shortcode-processing-1/#post-2621215)
 * wow, that is keeping pretty busy! sidenote, do you think we should be using an
   SSL cert to accept donations with your plugin?
 *  [hmoore71](https://wordpress.org/support/users/hmoore71/)
 * (@hmoore71)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-stripe-shortcode-processing-1/#post-2621216)
 * Stripe certainly recommends it [see this.](https://stripe.com/help/ssl)
    But 
   it seems something that is outside of the plugin.

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/plugin-wp-stripe-shortcode-processing-1/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-wp-stripe-shortcode-processing-1/page/2/?output_format=md)

The topic ‘[Plugin: WP Stripe] shortcode processing’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-stripe_ececec.svg)
 * [WP Stripe](https://wordpress.org/plugins/wp-stripe/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-stripe/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-stripe/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-stripe/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-stripe/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-stripe/reviews/)

 * 17 replies
 * 4 participants
 * Last reply from: [HelgaTheViking](https://wordpress.org/support/users/helgatheviking/)
 * Last activity: [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-stripe-shortcode-processing-1/page/2/#post-2621218)
 * Status: resolved