Closed (fixed)
Project:
Commerce Checkout Progress
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Oct 2011 at 16:59 UTC
Updated:
12 May 2012 at 17:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
thehong commentedComment #2
rtdean93 commentedI would love this feature, How can I display "Cart" as the first in the progression.
Seem like a customer may want to go back and remove/adjust quantities in the cart, but this cannot be done with this progress bar as is.
Comment #3
thehong commentedReassign.
Comment #4
DeFr commentedAttaching a proof of concept that should fulfill all the requirements.
From a functional point of view, this should do the trick. I'm not completely fond of having to hardcode the 'cart' path though, and the surgery done to the $items in
commerce_checkout_progress_get_itemsto put the cart link in the first place feels a bit hackish. Suggestions on how to improve that would be more than welcome :-)Comment #5
jcisio commentedReviewed, changed a bit in page order in the block settings, tested and committed. Thanks!
Comment #6
brunorios1 commentedi tested --dev version and this feature not worked.
thanks.
Comment #8
jcisio commentedHow did you test? Did you enable it in the checkout settings page?
Comment #9
brunorios1 commentedSorry! I didn't know that settings...
Now, the "cart" is the first step!
Thank you!
Comment #10
brunorios1 commentedone problem:
the "payment" (Pagamento) step is not displayed when i'm on "/cart": http://i.minus.com/ixK7kE0ekpcGU.png
only when i'm on "/checkout": http://i.minus.com/iRIc5k1WKOsDA.png
thanks!
Comment #11
jcisio commentedDid it work before this change (the dev version without the patch, not the stable release which had the caching problem?
Do you have something in hook_commerce_checkout_page_info_alter()?
Comment #12
brunorios1 commentedi think this is a question to another issue...
i made a test with the last snapshot before the stable release and it seems that isnt't related to this feature...
it seems that the payment step is only detected when the payment method is selected...
right?
thanks.
Comment #13
jcisio commentedIt depends on which module you are using... File an issue in that module issue queue. If it is not fixed there, I think it is "works as designed".