how do I make purchase points show up in products. Is there documentation that explains it?
quikone - August 21, 2009 - 01:26
| Project: | Ubercart Userpoints |
| Version: | 6.x-2.x-dev |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
I have followed the documentation as much as follows, but have been unable to figure out how to make it work.
Thanks

#1
#2
Hi, is anyone seeing this issue??
#3
+1 subscribing
#4
When I have actived the module, The points are displaying next to the price in the product page.
Of course you must enabled the options in the points settings page : yoursite/admin/settings/userpoints
You have some options for ubercart on these page.
After you must accept payment by points in ubercart
yoursite/admin/store/settings/payment/edit/methods
Normaly these option appears on the checkout page in the fieldset for payment.
drupal show the actual amount of points from the logged user
if you don't see the points in your product page, perhaps it's because you have created a new class from the product type.
in my site i have two types of product and in my second type (a class) I don't see the points in the product page ... when I print the $node variable ... no points
but in product type (the core node of ubercart) no problems, the points are added to the display of the price.
#5
@quickone: can you be more specific on what your goal is, what you're trying to do?