Userpoint checkout :
Hi,
Userpoint money == No cost for small and multiple transactions !
Small request for the CG team :o) it's will be nice to have a paiement option with Userpoint, which is a very good alternative for small price, and for active community.
Example : you can use your credit point ( for your participation) or buying Points one time. After you can use it like you want to purchase products, node, access,....
Userpoint is good also, to send back money if for differents reasons, someone is unhappy.
Thanks,
Florent
Comments
Userpoints is integrated with rules now
See http://drupal.org/node/1153332 -
Since userpoints has been redone with an emphasis on rules, you may be able to do what you need without any code. If so, we need some documentation, so if you figure it out, please write it up.
Has anyone tried userpoints
Has anyone tried userpoints with checkout? How about adding a custom currency?
I am not a programmer, but I tried to add this in commerce.currency.inc just to try?
'Custom' => array(
'code' => 'Pts. ',
'symbol' => 'Pts. ',
'name' => t('Custom Points'),
'numeric_code' => '840',
'symbol_placement' => 'before',
'code_placement' => '',
'minor_unit' => t('Minor'),
'major_unit' => t('Points'),
),