I am thinking about either programming or having programmed an online shopping system that people can order items, but when it calculates all it will send them to PayPal to make payment.
How hard would that be to accomplish in ASP .Net with VB .Net code behind? It will of course interface with a database that will house all items, prices, etc.
I am thinking to order all users must register of course and as orders are processed it will create a db entry for each item with a reference or invoice #. If someone orders 10 items on that one order the reference or invoice # of course would be the same. Email will be sent out, but the issue is (I think) before shipping of course since payment would be made via paypal I would have to verify the funds because paypal will not (I don't think) send anything back to the referenced website flaging payment was completed.
Does anyone know how much it would cost to have this done or should I just try and tackle it myself.. I really do not have the time. I roughly have 2000 items to post in the datbase. an admin module would need to be create to be able to add/modify/delete items in the database as well as run reports on items sold and to who, by date or registered user.
How hard would that be to accomplish in ASP .Net with VB .Net code behind? It will of course interface with a database that will house all items, prices, etc.
I am thinking to order all users must register of course and as orders are processed it will create a db entry for each item with a reference or invoice #. If someone orders 10 items on that one order the reference or invoice # of course would be the same. Email will be sent out, but the issue is (I think) before shipping of course since payment would be made via paypal I would have to verify the funds because paypal will not (I don't think) send anything back to the referenced website flaging payment was completed.
Does anyone know how much it would cost to have this done or should I just try and tackle it myself.. I really do not have the time. I roughly have 2000 items to post in the datbase. an admin module would need to be create to be able to add/modify/delete items in the database as well as run reports on items sold and to who, by date or registered user.