• Hello to you all !

    Thanks for this great plugin. I just need one more thing : get billing details for online donation. option is ok for offline but not for online. Why ? do I miss something ?

    Since we need to send tax deductible receipts to our donors, we also need their details for online donation.

    Thanks for your response guys !

    Marc

    https://www.ads-software.com/plugins/give/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Matt Cromwell

    (@webdevmattcrom)

    Hi Marc,

    Accepting Credit Card information directly on your site is only possible with a premium Payment Gateway like Stripe or PayPal Pro. But also, if you are using PayPal Standard, the billing details are saved over there.

    Thanks for your interest in Give!

    Plugin Author Devin Walker

    (@dlocc)

    Hey Marc,

    Just wanted to chime in that it’s possible to add standard address fields to the PayPal standard gateway using this snippet:

    /**
     * PayPal Add Address Fields
     *
     * @description Adds standard Give address fields to PayPal
     *
     * @access private
     * @since  1.0
     */
    add_action( 'give_paypal_cc_form', 'give_default_cc_address_fields');
    

    A similar question to this was asked here: https://givewp.com/support/ticket/make-the-billing-details-required/

    Thread Starter frametonic

    (@frametonic)

    ok thank you guys. Just want to make sure we talk about the same thing ?? :

    I need the same fields for online than we have for offline.

    Offline (check) we have address, etc.

    Online (paypal standard) we miss the address.

    So where do I need to copy/paste this snippet ?

    Thank you for your help and sorry for my code level ??

    Cheers

    Plugin Author Matt Cromwell

    (@webdevmattcrom)

    Hi there,

    Yes, we’re talking about the same thing no problem.

    We have a tutorial on how to add custom snippets to your WordPress website right here:
    https://givewp.com/documentation/resources/adding-custom-functions-to-your-wordpress-website/

    Let us know how that goes. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Billing details on online donation’ is closed to new replies.