PHP Vars in Cart

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
cell7dotORG
Forum Newbie
Posts: 1
Joined: Wed Nov 20, 2002 2:26 pm
Location: mid.west.lou
Contact:

PHP Vars in Cart

Post by cell7dotORG »

I have a client that sells airline tickets on Charter aircrafts, they need to be able to integrate a shopping cart into their current site. The price is determined by a form that they fill out, so, what I need to do is either find or make an eCommerce item that takes the form supplied price, and will feed it to their merchant program (which they haven't created yet).

Does anyone know of a decent way to go about this? Is there a simple way already out there, it seem to me that it would be simple to do myself, but I hate jumping into a shopping cart headfirst.
Post Reply