store
Different types of user points
Hi,
I'm looking to set up two types of user points.
I.e.: Points and credits.
The reason for this, i want to use "credits" (userpoints) to let users buy credits throigh ubercart <--- possible
and pay for content <--- possible
(exchange the points to the content provider) <--- possible
who will be able to cashout his earned credits <--- another thing that i'm not sure of if possibe).
Also i want to have general points to rank users based on actions on the site (comments, fill in profile fields etc) <--- this i know is possible.
Drupal/ CiviCRM developer | Americans for a Healthier World
I’m looking for a Drupal developer familiar with CiviCRM to work on integration of Drupal and CiviCRM. The website is nearly completed however in need of an experienced Drupal/CiviCRM developer to provide additional functionality to this project.
The position will require 30-40 hours a week, on a contract basis, with the potential option of a full-time position in the future.
Click read more for more details
Problem: Blocking sales to certain states with checkoutapi
One of the Ecommerce sites I am building cannot ship to several states as they don't allow alcohol to be shipped in for various legal reasons, so I am trying to prevent transactions with a shipping address in one of those states from being completed with a checkoutapi hook.
Unfortunately, it doesn't seem to kick in when I try to checkout with a shipping address from one of these states - it lets me continue on to Paypal. Where am I going wrong?
<?php
/* Implementation of hook_checkoutapi to make sure we don't ship to Mass, Pens, and Utah */


