• Hi, so latest build:

    1) Donation form creation: Custom Text Amount, says leave blank to not display anything but if you do leave blank it still shows the placeholder text anyway.

    2) Donation form usage: On a variable donation amount you select the amount then click donate for the modal window to appear, at this point the Donation Total becomes set when it could really still be changeable.

    3) Using gourl for bitcoins then the way Give is designed there is no payment pending page so when using any bitcoin type payment for donations you are forced to use the payment complete page for payment pending.

    4) General Settings: success/failed/history pages. You are forcing the use of pages while providing shortcodes that can go on endpoints so perhaps you could allow endpoints as well as pages so someone could enter a url or a page.

    Thanks!

    https://wordpress.org/plugins/give/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Col_Blimp

    (@col_blimp)

    Bump!!!!!!

    Plugin Author Devin Walker

    (@dlocc)

    Hey @col_blimp thanks for bumping! I’m not sure how this got by us… let me answer your questions:

    1) This is fixed now in version 1.4

    2) You’re talking about the donation amount field above the submit button at the bottom of the form. This is intended to be a “confirmation” amount field to reaffirm the amount the donor has chosen to Give prior to submission. Its intention isn’t to be changeable. Once they enter into the modal they are in “Giving” mode, the donor has made their decision. If they would like to adjust the amount they can simply exit the modal, select another level or adjust to a custom amount. This is the one of the few time our users have requested this lower field be customizable. If it’s a popular request we may consider updating it as an option in the future or writing a tutorial on it.
    3) You can use the donation confirmation page as a payment pending page; you don’t need a separate page. Check to see how we’re doing it with PayPal standard https://github.com/WordImpress/Give/blob/master/includes/gateways/paypal-standard.php#L592 – Also we’re going to add more hooks to output various messages for the receipt shortcode: https://github.com/WordImpress/Give/issues/509
    4) I’m not entirely sure what you mean here – would you mind expanding?

    Thread Starter Col_Blimp

    (@col_blimp)

    Please see the image: http://i.imgur.com/uIfbrt5.png

    What I mean is a lot of WordPress plugins and membership systems create server generated pages that you can put shortcodes on so I was wanting you to add in the option to either select a page or a URL so that Give can be used on custom pages without the need to re-code the plugin.

    Cheers.

    Edit: re 3, yes the issue is with the shortcode saying thanks when its not time for that, looking forward to a few shortcode options.

    Plugin Author Devin Walker

    (@dlocc)

    Thanks for taking the time to create the image. You technically select any PAGE, but it sounds like you want to select a post/cpt?

    If so, there’s filter for that: give_get_success_page_uri where you can pragmatically set it to any page you’d like: https://github.com/WordImpress/Give/blob/master/includes/forms/functions.php#L108

    3) This text is added by default above the shortcode, you can go to the donation confirmation page and delete it so it doesn’t unnecessarily say thanks when actually the payment is pending.

    Please let me know if you have anymore questions!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Couple of things’ is closed to new replies.