Is there a way to have the customer information such as address, phone number to populate the paypal order form.
When a customer checks out and is sent to paypal I notice that the first/last name show up but the address information etc has to be reinput by the customer. Can this be populated with the data from OC?
Thanks all.
In fact if you look at the code at /catalog/controller/payment/pp_standard.php
It already contains the code for passing the address values
as per the requirement
It already contains the code for passing the address values
Code: Select all
$this->data['address1'] = html_entity_decode($order_info['payment_address_1'], ENT_QUOTES, 'UTF-8');
$this->data['address2'] = html_entity_decode($order_info['payment_address_2'], ENT_QUOTES, 'UTF-8');
Chris, Opencart Developers and Programmers,
Opencart Developers Opencart Programmers
https://www.chrisranjana.com
I'm having this problem too.
I checked some diferences between the fields "names".
For example: in Paypal ZIP and in the OC is postcode.
How to solve this?
I checked some diferences between the fields "names".
For example: in Paypal ZIP and in the OC is postcode.
How to solve this?
Who is online
Users browsing this forum: No registered users and 13 guests