I'm in the early stages of wiring uCommerce to my existing Umbraco 4.7 site. For better performance in the early stages of development I chose the asp.net membership database over umbraco membership. My first look at uCommerce and I noticed it seems to support only the umbraco membership. Is there a way around this? Can I configure uCommerce to use asp.net membership instead?
uCommerce 2 is tightly coupled to Umbraco membership, but the integration is pretty straightforward. It's basically reading the avaialble members from Umbraco and using that information to create new members.
If you don't need uCommerce to create members for you using standard ASP.NET membership will just work for login.
If you do need to create members at checkout you can easily build a simple pipeline task, which does that for you and replace the existing member pipeline taskin the checkout pipeline replacing: uCommerce Pipelines Explained.
uCommerce with asp.net membership?
I'm in the early stages of wiring uCommerce to my existing Umbraco 4.7 site. For better performance in the early stages of development I chose the asp.net membership database over umbraco membership. My first look at uCommerce and I noticed it seems to support only the umbraco membership. Is there a way around this? Can I configure uCommerce to use asp.net membership instead?
uCommerce 2 is tightly coupled to Umbraco membership, but the integration is pretty straightforward. It's basically reading the avaialble members from Umbraco and using that information to create new members.
If you don't need uCommerce to create members for you using standard ASP.NET membership will just work for login.
If you do need to create members at checkout you can easily build a simple pipeline task, which does that for you and replace the existing member pipeline taskin the checkout pipeline replacing: uCommerce Pipelines Explained.
Hope this helps.
is working on a reply...