I have created a simple e-commerce application that calculates a price based on many options.
The price is calculated in PHP based on a bunch of variables stored in MySQL. I have coded the PHP as a web service which I use jQuery AJAX to query.
I need to integrate this into a client's existing e-commerce site, which is using Magento.
I want to allow customers to add my "dynamic priced product" to their cart. I need to be able to add the custom price along with the product information (which I am happy to have in a single hidden field).
I am familiar with programming (client and server side, most languages) but I am not at all familiar with Magento. Is there a simple way of achieving this? Ideally I would add the information to an existing form.