I'm relatively new to Drupal and am trying to find out if it is possible to use ecommerce and user points modules so that one registered user could post something for sale and another could buy it with user points - with the modules transferrring the points automatically from the buyer to the seller.

I can see that the first parts are possible - but can't work out the transfer of points. Can it be done?

Thanks for your help

Comments

kbahey’s picture

Project: User Points » User Points Contributed modules
Version: 5.x-3.5 » 5.x-3.x-dev
Component: Code: userpoints_basic » Code: userpoints_ecommerce
Category: support » feature

You will need a custom contrib module to do the transfer, preferably using two userpointsapi operations, one to deduct from the buying user, and another to add those points to the selling user.

By the way, ecommerce is not the only module that has support for userpoints, Ubercart is supported too via this module http://drupal.org/project/userpoints_ubercart

berdir’s picture

Status: Active » Closed (won't fix)

Sorry for pinging the participants.

Now that Drupal 7 is out, there is no support for Drupal 5 and the
corresponding modules anymore. Therefore, I'm closing all old issues
which are still open.

I suggest you upgrade to Drupal 6 or 7 and figure out if you're feature
is still needed or the bug still exists and open a new issue in that
case.