Page 34 of 248 FirstFirst ... 2432333435364484134 ... LastLast
Results 331 to 340 of 2475
  1. #331
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Reward Points Module- Live Release now available.

    Quote Originally Posted by kenwahl View Post
    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.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  2. #332
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Reward Points Module- Live Release now available.

    Quote Originally Posted by hem View Post
    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.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  3. #333
    Join Date
    Sep 2007
    Posts
    13
    Plugin Contributions
    0

    Default 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 :-)

  4. #334
    Join Date
    Jul 2005
    Posts
    120
    Plugin Contributions
    0

    Default 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.

  5. #335
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Reward Points Module- Live Release now available.

    Quote Originally Posted by deadeye View Post
    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.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  6. #336
    Join Date
    Jul 2005
    Posts
    120
    Plugin Contributions
    0

    Default Re: Reward Points Module- Live Release now available.

    Quote Originally Posted by hem View Post
    I'm currently coding this (along with two other tweaks) and it will be in the next release.
    Ok. Cool. Thanks for the update!

  7. #337
    Join Date
    Jun 2008
    Posts
    2
    Plugin Contributions
    0

    Default 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?

  8. #338
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default 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
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  9. #339
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Reward Points Module- Live Release now available.

    Quote Originally Posted by tchudson View Post
    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.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  10. #340
    Join Date
    May 2007
    Location
    Sarasota
    Posts
    6
    Plugin Contributions
    0

    bug Re: Reward Points Module- Live Release now available.

    Quote Originally Posted by hem View Post
    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.

 

 

Similar Threads

  1. v139h Reward Points module display order totals including reward points
    By irsarahbean in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 23 Jun 2013, 01:19 AM
  2. Reward points module : 0 points earned
    By jonnyboy22 in forum Addon Payment Modules
    Replies: 5
    Last Post: 5 Jun 2012, 09:52 AM
  3. Reward Points module- points not calculated correctly
    By cpoet in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 9 Sep 2010, 05:02 PM
  4. Reward Points Module - Hide message when 0 points offered
    By expresso in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 11 Dec 2008, 06:58 PM
  5. Experimental Reward Points Module
    By precursor999 in forum Addon Payment Modules
    Replies: 7
    Last Post: 2 Apr 2007, 09:32 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR