Here is a rewrite of this module, which aims to be more generic and follow the logic of the commerce patch #1736850: Adding the checkout redirect feature

What have been done :

  • Remove the menu system used to redirect users
  • Redirection now happen in a hook_user_login() (expect for registration which happen in a submit function)
  • Provide a setting to configure where the user should be redirected login or register form

This new approach should fix following issues too

Feel free to test it and give feedback.

CommentFileSizeAuthor
commerce_checkout_redirect-rewrite.patch8.21 KBtheo_
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jsacksick’s picture

Status: Needs review » Fixed

A different rewrite has been done and merged in the 2.x branch.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Updated issue summary.