snaggle
07-27-2004, 02:19 PM
Hello,
I'm looking for a small php/MySQl script that will allow one of my clients to sell at most 5 items. Something very basic that works with SSL and stores the information securely on the server. Easily modifiable and free would be nice too.
Any suggestions would be great.
Corey Bryant
07-27-2004, 02:47 PM
Not too sure how simple it is - but have you checked out Zen Cart? People seem to like it compared with osCommerce.
snaggle
07-29-2004, 04:59 PM
No I haven't, but looking for something really basic. One page, super easy to integrate with current site, etc..
lawrenceburg
07-31-2004, 05:16 AM
Yes, I am too. No cart necessary, just something where the user can type their own amount they will pay as well.
Corey Bryant
07-31-2004, 10:21 AM
Originally posted by lawrenceburg
Yes, I am too. No cart necessary, just something where the user can type their own amount they will pay as well.
Is this a cart or donation? This sounds like you just need an input field for the total to pass over to the gateway
lawrenceburg
07-31-2004, 04:26 PM
Originally posted by coreybryant
Is this a cart or donation? This sounds like you just need an input field for the total to pass over to the gateway
It would be just like a donation. I don' t need a cart. Just a simple input where the user types in the amount they want to donate, and hit the submit button, the money transfers over the gateway and after that the money is confirmed and it says how much they donated.
Corey Bryant
07-31-2004, 05:22 PM
Then that is all you need. All payment gateways will support this. When your site is almost done, you will want to either apply for a merchant account or get a third party processor. They will then supply you with examples of code to handle this.
lawrenceburg
07-31-2004, 07:56 PM
But I also need it to execute a php script which will clear their "owed balance". 2checkout cannot do it.
User enters CC>>>processed and confirmed>>>mysite/phpsciptthatclearsdebt.php
Corey Bryant
07-31-2004, 08:20 PM
I thought this was a donation script? Then they would enter the amount that they want to donate?
if this is not a donation script & something else, you would need to code this on the phpsciptthatclearsdebt.php - you grab the amoutn that was processed & then subtract that amount from your database.