Techinical question: custom site registration application
Posted: Wed Jun 23, 2004 5:25 pm
I'm hoping someone can tell me if this is technically possible, and what the
best way of going about it might be.
I'm a developer for a site that uses the ShopSite 7 package to sell, among
other things, memberships to the site. I have my own database for site
members. This is a completely different entity than the ShopSite user
registration and must be maintained separately.
I wish to design a process by which I can create user accounts in my site's
membership database when the membership item is purchased from the store.
If someone comes to the site and buys a t-shirt, I don't want to know about
it...but they buy a membership item (or a t-shirt and a membership together,
whatever) I want to be able to access their order information to know
payment is confirmed, and somehow bolt that up to a site registration
process of my own where they can enter a username, password, etc.
This process must be real time, so when someone orders a membership from the
store, they're able to create and start using their account on the site
immediately.
So I need some kind of hook into the order process. I don't know if there's
any mechanism in the ShopSite software currently to facilitate this kind of
thing, so any insight any of you all might have would be much appreciated
I was thinking maybe a process by which they enter their desired
username/password/etc into a record in my site's membership database, and
then get forwarded on to complete the sale. Then I need to be able to read
into the database somehow to confirm the payment process was completed.
This would be easy if ShopSite could kick out order information for that
item into a file format I can read. Any ideas?
- Chris
best way of going about it might be.
I'm a developer for a site that uses the ShopSite 7 package to sell, among
other things, memberships to the site. I have my own database for site
members. This is a completely different entity than the ShopSite user
registration and must be maintained separately.
I wish to design a process by which I can create user accounts in my site's
membership database when the membership item is purchased from the store.
If someone comes to the site and buys a t-shirt, I don't want to know about
it...but they buy a membership item (or a t-shirt and a membership together,
whatever) I want to be able to access their order information to know
payment is confirmed, and somehow bolt that up to a site registration
process of my own where they can enter a username, password, etc.
This process must be real time, so when someone orders a membership from the
store, they're able to create and start using their account on the site
immediately.
So I need some kind of hook into the order process. I don't know if there's
any mechanism in the ShopSite software currently to facilitate this kind of
thing, so any insight any of you all might have would be much appreciated
I was thinking maybe a process by which they enter their desired
username/password/etc into a record in my site's membership database, and
then get forwarded on to complete the sale. Then I need to be able to read
into the database somehow to confirm the payment process was completed.
This would be easy if ShopSite could kick out order information for that
item into a file format I can read. Any ideas?
- Chris