Closed (won't fix)
Project:
Commerce CiviCRM
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2013 at 13:20 UTC
Updated:
14 Mar 2014 at 12:15 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
davidwbarratt commentedThe attached Patch does several things:
Also, this patch works nicely with #1896936: Default Rule is on the incorrect action.
Please test this patch and move to "Reviewed and Tested by the Community" if it works for you.
thanks!
Comment #2
davidwbarratt commentedComment #3
davidwbarratt commentedForgot to add civicrm_contact_ref as a dependency. Also had to convert the line ending to UNIX line endings on the info file for the patch to save correctly.
thanks!
Comment #4
davidwbarratt commentedAttached is a patch that builds replaces the previous two.
It fixes some PHP errors that kept cropping up.
Comment #4.0
davidwbarratt commentedFix formatting and add attribution.
Comment #5
xurizaemonUpdating patch to account for changes in #1975106: Use CiviCRM API v3 for compatability with v4.3.x+. See branch for that issue on Github fork if the result isn't clear here.
Comment #6
muhleder commentedI think the dev branch accounts for orders created through the admin interface now.
The other changes that I can see in the patch are probably a no-go unfortunately. The order is updated with the email from the contact, whereas in the installation that we are working on we actually want the contact to be updated from the order. I'd accept a patch that adds a hook which would allow you to alter the order.
The patches seem to have a bunch of white space/line break changes as well which make it really hard to read btw.
Going to close this one as won't fix, too much going on in the patches to review at the moment.