Yes, there are two steps.
1) disable guest checkout. Go to checkout page and enable page editor.
2) put code to store\checkout.ascx to display "warning message" if the user is not in the role that you define.
if (!Roles.IsUserInRole())
//Display warning and disable checkout view.
Let me know if you need help on the sample code to do 2).
DotShoppingCart Staff
|