Problem Pre-populating billing data
-
Hello, recently i’ve been trying to pre-fill the billing data in the checkout fields in my page. I followed this video and it works:
https://www.youtube.com/watch?v=c3mpsqK0pXA
but the problem is when i send the order to woocommerce, it won’t save the custom pre-filled data, like the “billing_id_type” or the “billing_company”. I tried prefilling the fields with javascript and the “woocommerce_checkout_get_value” hook but it didn’t work neither. One example of this problem is the following, where in between “Tipo cliente” and “billing_dni” it must be “billing_company” and “billing_id_type” (this last field is a custom field, billing company isn’t but it still fails):
Can you please help me to fix this problem please? i really need to save this custom data in the woocommerce order.
The topic ‘Problem Pre-populating billing data’ is closed to new replies.