Closed (fixed)
Project:
Ubercart Userpoints
Version:
6.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2010 at 02:36 UTC
Updated:
31 Aug 2012 at 12:28 UTC
Have bought a few items with Points I've got in my account, updated my order status etc - but the Points Sales Report is blank.
Any ideas?
Comments
Comment #1
bmagistro commentedIn the code I have, this portion of the module seems broken. The issue I am seeing is there is no predicate defined requiring the user to make additional configurations changes beyond enabling the module. Once changed, points were awarded and things did show up in the sales report. I would not consider this "works as designed" but broken. I am going to try and get a fix out there in the dev today.
Comment #2
bmagistro commentedWell after a couple hours of frustration this is fixed. The conditional action is now created when the module is enabled. You will still need to go in and setup how many points they will earn when you enable it. One other thing to note is that in the conditional actions this should be occurring when payment is completed and MUST occur before update order status. Having it after did not trigger the action and that is likely due to a condition check but I cannot pinpoint it right now. Fix should show up in the dev later today.
Comment #4
juve76 commentedyou mentioned that the in the conditional actions this should be occurring when payment is completed, however I dont see that in the available conditions list. am i missing it somewhere?