Closed (won't fix)
Project:
Commerce Checkout Redirect
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Apr 2012 at 09:45 UTC
Updated:
17 Jul 2014 at 11:55 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
deaconblues commentedI ran across the same issue and ended up implementing a combination solution in both the Checkout Redirect and LoginToboggan modules. The changes that I made are as follows. Hope this helps.
Checkout Redirect
LoginToboggan
Comment #2
perignon commentedHere's a patch to allow commerce redirect to check for logintoboggan and use that for the login screen rather than the core.
Comment #3
perignon commentedIncorrectly tagged my post..
Comment #4
SaxxIng commentedThis patch is very useful but redirect on checkout page doesn't work very well, because of drupal_goto() "polluting" the URL argument. With the next correction it works like a charm on my test site.
Comment #5
vasikePlease use the branch 2 version of the module.
I think will also cover this issue.