Active
Project:
Commerce Cart Ajax
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2012 at 05:55 UTC
Updated:
8 Mar 2016 at 16:02 UTC
Jump to comment: Most recent
Comments
Comment #1
Demiska commentedI'm very very interested in that too! Subscribe.
Comment #2
simon georges commentedI'm trying to achieve such functionality too.
The problem I have currently, is submitting anything is trying to validate the global checkout form, and there are a lot of mandatory empty fields, so validation fails, and ajax fails too.
Comment #3
generalconsensus commentedDemiska/Simon Georges this is incredibly frustrating, i am hoping to work on this too if someone wants to team up we can try to tackle it together.
Thanks!
Comment #4
simon georges commentedI just discovered
'#limit_validation_errors' => array()in the Form API to prevent validation of some sections of the forms, I don't know if it helps.Comment #5
luksakDid anyone accomplish this?
Comment #6
simon georges commentedI did, using fancy ajax stuff. It actually worked in the end (after submitting a few Commerce patches ;-)).
What are you trying to do exactly?
Comment #7
luksakHaving an editable cart on the review page. I managed to do so by adding the view with panels so it is outside the checkout form. The main bug now is that the order status is being reset to "cart" as soon as the user changes something and after clicking the continue button being redirected back in the checkout progress.
Comment #8
tterranigma commentedIf you want to achieve this now you can use Commerce Cart Form Checkout Pane and Commerce Checkout Ajax.