hey guys,
I need to build a shopping cart this week, and i'm looking for some help. Unlike most shopping carts, the cart will be utilized for a service(user will be paying for articles that will be posted on the site after payment is recieved)... So there won't be any shipping requirements. I want to use mysql databases and sessions or cookies depending on which are more efficient for this task.
The way the user will "add to cart", will be on the preview page(the page where the user can review/verify the article he just made) if the article is sufficient, the user can choose to buy it.
- Not sure how to impliment this...?
Now the "View Cart", will show the article titles and prices to post each article and the total price. Article cost will vary, that will depend on what category the user decides to place the article.
The "Check Out" script will gather the users payment information then send the credit card data to VeriSign.
What functions of this cart am i leaving out?
how many databases should i need?
Sessions or Cookies?
I'm also not sure where to start... it might seem stupid of me to say that, but this is the first time creating a shopping cart and i need it to function smoothly and quickly.
i'm open to code snipets...
I am not looking for another pre-built shopping cart, it needs to be "custom built". i haven't been able to find any shopping cart that will work properly with a service like this or with VeriSign PayFlow Pro. Closest one is Miva Merchant, VeriSign sends the transaction result back to Miva Mechant and not to my server.. so thats out of the question.
Thank-you for reading all this and your help! It means a lot!