Hi,
I am new to .NET Programming. I have a requirement to create a website in which I have to incorporate a shopping web site functionality like,
when user clicks on a item it should direct them to a new page showing item description, price and different colors available.And when user puts mouse over the color item color in the image should get changed to that color. I really don't know how to start working on this. And client need all this information item description,price, color info to be stored in database and he should have an interface where he could insert/update all this information(item,description,price,color etc), so that this web site can display all updated information to the user. Could any one assist me? I really need help...
Besides this, I would like to learn ASP.NET(I am a fresh graduate student.).Please guide me. If any one would interested in teaching .NET programming(ASP.NET, C#/VB.NET), I am ready to pay the fee also. Please help me...
Thanks in Advance...
Satwika
Amit ChoudharyPosted Apr 20, 2010, 11:30 PM
you should download and study the NopCommerce project. it's an open source project based on shopping and online selling store.
here is the download link:
http://www.nopcommerce.com/downloads.aspx
for documentation and user manual of this project is here:
http://www.nopcommerce.com/p/93/nopcommerce-version-150-user-guide.aspx
I think this is the best solution for you to take initiative.
Please mark as answer if it helps you.
VasanthPosted Apr 21, 2010, 1:15 AM
And also for UI ( change color ) , pls implement javascript to do so.