472,131 Members | 1,323 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,131 software developers and data experts.

ASP Shopping Cart Solution w/ multiple store support

Here is the problem I need a solution to. I do not have much
experience in dealing with shopping carts I've setup a few but nothing
this elaborate. I have a client that is dealing with multiple private
schools. Each school will have it's own store and own check out
payment processor but he wants all of the stores to be able to be
managed individually by the schools as well as the ability for him to
manage all of the stores centrally. Is there any type of shopping
cart out there like this? Or something similar or easily manipulated
to deal with multiple stores with store specific administration and
central administration on all of them. I also need to have each user/
buyer to be able to have access to their receipts, as well as, (in the
central administration) to be able to be looked up by student id,
student last name, etc. Any advice or help would be greatly
appreciated! Thank you so much for your time in advance!

-Jon

Aug 2 '07 #1
1 1928

"Infused" <an************@gmail.comwrote in message news:11**********************@j4g2000prf.googlegro ups.com...
Here is the problem I need a solution to. I do not have much
experience in dealing with shopping carts I've setup a few but nothing
this elaborate. I have a client that is dealing with multiple private
schools. Each school will have it's own store and own check out
payment processor but he wants all of the stores to be able to be
managed individually by the schools as well as the ability for him to
manage all of the stores centrally. Is there any type of shopping
cart out there like this?

I'm sure there is, look for "mall" shopping cart or "multiple store" shopping cart. May not be free.
>Or something similar or easily manipulated
to deal with multiple stores with store specific administration and
central administration on all of them.

Well, easy is relative to the developer. Add a database table which defines the stores, then products or whatever, will carry an
association to the store id via a foreign key
>I also need to have each user/
buyer to be able to have access to their receipts, as well as, (in the
central administration) to be able to be looked up by student id,
student last name, etc.
You'll have to create a permissions table to allow access by store/student id or whatever is desired.



Aug 5 '07 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

4 posts views Thread by mimages | last post: by
2 posts views Thread by Don Grover | last post: by
1 post views Thread by Jia Sun | last post: by
1 post views Thread by Adil Akram | last post: by
2 posts views Thread by G.E.M.P | last post: by
2 posts views Thread by JJ | last post: by
3 posts views Thread by Milsnips | last post: by
3 posts views Thread by Paulo | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.