MCB Studios
27 Jun 2006, 04:23 PM
Hi,
I was wondering if anyone could help me. I am building an online shop site and need to implement a system where the store owner can upload products. To do this I will be using ASP.
I need a page where the client can log in. From there they can enter a product name, product description, product ID (the primary key field), category, path to relevant product image, price (in Pound Sterling), and a field to copy-and-paste HTML code to generate the "Add to basket" button (this store will be powered by PayPal).
I also need help on implementing database data on pages. I want a page for the separate categories (i.e. http://www.domain.com/category.asp?id=avp) which will display all products in that particular category. When you click on a product, it will then show you the details for that particular entry on another page (i.e. http://www.domain.com/product.asp?id=001) where "001" is the primary key number of the relavant product.
Also on the homepage will be latest product - obviously pulled from the database using some "implement latest entry" technique.
If anyone could help me doing so then I would be ever so grateful, whether it's helping me with a little bit of coding or pointing me to a really useful tutorial on the Internet. If someone opts for the former then there will be cash payment.
Waiting in anticipation,
Martin
I was wondering if anyone could help me. I am building an online shop site and need to implement a system where the store owner can upload products. To do this I will be using ASP.
I need a page where the client can log in. From there they can enter a product name, product description, product ID (the primary key field), category, path to relevant product image, price (in Pound Sterling), and a field to copy-and-paste HTML code to generate the "Add to basket" button (this store will be powered by PayPal).
I also need help on implementing database data on pages. I want a page for the separate categories (i.e. http://www.domain.com/category.asp?id=avp) which will display all products in that particular category. When you click on a product, it will then show you the details for that particular entry on another page (i.e. http://www.domain.com/product.asp?id=001) where "001" is the primary key number of the relavant product.
Also on the homepage will be latest product - obviously pulled from the database using some "implement latest entry" technique.
If anyone could help me doing so then I would be ever so grateful, whether it's helping me with a little bit of coding or pointing me to a really useful tutorial on the Internet. If someone opts for the former then there will be cash payment.
Waiting in anticipation,
Martin