Active
Project:
Ubercart Views
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Jan 2010 at 00:43 UTC
Updated:
14 Nov 2011 at 18:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
madsph commentedI will look into this - but as you might have guessed from my late reply, I am pretty busy with other stuff right now, so I can't commit to any time frame, I am afraid.
Comment #2
deggertsen commentedThanks for getting back to me anyway. When it becomes more important/urgent for me I may see if I can do it myself and submit a patch.
Comment #3
hedley commentedI've got this working and attached a patch, pretty new to this so may need reviewing
Comment #4
hedley commentedJust realised the field is being rendered as 'unknown' - adding $this->field_alias = 'order_balance'; to the handler seems to solve this.
Comment #5
longwaveCommitted to CVS, thanks for the patch!
Comment #7
hedley commentedJust a note: the Ubercart Payments module must be enabled to use this handler, otherwise a 'Call to undefined function' occurs. Could consider making this a dependency of uc_views?
Comment #8
hedley commentedJust downloaded the latest release, doesn't look like the complete patch made it in there?
Comment #9
m.stentaI am trying to take the next step with this by enabling a Sort and Filter handler for the order balance. I'm having trouble getting them to work, though, because it isn't an actual database column so the standard views_handler_sort and views_handler_filter_float handlers don't work. I'll have some time to put into this again soon, but for now I'll subscribe to this thread in case someone else has a suggestion.
Comment #10
gary.evans commentedHave you had any luck on finding a solution to this?