How to activate?
pramudya81 - March 14, 2009 - 08:51
| Project: | Ubercart Userpoints |
| Version: | 5.x-2.2 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I cant use it right away. What are the steps to activate this? I tried to set this on points setting but whenever customer made a purchase. And even after status of purchase is complete. Particular user never gets the point.
Anyone can help?

#1
Which module within that are you using?
#2
I enabled all the sub modules...The discount works fine. However it could have negative userpoint. How to prevent this?
Second, the award module is not working. How to activate this?
#3
The issue you mention with the discounts is a known bug that I have not had a chance to finish fixing yet.
Did you check the settings under userpoints, specifically the moderate settings? It should be as simple as enabling the module, going to the userpoints settings and setting the amount points you want them to earn.
#4
Ok, I'll be waiting for the bugs fix on discount sub modules.
And for activating issue I found it myself. That, I must set (add) the product feature to have a points features. Then it works. :)
Unfortunately this means that I must add the product features one by one.
Thanks
#5
The portion you are speaking of where you have to add a product feature is not what lets users earn points on a purchase. That was part of a different module with in the group.
#6
Yup, it is strange for me.
After installing few modules like :
uc_product_case (uninstalled afterwards)
uc_product_blocks
uc_donation
uc_coupon
Now the product features on /content/product/edit is gone! However userpoint is still working! So I guess you were right. Userpoint award is nothing to do with product feature for activation. Just setting it on points configuration.
Currently, I'm just confused with this "product feature". Where is it come frome? What is the use? Anyway they are not Ubercart Userpoint issue any longer.
Thanks
#7
The award module is what assigns the points. There should be a ubercart_userpoints_product module which does enable a product feature. it is designed to allow users to "purchase" points as I recall. That module was contributed by another member. Glad to hear things are working though
#8
More addition about Ubercart Userpoint, sub module discount.
Besides bug #2 above. I found out this as well
[When customers try to submit an order]
user warning: Table 'my_schema.uc_uplog' doesn't exist query: insert into uc_uplog (uid, oid, points, referrer, discount) values(3, 40, 0, 0, 1) in D:\xampplite\htdocs\kelontong\includes\database.mysql.inc on line 174.
[When admin try to delete an order]
user warning: Unknown column 'referrer' in 'where clause' query: select updlog_id, points from uc_updiscounts where oid = 40 and uid = 1 and referrer = 0 and discount =1 in D:\xampplite\htdocs\kelontong\includes\database.mysql.inc on line 174.
Regards
#9
I believe I fixed those in the dev, but the dev has a different issue with the discount...that seems to be the most problematic module out of the bunch...