Closed (outdated)
Project:
Shared Email
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Nov 2011 at 14:16 UTC
Updated:
25 Oct 2020 at 12:58 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mgladding commentedI'm interested in Ubercart compatibility, too.
Comment #2
v8comp commentedI had this requirement for Drupal 7/Ubercart 3. Managed to create a module that gives some level of integration without requiring changes to either Shared Email or UC Cart.
It uses hook_checkout_pane_alter to intercept the checkout form callback (for validation) and hook_menu_alter to intercept checkout completion, where it creates the new user with duplicate email address if necessary before UC Cart does anything. With this module enabled a new user will always be created during anonymous checkout, the order will never be attached to an existing user.
Comment #3
v8comp commentedComment #4
baikho commented