Hello,

Very good module, but it depend on jQuery ajax load that doesn't seems to be coded "the drupal way".

For example when you load a form using jQuery ajax load, it change the $form['#action'] url, doesn't load your hook_form_alter, doesn't load your preprocess function etc.... You can see some important issues about it in the issue queue of the module.

I discovered another module that exactly do the same thing, but it more elegant : #2308835: Add to cart ajax not working on ajax load. With this module, your form_alter is conserved, if you have ajax things in the ajax loaded content, it continue to works, etc...

That's why I would like to know if this module could have some compatibility with

Comments

zmove created an issue.