Checkout missing billing fields
-
Hello,
When working on my webshop I noticed at some point that the billing fields on the checkout page were missing. I can’t recall which action caused this to go wrong, and I can’t seem to find a way to fix it.
In checkout/form-billing.php, when I do this: var_dump($checkout->checkout_fields);
I get this:
array(4) {
[“billing”]=>
NULL
[“shipping”]=>
array(9) {
[“shipping_country”]=>
array(4) {
[“type”]=>
string(7) “country”
[“label”]=>
….. etc.Does anyone know how to get the billing fields back?
Thanks in advance!
– Leon
- The topic ‘Checkout missing billing fields’ is closed to new replies.