Closed (fixed)
Project:
Ubercart / Salesforce Integration
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2010 at 20:24 UTC
Updated:
20 Jul 2011 at 18:42 UTC
Jump to comment: Most recent file
Comments
Comment #1
EvanDonovan commentedHere's the patch. If someone could test this with the Extra Fields module, and report back with their findings, then I will commit it.
Comment #2
megachrizNote that there will become some changes in the uc_extra_fields_pane_load_fields_from_db() function. It's going to return field objects in the next version of Extra Fields Pane, instead of field arrays, so it is consistent with uc_extra_fields_pane_field_load() function.
Comment #3
EvanDonovan commentedLooks like the latest commit to 2.x of Extra Fields Pane did not affect this code.
Comment #4
EvanDonovan commentedHowever, I am not going to commit this to the module until there is a stable 2.x release of Extra Fields Pane. This patch should work for those who need it, though.
Comment #5
EvanDonovan commentedActually, I was wrong. I had accidentally untar'red the earlier version of Extra Fields Pane again. The latest dev has a bug in uc_extra_fields_pane_uc_checkout_pane_address() (undefined function because of the move to an include file), and also required the following change to my integration (in uc_sf_order_fieldmap_objects):
I won't actually re-roll the patch until there is a stable release of Extra Fields Pane, though.
Comment #6
megachrizIn the latest version of Extra Fields Pane (January 12/13) there was a schema change, the column 'display' of the table 'uc_extra_fields' have been replaced with 'display_settings'. This does not affect the patch posted here.
Comment #7
EvanDonovan commentedThanks. It'll be a while before I add this feature to the actual release of my module.
Comment #8
EvanDonovan commentedThis has been added. Any further comments should be opened as followup issues.