How can I enforce the customer contact phone number when using PayPal Express Checkout?
PayPal has a setting that will display and validate a customer contact phone number field on the payment page. PayPal recommends leaving this feature “Off” because customers value their privacy. To be consistent with PayPal’s recommendations ProductCart has set the corresponding phone number field in your storefront to being an “optional” field by default. To make this field required follow these steps: First, make sure that have enabled the phone number field on your PayPal account. – Login to your PayPal Account – From the “Profile” submenu, select “Website Payment Preferences” – Find the section “Contact Telephone Number” – Select “On (Required Field)” and click “Save” In ProductCart v3.1 and above you can also validate the customer shipping phone number with JavaScript within your Storefront. If you want to enable validation of the customer shipping phone number field, you will need to perform a small code change. To perform this code change: – Download the file “pc/login.asp” – Op