HomeHome Product Discus... Product Discus...SmithCartSmithCartUser Registration - Force DNN registration for verified portalsUser Registration - Force DNN registration for verified portals
Previous
 
Next
New Post
9/29/2010 1:32 PM
 

We require that all users fill out the DNN registration including custom required fields. To bypass the Smith Cart registration page I added this to the top of the RegistrationCart.ascx.

<%@ control language="C#" autoeventwireup="true" inherits="Smith.DNN.Modules.BuyNow.RegistrationCart, App_Web_registrationcart.ascx.54f2e0e1" %>
<%
Response.Redirect("~/register.aspx?returnurl=login.aspx");
%>

It would be nice to have a Smith Cart option to use DotNetNuke.Common.Globals.NavigateURL(PortalSettings.RegisterTabId) to force DNN registration.

 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartUser Registration - Force DNN registration for verified portalsUser Registration - Force DNN registration for verified portals