Monday, August 16, 2010

I have to create an online shopping appliaction using ASP. How to create admin and user panels separately ?

Admin of the website must be able to see feedbacks, daily orders, billing information etc. and user of the website should be able to serch, buy, place orders, see billing information etc.I have to create an online shopping appliaction using ASP. How to create admin and user panels separately ?
why didnt you try http://www.comersus.com/ ASP ecommerce application first and see how the admin side works? its a open source and you can download freely.I have to create an online shopping appliaction using ASP. How to create admin and user panels separately ?
It sounds like you need to create a separate admin area to store al your admin files.





I'm not sure how fluent in ASP (or web programing your are), but...





You would need to create a /admin/ directory on your hosting space, then put your admin files in there. All your front-end stuff would need to go in the root of the directory.





You'd need a rudimentary admin login page that sets a session variable to say you are logged in, and then code to check whether you are logged in or not on each page. This stuff is dead simple...





The key issue is the underlying database and code to handle the feedabcks, daily orders, billing information etc.





It sounds like you are fairly new to ecommerce and hoping that there's a quick option for doing it in ASP. Firstly, traditional ASP (i.e. vbscript/jscript ASP) is really old hat and worth avoiding if you have to hack your left arm off to do it. The newer option ASP.NET, which is typically programmed in C# or VB is also best avoided if it's your first language due to its complexity.





In all honesty, I'd suggest you get PHP %26amp; MySQL (both fairly accessible) and use osCommerce to set up your shop cart. You'll then instantly have a shop cart, product catalog and all the backend features you have listed. You can then focus your time on making the shop cart look nice. osCommerce is freely available but needs PHP / MySQL to run. You're unlikely to find a similar open source package available for ASP or ASP.NET





L
i have also ordered to an expert to make this for me also


http://online-experts.tk/

No comments:

Post a Comment