How would I add credit card payment options to the db_cart script?
PHP Scripting Forums » PHP Classes Support Forum » Db_cart class Support forum
-
Posted 4 months ago #
-
just post the CC information after the buy button is clicked
Posted 4 months ago # -
sorry I'm kind of a newb to this thing... where is the buy button... what page of the script. Thanks
Posted 4 months ago # -
do you tried the examples? don't accept someone will provide you the whole application for free
Posted 4 months ago # -
No i don't want someone to write it for me... I was just wondering after what tag I should write the credit card php. Thank you for the script.
Posted 4 months ago # -
Do you created a payment process before?
1. place order
2. order list
3. shipment
4. post payment form
5. process payment
6. success/failed payment (status update)Posted 4 months ago # -
no I have never created a payment process script... im very new to scripting. I guess I just want to add to the script something that will retrieve the credit card info and put it into mysql. I will then go and retrieve them and process them.
Posted 4 months ago # -
start with the db_cart script first until this part works for you and than came back.
Posted 4 months ago #
Reply
You must log in to post.