Django Oscar PayPal required address fields

107 views
Skip to first unread message

Discort

unread,
Jan 14, 2015, 7:57:45 AM1/14/15
to django...@googlegroups.com
Hi! I need to make phone_number field mandatory. In django oscar settings it make simply. 

OSCAR_REQUIRED_ADDRESS_FIELDS = ('first_name', 'last_name', 'line1','line4', 'postcode', 'country', 'phone_number')


How to make a phone number field mandatory if I checkout via PayPal Express? How to pull the phone number of the PayPal account?

David Winterbottom

unread,
Jan 14, 2015, 5:49:33 PM1/14/15
to django-oscar
On Wed, Jan 14, 2015 at 12:57 PM, Discort <odis...@gmail.com> wrote:
Hi! I need to make phone_number field mandatory. In django oscar settings it make simply. 

OSCAR_REQUIRED_ADDRESS_FIELDS = ('first_name', 'last_name', 'line1','line4', 'postcode', 'country', 'phone_number')


How to make a phone number field mandatory if I checkout via PayPal Express?

​Do you mean when the customer clicks the PP button on the basket page and so uses PayPay's address collection forms? If so, I suggest having a look at PayPal's docs ​as I don't know off the top of my head:
https://github.com/django-oscar/django-oscar-paypal/tree/master/docs/guides

 
How to pull the phone number of the PayPal account?

​Have a look at the response from the get_txn request - one of the fields will be the phone number.​

 

--
https://github.com/tangentlabs/django-oscar
http://django-oscar.readthedocs.org/en/latest/
https://twitter.com/django_oscar
---
You received this message because you are subscribed to the Google Groups "django-oscar" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-oscar...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-oscar.
To view this discussion on the web, visit https://groups.google.com/d/msgid/django-oscar/d1c7de78-a907-45a8-b2ef-ac12df6dbc43%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages