CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Addresses and Paypal
Pages: [1]

Author Topic: Addresses and Paypal  (Read 1491 times)

kammac

  • Guest
Addresses and Paypal
October 27, 2009, 12:11:10 am
The site running civicrm uses paypal standard to process payments, both one-time and recurring. The problem is that the contributor's address is ot being transferred to paypal. It is going far enough that the user does't have to re-renter it, but it is not storing in the paypal database or appearing on paypal receipts. Since this is a campaign, the address and additional information is important and is included on the civicrm receipt. However, as this is a campaign run by volunteers, there must be a check and balance system in place, and the address is needed to confirm payments and check reports. Is there anyway to pass this information on thoroughly to paypal? The custom donate page we were using prior to  civicrm had no problem storing this information in paypal or allowing it to show up on the paypal receipts. Any ideas?

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Addresses and Paypal
October 27, 2009, 06:58:43 am

Seems like this is more a paypal settings issue than a civicrm issue. You might want to check on the paypal forums on what settings you need to activate to store the user address. I'm pretty sure CiviCRM does not control what gets stored or not in PayPal

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

kammac

  • Guest
Re: Addresses and Paypal
October 27, 2009, 10:54:33 am
I've been all over paypal forums and my paypal account. There is no setting. From everything I gathered it needs to be sent from the API. The custom form we used before simply pre-populated the paypal fields and the e-mails were sent with the information included, and the information was stored in paypal. A test paypal "donate" button also sends the e-mails correctly and stores the information.

Only the donations from contributions through civicrm are missing the information. Paypal isn't storing any address information from civicrm at all--it only stores the name and the donation amount. All other donation forms work fine.

Has anyone successfully had PayPal store information gathered by Civicrm, utilizing paypal standard?

kammac

  • Guest
Re: Addresses and Paypal
October 27, 2009, 05:39:05 pm
Beyond the fact the information is not transferring. Contributions are processing as payments instead of donations. They should be be processing as donations.

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Addresses and Paypal
October 27, 2009, 06:27:52 pm

just to be clear:

when civicrm sends the person over to paypal, the name and address information is transferred over and visible on the paypal screens? (u mentioned this in your first post)

if i had to guess, maybe its one of the other variables civicrm is sending over?

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

kammac

  • Guest
Re: Addresses and Paypal
October 28, 2009, 06:03:22 pm
No information needs to be entered into payapl to complete purchase, but none of the information is storing in paypal or appearing on the customer receipts. I'll keep working on it and report back.

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Addresses and Paypal
October 28, 2009, 06:37:28 pm
can u modify: CRM/Core/Payment/PayPalImpl.php

and change

                   'no_shipping'        => 1,

TO

                   'no_shipping'        => 0,

and see if that helps. if that does not, try adding

'address_override' => 1

below no_shipping and see if that helps

lobo
« Last Edit: October 28, 2009, 06:58:06 pm by Donald Lobo »
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

ryeradio

  • I post frequently
  • ***
  • Posts: 185
  • Karma: 1
  • CiviCRM version: 4.2.1
  • CMS version: Drupal
  • MySQL version: MySQL5
  • PHP version: PHP5
Re: Addresses and Paypal
February 23, 2012, 05:07:41 pm
Work_Mac, Did you ever find a solution to this? I am having the same problem. I need the address information sent over to PayPal, and currently it only sends out email. Any help would be much appreciated!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Addresses and Paypal

This forum was archived on 2017-11-26.