473,770 Members | 2,147 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2001

"Infused" <an************ @gmail.comwrote in message news:11******** **************@ j4g2000prf.goog legroups.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 thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
2301
by: mimages | last post by:
I can't figure this out. There are too many differences between my installation of osCommerce and what I read on these forums, and in the contributions' readme files. I have either lost my logical skills or am totally incapable of doing this on my own. Either way, I need help. I am looking into other off the shelf products for around $100 that can give me "some" of my needs, but not all. I don't think I need too, too much different than...
2
2868
by: Don Grover | last post by:
I am retrieving costs and product id's from a sql db. and need to build a shopping cart around it. How do I store the selected items and qty req so I can move into another catalog and total up as im going. Just a couple of hints will do, Im familiar with vb script but not java based code , and im wondering how to store what they select so I can move around different product ranges. Don
1
1822
by: Jia Sun | last post by:
hello , everybody , i need a similar program , just like fancyimport.com if possible, pls contact me ,thank you very much . inchina@gmail.com
1
3230
by: Adil Akram | last post by:
I have created a site shopping cart in ASP.net. I am using ASP session object's SessionID on non SSL connection to track session. While adding products to cart DB I insert product and SessionID in table. All products and cart status pages are on non SSL connection. On checkout to get secure user information I shifted connection to SSL but when shifting to SSL, the SessionID changed (As is this is default behavior of IIS to prevent...
2
2301
by: G.E.M.P | last post by:
High Level Session Handling Design for a Shopping cart 0) What am I missing? 1) How does OSCommerce do it? I'm thinking about building a shopping cart from scratch, using a library of dynamic screen generation routines (already written) that take an XML stream as input from various "search for products" forms. That way I can run queries in one window and display the dynamic results in another. The searching functions will probably
7
2636
by: isaac2004 | last post by:
hi i have a basic asp page that acts as an online bookstore. on my cart page i am having trouble generating 3 numbers; a subtotal, a shipping total, and a final price. here is my code i would like it to work properly so that a record count counts through all the books and genertates these numbers. watch out for line breaks <%@ Language=VBScript %> <% Option Explicit %> <!--#include file="DatabaseConnect.asp"-->
2
1244
by: JJ | last post by:
Looking for an ASP .NET shopping cart solution that I can integrate into my own web site (i.e. that I cam actually run on my won web site. Will save me a lot of time. Ideally I want it to use mySQL as the backend database Any suggestions? JJ
3
4434
by: Milsnips | last post by:
Hi there, i had a small project where i used a session to store the shopping cart, but if it times out, the user loses the cart. Then i thought instead of using session, i'll store the cart in a cookie, but cookie only stores string values, which makes it tricky to update/remove cart item values because i'd have to so substring, split, etc... What i'm thinking now is to store the cart in a database table, and just add a cookie with...
3
2895
by: Paulo | last post by:
Hi, beginner on asp.net 2.0 C# VS 2005, how can I use the shopping cart concept on my application? When the user clicks add item, it will be stored on some storage format, I dont know what is the term: temp/global DataSet, etc... and it should be read on other web-form to checkout the items... Can you point me to the right direction? Thank you very much!
0
9619
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9454
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10260
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10102
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
7460
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6712
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4007
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3609
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.