Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
I have a updated reward point notify class which hopefully resolves the IPN issue. Is there anyone who would like to take it for a test drive???
Can you provide a link? I would love to not have to manually update the points for the paypal orders we have...
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
I'll double check this- it sounds like you are set up correctly.
I just checked with mine and it's working properly.
I have however noticed that with the 'Quantity Discounts' ...if someone purchases, say 10 of something (giving them a discount) they still get the points that they would have received for full price.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
Rasyr
Can you provide a link? I would love to not have to manually update the points for the paypal orders we have...
See attachment here- Unzip to includes/classes/observers (overwrite the one there). Let me know how you get on.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
beadfaery
I just checked with mine and it's working properly.
I have however noticed that with the 'Quantity Discounts' ...if someone purchases, say 10 of something (giving them a discount) they still get the points that they would have received for full price.
Likewise, I can't reproduce this.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
lilshopofsecrets
Yes I have gone all the way through. I have tried it both redeeming points and not redeeming points and both ways my 10% discount never showed up. It seems as though this mod just cancels out the group discounts.
This issue has been fixed, it was an error on my part (duh!). But, now that I have my discount showing up the points are not adding up correctly. Customers who are getting the 10% discount are getting too many points because the points are being calculated by the sub-total minus points being redeemed. It needs to go one step deeper and remove the 10% discount prior to awarding points. I have not tested tax, coupons, gift certificates, etc yet. I have tried changing the sort order of the order total modules but it doesn't make a difference. Here is an example:
Sub-Total: $32.81
Group Discount: -$3.28
Value of Redeemed Reward Points: -$2.00
United Parcel Service (Ground): $9.27
Total: $36.80
Reward Points earned: 31
I have it set to calculate from the sub-total and the points rounding 0.5 (default) so this customer should be earning 28 points rather than 31. It is only a few points difference but over time or on large orders this can really add up. Any suggestions? Thanks a bunch!
Re: Reward Points Module- Live Release now available.
I currently have my rewards points set up so that for every 1,000 points that my customers accumulate, they can redeem it for $10. However, when they accumulate more than 1,000 (say, 1500), they are able to redeem it for $15, which is not what I want.
My question is, how can I change it so that they can only redeem for $10 at a time? If they have 1500 points, could I possibly move 500 points to pending, so that they can redeem the 1,000 and then move the 500 back into earned points?
Also, will I be notified if the customers redeem their credit?
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
I have a updated reward point notify class which hopefully resolves the IPN issue. Is there anyone who would like to take it for a test drive???
Hem
Before installing does this update resolve Google Checkout issues also?
Thanks
Ken
Paws4Deals
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
kenwahl
Hem
Before installing does this update resolve Google Checkout issues also?
Thanks
Ken
Paws4Deals
Not yet Ken, though I will have an updated Google Checkout/RP mod tomorrow if you want to give it a test drive. Google Checkout does not use notifiers which RP hangs on to do the point reward so it means an addition to the Google Checkout core code- I did try other methods (which worked badly) and I have posted a request on the Google Checkout mod site for the developers to add notifiers.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
fairylite
I currently have my rewards points set up so that for every 1,000 points that my customers accumulate, they can redeem it for $10. However, when they accumulate more than 1,000 (say, 1500), they are able to redeem it for $15, which is not what I want.
My question is, how can I change it so that they can only redeem for $10 at a time? If they have 1500 points, could I possibly move 500 points to pending, so that they can redeem the 1,000 and then move the 500 back into earned points?
Also, will I be notified if the customers redeem their credit?
Can't do it right now but I will add it to the wishlist.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
lilshopofsecrets
This issue has been fixed, it was an error on my part (duh!). But, now that I have my discount showing up the points are not adding up correctly. Customers who are getting the 10% discount are getting too many points because the points are being calculated by the sub-total minus points being redeemed. It needs to go one step deeper and remove the 10% discount prior to awarding points. I have not tested tax, coupons, gift certificates, etc yet. I have tried changing the sort order of the order total modules but it doesn't make a difference. Here is an example:
Sub-Total: $32.81
Group Discount: -$3.28
Value of Redeemed Reward Points: -$2.00
United Parcel Service (Ground): $9.27
Total: $36.80
Reward Points earned: 31
I have it set to calculate from the sub-total and the points rounding 0.5 (default) so this customer should be earning 28 points rather than 31. It is only a few points difference but over time or on large orders this can really add up. Any suggestions? Thanks a bunch!
Right now the mod just handles the subtotal (or total) and negates the redeemed points- no other discounts are considered (or GV for that matter). The short term workaround here would be to drop the number of points rewarded by that group by 10%- This should give you the result you are looking for.