Page 1 of 1
Auto load customer data into checkout form
Posted: Tue Jun 22, 2021 10:19 pm
by zellerpure
Hello,
I would like to auto fill logged in customer's data into checkout fields or if sombody logging in on the cahckout page. Is it available plugin for this or any other solution to do this?
Thanks.
Re: Auto load customer data into checkout form
Posted: Wed Jun 23, 2021 12:13 am
by straightlight
OC version. I would not suggest this approach.
Re: Auto load customer data into checkout form
Posted: Wed Jun 23, 2021 12:49 am
by thekrotek
You can always ask someone to create such modification for you.
Re: Auto load customer data into checkout form
Posted: Wed Jun 23, 2021 3:15 am
by rjcalifornia
zellerpure wrote: ↑Tue Jun 22, 2021 10:19 pm
Hello,
I would like to auto fill logged in customer's data into checkout fields or if sombody logging in on the cahckout page. Is it available plugin for this or any other solution to do this?
Thanks.
What is the purpose of this? OpenCart already fills out the shipping fields while checking out (if registered customer)
Re: Auto load customer data into checkout form
Posted: Wed Jun 23, 2021 6:32 pm
by Richard_58
I need to load custom Attributes from customer if is logged in into this custom attributes input texts .The Layout Processor get the custom attributes, I need to put in a value of this input texts the data from the Customer .
MyBalanceNow
Re: Auto load customer data into checkout form
Posted: Sun Jun 27, 2021 1:07 am
by rjcalifornia
Richard_58 wrote: ↑Wed Jun 23, 2021 6:32 pm
I need to load custom Attributes from customer if is logged in into this custom attributes input texts .The Layout Processor get the custom attributes, I need to put in a value of this input texts the data from the Customer .
MyBalanceNow
Custom fields can be configured for that:
https://www.opencart.com/index.php?rout ... n_id=38089
Or you could change the Checkout controller/view to the custom user data in the needed fields.