Good morning.

Right now, I see with https://drupal.org/project/dc_cart_ajax that we can update cart status using AJAX. Great!
But I was wondering if there is some easy way to ask add_to_cart form to be ajax loaded?

Right now, as I have potentially calendars with product, I load the product dynamically using ajax. So part of the problem is solved.
But as product pages have add to cart form, I can not cache them (well known impossibility to cache forms in Drupal). So the way to go IMHO would be to ajax load the forms. Then only this will be queried each time the page is loaded, which is correct.

Is there some way to do such an ajax call of the add to cart form only?

Thanks.

Julien.