Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
I'd like to do an ecommerce site for myself with a product catalogue. I have no problem building the database around it and creating a browse funcionality. I'd like to avoid using open source shopping carts and create my own and only pass the order total to any card prosessing account.
Can I use those open source shopping carts to just process my order total, or would I have to use the whole thing? What's the easiest way to process order totals?
Where are your product totals coming from? From your cart that you build? From the cart that you are using that someone else built? From the payment gateway app?
Exactly. I can do anything myself up until the point where the card needs to be processed.
I need to pass the card information, order total and other misc data. And I need an answer if it was sucessfully processed or declined. I can take it from there...
That would more than likely be on the API of the card processor. At least it is for ours. We hand them some information, they use it and return the user to a specified page with a return code.