If I set "Add to cart required Login" equals TRUE then the user is directed to a page requesting them to login or register. If the choose to register they go to a Smith Cart User registration page (which is customisable to a degree). I would like to specify a different registration page (enabling me to add more complex settings, rules and events using a Dynamic Registration module). Is it possible to change the setting on the Smith Cart "Continue" button to redirect to a different tab for registration?
I havnt tested the approach you suggested but im sure its possible just open up the ascx page and change the href for the link to your registration page.
I changed the href to the DNN register token. This allows me to integrate Smith Cart nicely with DataSprings Dynamic Registration and Email Manager.
Thanks
What do u actually type to use the DNN token instead?
I replaced the href code in SignInPage.ascx and RegistrationCart.ascx with the following:
<a href=" __doPostBack('dnn$dnnUSER$cmdRegister','')"><img src="/DesktopModules/Smith.BuyNow/Images/continue.png" /></a>