It does not look that hard to disable the point system....From a quick browse of the code it looks like you could make an edit in session.php around like 182. Instead of the $userinfo[points] field being dynamic it could be set to a static number (say, 10000).
Again, this is a quick skimming of the code so I may have missed stuff...just tested and it seems to work ok, the number does go down but is reset each purchase. For an actual integration to another point system I thin you would have to make an edit to this section..have it look at the point table of whatever system to populate this system. Then you would have to edit the purchase function to subtract from this table.
|