lightxservices
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
thanks you so much! i had smush lazy load…
i disabled this feature and now its working!i would really like to get some advice..
Forum: Plugins
In reply to: [WooCommerce] change checkout data before order createi figured it out, thanks.
i updated the user meta in the hook: woocommerce_checkout_update_order_meta
update_post_meta( $order_id, ‘_billing_first_name’, $first_name );go this from: https://gist.github.com/zgordon/8375ebd45a691ebc2aef6a5aa643199e
- This reply was modified 6 years, 7 months ago by lightxservices.
Forum: Plugins
In reply to: [WooCommerce] change checkout data before order createi really need help with this.
you need more details?
@riaanknoetze- This reply was modified 6 years, 7 months ago by lightxservices.
Forum: Plugins
In reply to: [WooCommerce] change checkout data before order createi created a custom full name field, and i want to take the first and last name from there and place them in the billing address.
Viewing 5 replies - 1 through 5 (of 5 total)