Page 1 of 1

Implementation Issues

Posted: Thu Jul 09, 2009 12:20 pm
by njain
HI,
We are testing Able commerce with our website? I would like to know few things as below with implementation details.

Is it possible for us to integrate our existing registration and sign in codes (asp.net) with able commerce?

How do I provide buyer access to products that may be stored in multiple locations (different servers)?

Thank you very much.

Nischal
Bai.org

Re: Implementation Issues

Posted: Thu Jul 16, 2009 5:06 am
by mazhar
Is it possible for us to integrate our existing registration and sign in codes (asp.net) with able commerce?
Please provide some details about your registration and sign in codes. In fact I want to know that is there any thing custom about which your are concerned. Because AbleCommerce do provider user registration and sign in component and you can simply try to import your users in application.
How do I provide buyer access to products that may be stored in multiple locations (different servers)?
Still need more information to sum up with something. What do you mean by different servers? Is the product information for these products is coming from some different website or downloads from some other location.

Re: Implementation Issues

Posted: Thu Jul 16, 2009 8:17 am
by njain
1.Is it possible for us to integrate our existing registration and sign in codes (asp.net) with able commerce?
Can we use our own authentication provider for forms based authentication (FBA)?
How do I provide buyer access to products that may be stored in multiple locations (different servers)?
We have products X (the actual deliverables) being hosted/served from server location A (Chicago) and we have products Y (the actual deliverables) being hosted/served from location B (San Francisco).

Thank you in advance.

Nischal
Bai.org

Re: Implementation Issues

Posted: Thu Jul 16, 2009 8:43 am
by mazhar

Code: Select all

Can we use our own authentication provider for forms based authentication (FBA)?
Yes you can write your custom provider then create an entry in web.config for that provider.

Code: Select all

We have products X (the actual deliverables) being hosted/served from server location A (Chicago) and we have products Y (the actual deliverables) being hosted/served from location B (San Francisco).
Read following thread
viewtopic.php?f=45&t=7300