Page 1 of 2 12 LastLast
Results 1 to 10 of 2475

Hybrid View

  1. #1
    Join Date
    Feb 2008
    Location
    Ontario, Canada
    Posts
    14
    Plugin Contributions
    0

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

    Thank you Ladyink and Nullmind. I set the sunrise period to 0 and that did the trick. However like you, I also need a sunrise period. And I tried setting it back to see if it worked on the off chance. It didn't.

    Any of the wonderful resident coders have a fix for this? I'm just a coding noob, I wouldn't have the faintest idea what to do.

    Or is there some other setting that needs to be tweaked in order for it to work? Maybe there's another switch we need to flip?

  2. #2
    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 burgundy View Post
    Thank you Ladyink and Nullmind. I set the sunrise period to 0 and that did the trick. However like you, I also need a sunrise period. And I tried setting it back to see if it worked on the off chance. It didn't.

    Any of the wonderful resident coders have a fix for this? I'm just a coding noob, I wouldn't have the faintest idea what to do.

    Or is there some other setting that needs to be tweaked in order for it to work? Maybe there's another switch we need to flip?
    I'll have a look in the morning.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  3. #3
    Join Date
    Nov 2007
    Posts
    11
    Plugin Contributions
    0

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

    So I just installed this mod and I have a few problems, and yes...I am kind of a newbie.

    I copied all the files to the folders, installed SQL, and at first when I went to turn the Order Total portion "on" there was an error....So I tried uninstalling the SQL....it didnt work

    So now I receive this error :
    Fatal error: Call to a member function format() on a non-object in /home/nazarhoo/public_html/includes/modules/order_total/ot_gv.php on line 49

    That is under the Order Total in Admin.

    What do I have to do to get this mod working smoothly???

    Thank You
    -Mahir

  4. #4
    Join Date
    Nov 2007
    Posts
    11
    Plugin Contributions
    0

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

    Ok that was odd....

    I believe it is working now.

    I just went back and uploaded the files again. Eventhough they were already there. Eh, whatever it works haha

    Thanks for the excellent mod! :)

    -Mahir

  5. #5
    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 burgundy View Post
    Thank you Ladyink and Nullmind. I set the sunrise period to 0 and that did the trick. However like you, I also need a sunrise period. And I tried setting it back to see if it worked on the off chance. It didn't.

    Any of the wonderful resident coders have a fix for this? I'm just a coding noob, I wouldn't have the faintest idea what to do.

    Or is there some other setting that needs to be tweaked in order for it to work? Maybe there's another switch we need to flip?
    Found the problem- It was a mismatched open brackets in the code. Just unzip the attached file to admin/includes/functions/extra_functions/ - It will be in the next release.
    Last edited by hem; 5 May 2009 at 10:32 AM.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  6. #6
    Join Date
    Feb 2008
    Posts
    31
    Plugin Contributions
    0

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

    Quote Originally Posted by hem View Post
    Found the problem- It was a mismatched open brackets in the code. Just unzip the attached file to admin/includes/functions/extra_functions/ - It will be in the next release.
    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

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

  8. #8
    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

  9. #9
    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 :-)

  10. #10
    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.

 

 
Page 1 of 2 12 LastLast

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

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