ASPX templates
Version 5.x > ASPX templates > Automatically set the user registration to anonymous View modes: 
User avatar
Member
Member
raymon2683-gmail - 6/16/2010 11:47:59 AM
   
Automatically set the user registration to anonymous
Hi, i would like to know how i could set the registration of the customer to anonymous and hide or remove the other registrations types.
from the shopping cart checkout process


User avatar
Kentico Developer
Kentico Developer
kentico_martind - 6/19/2010 2:48:54 AM
   
RE:Automatically set the user registration to anonymous
Hello,

You will need to set 'CMS Desk -> Tools -> E-commerce -> Configuration -> Store Settings -> Allow anonymous customers' setting to true first. Then you can modify second step of check-out process as you need (e.g. remove options for other registration types) - you can find its source in ~\CMSModules\Ecommerce\Controls\ShoppingCart\ShoppingCartCheckRegistration.ascx(.cs) files.

Best Regards,

Martin Dobsicek