Results 1 to 10 of 2475

Hybrid View

  1. #1
    Join Date
    Oct 2007
    Posts
    105
    Plugin Contributions
    0

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

    Quote Originally Posted by burgundy View Post
    Anyone have any ideas for me on what the problem can be? My install was a brand new installation of the contribution, I'm not updating from a previous version. I've checked the tables and they are there. Thanks
    I had this same error show up and I got lucky because the only setting that I changed was the "sunrise period" in the configuration- I had made it 10. I changed it back to 0 and it works fine now. Of course, I don't know how to add a Sunrise period but at least I don't have the error!!

    Hope this helps???
    Nancy

  2. #2
    Join Date
    Jul 2007
    Posts
    132
    Plugin Contributions
    0

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

    Quote Originally Posted by ladyink View Post
    I had this same error show up and I got lucky because the only setting that I changed was the "sunrise period" in the configuration- I had made it 10. I changed it back to 0 and it works fine now. Of course, I don't know how to add a Sunrise period but at least I don't have the error!!

    Hope this helps???
    Nancy

    Hi Nancy

    You are correct, just put the sunrise period back to 0 in the config and the error went away

    but like you, I need the sunrise period

  3. #3
    Join Date
    Oct 2007
    Posts
    41
    Plugin Contributions
    0

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

    I found a problem.
    If use "Super Orders" to change order status, the pending points won't add to earn point.

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

  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?
    I'll have a look in the morning.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

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

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

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

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

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

 

 

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