Recovery customer’s data directly
-
Hi,
I have these customer details showing in the PDF:
<?php echo esc_html($customer->get_billing_first_name().'''.$customer->get_billing_last_name()); ?><br> <?php echo esc_html( $client->get_billing_email() ); ?><br> <?php echo esc_html( $customer->get_billing_phone() ); ?>
My issue is the following.
My customers can download the PDF before arriving on the checkout page. If I disable the “Capture customer information on checkout” option, the PDF doesn’t display the customer’s details.
If the customer then deletes their information on the checkout page, before downloading the PDF, the contact details don’t appear in the PDF.
How to force a recovery on customer data directly? Without it capturing the information via the checkout?
Thank you for your help and your super plugin ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Recovery customer’s data directly’ is closed to new replies.