[ad_1]
Plugin Author
Kokomo
(@kokomoweb)
Bonjour Cédric!
That’s a weird one, first time I see this! Do you see any errors in your javascript console?
Do the names show up for shipping first name and shipping last name?
Hello Kokomo 🙂 !
Thank you for your quick answer!
I think I have understood the issue… I’ve “recently” simplified the checkout process. There is no billing/shipping fields anymore. It’s why these fields are not passed on checkout. Do you know how can I programmatically pass them on checkout without showing them to the client so that your plugin can record/show them?
Kind regards,
Cedric
Plugin Author
Kokomo
(@kokomoweb)
Hi Cedric,
glad you figured it out. I am unsure what you mean, how can you pass the info if the client does not have fields to input it?
I don’t want to show fields for billings “First name” – “Last name” – “Email” because these fields are already required when they registered (they have to register to access the store). So ut makes non-sens to ask these fields again as I already know them. So I want to programmatically set it on checkout in order to have them in your table of clients 🙂
