Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
kenwahl
I installed this fix and changed the Sunrise period to 1. It appears anyone that had pending points older than a day got their points added to earned. But it left those points in pending also. Thus if they had 44 point pending now they have 44 pending and 44 earned.
Thanks
Ken
Paws4Deals.com
Strange- the next line after the points transfer is:
PHP Code:
$db->Execute("UPDATE ".TABLE_REWARD_STATUS_TRACK." SET status=".STATUS_PROCESSED." WHERE status=".STATUS_PENDING." AND date<NOW()-INTERVAL ".REWARD_POINTS_SUNRISE_PERIOD." DAY;");
So any points transfer to earned should be marked as STATUS_PROCESSED. I'll try it out on my test rig in the morning.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
Strange- the next line after the points transfer is:
PHP Code:
$db->Execute("UPDATE ".TABLE_REWARD_STATUS_TRACK." SET status=".STATUS_PROCESSED." WHERE status=".STATUS_PENDING." AND date<NOW()-INTERVAL ".REWARD_POINTS_SUNRISE_PERIOD." DAY;");
So any points transfer to earned should be marked as STATUS_PROCESSED. I'll try it out on my test rig in the morning.
Okay got it now- The tracking records are changed accordingly. However the customers own balance does not change.
Re: Reward Points Module- Live Release now available.
Hi
Sorry I haven't read the entire thread, but could you tell me if this module have this capability
Customer A refers Customers B1,B2,B3,B4, and B5 and these 5 customers spend a total of $550.00. What I want is for customer A to earn the reward points for customers B1,B2,B3,B4, and B5 orders, thus encouraging Customer A to refer more people and Customer B1,B2,B3,B4, and B5 to refer more people as they would then get reward points for the customers they refer etc.
I hope that makes sense. I only want referrals to be one level deep.
Thanks for any help you can give me :-)
Re: Reward Points Module- Live Release now available.
I'm in the process of making a mod to this mod, but thought I'd ask in case it was useful to actually have the RewardSuite modified by the creator. (Or if someone else had already done this)
Basically along with the 'Allow Redeem of Reward Points on Order Total or Subtotal'...could we add another option something like 'Adjust Earned Points from Sub-Total Based on Redeemed Reward Points'
Basically if I purchase a $10 item and use 100 Reward Points ($1 value in default case) in the purchase, then my Earned Points would be adjusted to 9 instead of 10 because the customer is only going to spend an actual $9 on the item.
I don't want the customer to earn points for using points basically.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
deadeye
I'm in the process of making a mod to this mod, but thought I'd ask in case it was useful to actually have the RewardSuite modified by the creator. (Or if someone else had already done this)
Basically along with the 'Allow Redeem of Reward Points on Order Total or Subtotal'...could we add another option something like 'Adjust Earned Points from Sub-Total Based on Redeemed Reward Points'
Basically if I purchase a $10 item and use 100 Reward Points ($1 value in default case) in the purchase, then my Earned Points would be adjusted to 9 instead of 10 because the customer is only going to spend an actual $9 on the item.
I don't want the customer to earn points for using points basically.
I'm currently coding this (along with two other tweaks) and it will be in the next release.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
I'm currently coding this (along with two other tweaks) and it will be in the next release.
Ok. Cool. Thanks for the update!
Re: Reward Points Module- Live Release now available.
Okay, I have a simple question. I've been searching the site to find out how to install a module, but can't find anything. Where is this information located?
Re: Reward Points Module- Live Release now available.
Reward Points Full Suite 1.13a now uploaded
Additions:
Extended RewardPoints class so that external mods can hook into the Reward Points mod
Added code that Points Redeemed on an order are now subtracted from the Points Earned on that order.
Enhancement
Enhanced the Reward Points by Attribute and Reward Points on Sale/Special items code.
Bug Fixes
Fixed SQL bug in Sunrise Period.
Fixed bug in Customer Reward Points pending not being reduced after Sunrise Period
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
tchudson
Okay, I have a simple question. I've been searching the site to find out how to install a module, but can't find anything. Where is this information located?
Usually in the readme file contained in the mod.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
I'm currently coding this (along with two other tweaks) and it will be in the next release.
I too am sort of having this issue. I looked every where I could to see how the total was being calculated because it appears that the State tax and Shipping are being calculated on the Sub-Total but the Reward Points are not being subtracted from the Sub-Total before the calculation. I've tried moving where the Reward Points are displayed (sort position) but it does not seem to make a difference. I looked at the code in the "ot_reward_points.php" module and it appears to be correct in adjusting the subtotal.
Should I be looking elsewhere?
Jim.