Quote Originally Posted by car86l View Post
I've just upgraded to the latest version that i read has fixed attribute handling.

however i'm still having a BIG issue.

I am using another contributions to enable users to set the price of the product.

now the shopping cart sees a total and everything works right, except 0 reward points are awarded.

http://www.diversitygifts.com.au/ind...&products_id=1

**EDIT i changed the value of an attribute and now it gives just the base price. It may be a problem with how the other contribution works.
The problem is that the reward points are rewarded on the value of the product as stored in the products table (now adjusted by specials, discounts and attributes). If anything calculates it differently then the value will not be available to the reward points module- Therefore the points awarded can never be determined.

The only way around this as far as I see would be to add an extension that allows you to calculate the reward points globally when the total is calculated but then you will lose the capability of setting the global redeem on a group or product basis.