prescotttt
Forum Replies Created
-
Just to add to this for the sake of anyone else finding this thread:
I’ve had this exact issue on a site today (running the latest version of the Stripe Gateway plugin – 9.9.1) but we’re not using the address book plugin mentioned earlier so it’s unrelated to that.
Our setup is as follows: guest checkout is disabled and users must be logged in to view the checkout page. Existing customers (with woo address meta already saved to their profile) have been able to checkout fine but newly registered user accounts with no address meta are getting this ‘Missing required customer field: address->line1’ error, even when the checkout form field has been populated and it’s value is present within the submitted POST data. I suspect there’s some sort of hook timing issue going on maybe?
As a quick fix I’ve hooked into ‘woocommerce_before_checkout_process’ with a priority of 1 and I’m saving the posted billing field values to the user meta, which has resolved the issue. Hopefully this is helpful to anyone else experiencing the same! I’m not really sure why it’s reading the address data from the user meta but not the posted form data though…
Forum: Plugins
In reply to: [ACF OpenStreetMap Field] Why has Leaflet JS suddenly stopped working?Having the same problem here, although it’s the first time I’ve tried to use this plugin so difficult to diagnose with no working copy to compare it to…
Managed to get anywhere with it?