Hi!

The e-Commerce Mailcheck Sandbox is doing the same thing your module does (how ever on a much lower level as it has no GUI config), but for the email addresses in the Commerce checkout process. Consider adding code from the e-Commerce Mailcheck sand box to allow users to also use Mailcheck on the email addresses in the Drupal Commerce checkout process.

Note: The GIT command for this sandbox currently does not fetch the code as it was all moved from the master branch to the 7.x-1.x branch. The git command that specific the branch:

git clone -b 7.x-1.x http://git.drupal.org/sandbox/leewillis77/1609046.git e_commerce_mailcheck
will get you the current 7.x-1.x branch.

God Bless!
Frederick

CommentFileSizeAuthor
#1 mailcheck-commerce-1935940-2.patch2.81 KBleewillis77

Comments

leewillis77’s picture

Status: Active » Needs review
StatusFileSize
new2.81 KB

The patch attached adds support for Commerce checkout forms to the Mailcheck module.

jtwalters’s picture

Issue summary: View changes

Thanks for the patch! I don't use commerce right now but I should be able to review this and commit to the 1.x branch sometime soon.

jtwalters’s picture

Version: 7.x-1.0 » 7.x-1.x-dev
Assigned: Unassigned » jtwalters
Status: Needs review » Postponed
greggles’s picture

Status: Postponed » Needs review

What is/was this postponed on? Seems like "needs review" could be the right status, or maybe "needs work" to port it to the 7.x-2.x version of the module?

jtwalters’s picture

Thanks, greggles. If someone is using both commerce and mailcheck together and can confirm the patch works as expected, then I'll help get it committed.