Page 1 of 1

User logged in > Still asks for account to be created on checkout

Posted: 15 Nov 2019, 11:14
by cyrotek
Hello,

I've just noticed that even when im logged in, he still asks to create an account for me. The $this->standardBasket->getCustomerId() is empty. Why is that?

Also, once I've logged in, he displays all fields from the address. How to fix that?

Regards

Re: User logged in > Still asks for account to be created on checkout

Posted: 17 Nov 2019, 08:05
by aimeos
cyrotek wrote: 15 Nov 2019, 11:14 I've just noticed that even when im logged in, he still asks to create an account for me. The $this->standardBasket->getCustomerId() is empty. Why is that?
Which Aimeos version are you using?
cyrotek wrote: 15 Nov 2019, 11:14 Also, once I've logged in, he displays all fields from the address. How to fix that?
Can you please post a screenshot of what you mean and what do you expect?

Re: User logged in > Still asks for account to be created on checkout

Posted: 18 Nov 2019, 14:55
by cyrotek
I am using 19.4.3 as of this speaking.

Find attached 2 screens and I would expect the visible fields dont change once I am logged in.

Re: User logged in > Still asks for account to be created on checkout

Posted: 19 Nov 2019, 10:08
by aimeos
cyrotek wrote: 18 Nov 2019, 14:55 I am using 19.4.3 as of this speaking.
It's not supported any more, you should upgrade to 19.10. There will be a new 19.10 release this week.
cyrotek wrote: 18 Nov 2019, 14:55 Find attached 2 screens and I would expect the visible fields dont change once I am logged in.
Depends on how you've changed the billing address template. In the default template, whether fields are shown or not depends on the "mandatory", "optional" and "hidden" CSS classes and the configuration settings which defines which fields are mandatory, optional and hidden.

Re: User logged in > Still asks for account to be created on checkout

Posted: 19 Nov 2019, 11:30
by cyrotek
Alright, I will update.

How can my changes influence that, when it's working if I am not logged in? Its just popping up once I am logged in...