PDA

View Full Version : Need Help With Shopping Cart



Bawn_Jamaican
March 22, 2009, 03:54 PM
I need help scripting a shopping cart for a site i'm creating. Can anyone help me?

Arch_Angel
March 22, 2009, 04:13 PM
Question is vague. What are you asking? no. Let me reword that: what are you asking EXACTLY?

Bawn_Jamaican
March 22, 2009, 04:22 PM
I dont know how to code a shopping cart for an ecommerce site i'm doing for a class project. I was wondering if anyone could help me out with the coding or point me in the right direction.

Utech22
March 22, 2009, 05:43 PM
Try:
- Zen Cart or OSCommerce

Arch_Angel
March 22, 2009, 07:30 PM
Coding a shopping cart would be quite difficult and time consuming, although not impossible. You can always use an existing shopping cart script that are out there. They are numerous. Or in the very least, download them, install them and check them out. See what features they have and can check the coding on how they do it.

Don't know if there are any free shopping cart php scripts tho. These things are usually commercial products.

Bawn_Jamaican
March 23, 2009, 12:59 AM
Coding a shopping cart would be quite difficult and time consuming, although not impossible. You can always use an existing shopping cart script that are out there. They are numerous. Or in the very least, download them, install them and check them out. See what features they have and can check the coding on how they do it.

Don't know if there are any free shopping cart php scripts tho. These things are usually commercial products.

The problem with that is.. i'm not uploading to a webhosting site. its going to be on a cd. It's a class assignment so using Zencart or any other downloadable ones wouldnt really work out. Atleast it hasnt cause i've downloaded the zencart program

VRTECJA
March 23, 2009, 07:17 AM
I need help scripting a shopping cart for a site i'm creating. Can anyone help me?

A bet this is a utech project, so it has to be fully functional but don't have to be uploaded to a server, if that is the case that project requirement is bad. may be a simple java script is what you need, http://www.nopdesign.com/freecart/ here this should work wish you luck, but as i said bad project requirement.

owen
March 23, 2009, 09:47 AM
In its simplest form a shopping cart is 3 pages.

page 1 is a list of products from which the user can select 1 or many items that they want to buy.

page 2 is a list of the products that the user has choosen from page 1. This is what is called a virtual "shopping cart" (http://en.wikipedia.org/wiki/Shopping_cart). This list is temporary and usually stored in a session variable or database or something like that. This page also allows the user to remove items that they have decided not to buy.

page 3 is a purchase page on which the user can "buy" the items that they have selected using an online payment method. This online payment method isn't really important and I'm sure doesn't have to be functional for your current purposes.

Utech22
March 23, 2009, 12:36 PM
In its simplest form a shopping cart is 3 pages.

page 1 is a list of products from which the user can select 1 or many items that they want to buy.

page 2 is a list of the products that the user has choosen from page 1. This is what is called a virtual "shopping cart" (http://en.wikipedia.org/wiki/Shopping_cart). This list is temporary and usually stored in a session variable or database or something like that. This page also allows the user to remove items that they have decided not to buy.

page 3 is a purchase page on which the user can "buy" the items that they have selected using an online payment method. This online payment method isn't really important and I'm sure doesn't have to be functional for your current purposes.
That's basically it, so design a database and use php to achieve your result,
and you need to start now at time is running out.

Also this is server side method.
1. Can you present from a computer with lamp installed.
2. Can the presentation use print screen to show functionality
and use a computer to show is local (localhost)
3. ?

The last time I did something similiar, I used my laptop to present.

djK
July 8, 2009, 04:32 PM
There is one called CubeCArt which has some really good features

djK
July 8, 2009, 04:57 PM
you are able to view stats like frequently purchased products, membership shopping, categories, discounts, shipping methods etc....

NB. You get a store interface that u can customize and also the admin where u add goods, you also have the ability to close the store (for restocking) with just 1 click of a button

djK
July 8, 2009, 04:58 PM
OOP man............................................... .....