I have to write a PHP script that recieves POST information when a customer clicks an "Add To Cart" button, alters some of the data, then forwards it to the shopping cart.
I have it working, but when I add a product to the cart the normal way (straight from the product page to the shopping cart), it creates a different instance of the shopping cart. I think it has something to do with cookies, but I've tried everything I can think of, and I can't get it to work.
I have been using cURL but I would try something different if it might work.
Thanks