Intergration Senario

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
45South
Ensign (ENS)
Ensign (ENS)
Posts: 3
Joined: Thu Sep 03, 2009 8:30 pm

Intergration Senario

Post by 45South » Thu Sep 03, 2009 9:17 pm

To Mazhar

I would like to put a Senario forward to get my point across.

Say for example Ablecommerce had put many years of development into a non commerce based web application, it may incorporate a forum, and many member based services that all use the same member table login and registration.

You then decide to purchase a shopping cart with its own member table login and registration. Now you have two member tables, logins and registration points.

I imagine many clients buying you AbleCommerce Shopping Cart Software are in this situation.

1. What advice do you give clients in this situation?
2. Is the applicable source code available with you software to allow your clients to integrate your shop into their own application?

Another example would be this AbleCommerce forum for example. I had to register for this forum to allow me to post, if I then decide to by one of you shopping cart would I then register again with exactly the same details just to buy the cart?

Cheers

45South
Ensign (ENS)
Ensign (ENS)
Posts: 3
Joined: Thu Sep 03, 2009 8:30 pm

Re: Intergration Senario

Post by 45South » Sat Sep 12, 2009 5:56 pm

up

keats76
Commander (CMDR)
Commander (CMDR)
Posts: 117
Joined: Sat Dec 15, 2007 4:45 pm

Re: Intergration Senario

Post by keats76 » Mon Sep 14, 2009 9:21 am

Haven't looked into it in a while, but you could always purchase the source and then roll your own user authentication. I'm not sure if they allow you to do that out of the box though.

User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Re: Intergration Senario

Post by Logan Rhodehamel » Mon Sep 14, 2009 11:28 am

keats76 wrote:Haven't looked into it in a while, but you could always purchase the source and then roll your own user authentication. I'm not sure if they allow you to do that out of the box though.
You can even do this out of the box, in most cases without source although source in this case is very helpful for reference purposes. There have been a few people in the past who've asked on how to achieve single sign on using AbleCommerce. It's important to note that we use the Microsoft Membership provider APIs for our user database. However, we don't use the stock microsoft providers because (for one) they would not allow us to achieve PCI compliance. Instead we have created customized providers.

There are many ways to go about reaching a single sign on - it really depends on the other softwares you are trying to integrate.
Cheers,
Logan
Image.com

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.

45South
Ensign (ENS)
Ensign (ENS)
Posts: 3
Joined: Thu Sep 03, 2009 8:30 pm

Re: Intergration Senario

Post by 45South » Mon Sep 14, 2009 2:09 pm

Thanks for your replies.

Very Helpful

Post Reply