Hello,
I need to be able to add a product with three attributes to the shopping cart manually. My products are custom designed in a Flash application that is running inside of ZenCart and contains it's own "Add to Cart" button. All of these product attributes are already defined and working in ZenCart. When the "Flash Add to Cart" button is pressed I want to pass the product_id and all three of the attribute values to Zen shopping cart in PHP code. (Note: I DO NOT NEED any help with Flash.)
Has anyone written a short PHP module that sets up all the proper variables and arrays then calls the proper function that performs the same function as the ZenCart Add to Cart button? I assume that if I set the product_id, and $attributes array then call the add_cart function thru a $Sessions call, that it should work. Any tips? Hints? Solutions???
Thanks...



