Quote Originally Posted by hem View Post
That should do it. If you "include 'application_top.php'" you could use the function UpdateCustomerRewardPoints($customer_id,$reward_points,$pending_points) which will append the points to any customer that already has points.
Excellent!

Here's something to think about: Can you think of a way of doing this :

1. Give all customers the 200 points on Friday

2. If they haven't spent them (or some of them) by Sunday evening then take the 200 points away from them (time limited points offer basically).

Also, is there any easy way of turning the module off on a temporary basis - It is on the site now but I don't really want customers to be earning points until I send a newsletter out announcing it later this week.