Tagged Questions
1
vote
0answers
68 views
Update commerce cart form view on ajax submit
I have altered the views_form_commerce_cart_form_default form to allow ajax submission on quantity change.
My ajax attribute is as follows:
$ajax_field_settings = array(
'event' => 'blur',
...
0
votes
2answers
957 views
Drupal Commerce Ajax cart with added fields
Sorry for the really bad title but wasn't sure how to describe my problem in 10 words.
I have drupal commerce and have made a view that displays the cart contents on top of the checkout page.
Quantity ...