Installation and deployment Questions on installation, system configuration and deployment to the live server.
Version 4.x > Installation and deployment > Turn of user log in on shopping cart View modes: 
User avatar
Member
Member
philip-mosquitodigital.co - 3/31/2011 5:48:45 AM
   
Turn of user log in on shopping cart
Can i get rid of the log in on the shopping cart so that people go directly to the address steps first? i dont want people to have accounts on my site.

User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 4/7/2011 8:30:56 AM
   
RE:Turn of user log in on shopping cart
Hello,


we were solving the issue via e-mails. For other visitors:

You could customize the checkout process. Please see here: Developing custom dialogs for more information.

You could create a custom step and create a customer by API without connection to any user. The code could look like: How to create a customer but you exclude the line:

ci.CustomerUserID = ui.UserID;

and leave the CustomerUserID property null.


Best regards,
Helena Grulichova