Buyer Name does not get returned in order
-
Hi,
I was using paypal standard before that comes with woocommerce and I recently switched to this plugin. Very nice job.
Before switching over to your plugin, I could get hold of buyer first and last name as following
$fname = $order->billing_first_name; $lname = $order->billing_last_name;
However now that I am using your plugin, I do not see first and last name being returned. Can you please let me know how can i get hold of this info?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Buyer Name does not get returned in order’ is closed to new replies.