Closed (works as designed)
Project:
Commerce Registration
Version:
7.x-2.x-dev
Component:
Registration Pane
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Nov 2012 at 18:16 UTC
Updated:
9 Apr 2015 at 14:55 UTC
Jump to comment: Most recent
Comments
Comment #1
djdevinComment #2
mrfelton commentedI have moved the registration pane to the checkout pane since we have a one page checkout process, but it hasn't worked like it does for other panes. All we get now isn empty checkout page with the registration information checkout pane and a 'continue to next step' button that does nothing if you click on it.
Comment #3
mrfelton commentedI managed to fix this by removing the Registration checkout page all together
Comment #4
Sammii commentedI was having this exact same problem and adding the code in #3 to my template.php did indeed solve it.
However, I am trying to combine this with a redirect Rule that sends the user to the checkout page when they add an item to their cart. Doing this seems to completely bypass the fix I added and creates the original problem once again - user is sent to checkout/ORDERID url which contains the empty Registration Information page. I tried sending the redirect to checkout/ORDERID/checkout but for some reason it still ends up being sent to checkout/ORDERID (redirect is maybe being overridden by Commerce Registration module?).
Anyone have any solutions to this problem?
Comment #5
blacklabel_tom commented