Posted by jeffmace on January 24, 2011 at 1:40pm
2 followers
Jump to:
| Project: | Ubercart AJAX Cart |
| Component: | Documentation |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Some modules implement hook_form_alter and modify any form that matches 'uc_product_add_to_cart_form_####'. The uc_ajax_cart module does not send the proper form_id in the uc_ajax_cart_add_item function.
The drupal_execute function should be modified to be
drupal_execute($data['form_id'], $formValues, $product );| Attachment | Size |
|---|---|
| uc_ajax_cart_form_id.diff | 430 bytes |
Comments
#1
This also fixes it for me.
Thanks @jeffmace