Page 26 of 248 FirstFirst ... 1624252627283676126 ... LastLast
Results 251 to 260 of 2475
  1. #251
    Join Date
    Apr 2005
    Posts
    298
    Plugin Contributions
    0

    help question Re: Reward Points Module- Live Release now available.

    As stated in post #242 there is something wrong. I did a clean install of zencart and this was the only mod that i have installed on it and im getting the same errors on it as stated in post #242.

    How do i go about fixing those errors in the admin can someone give me a little insight on this.

  2. #252
    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 have customers getting the following error when they try to checkout using their reward points.

    Fatal error: Call to undefined function get_order_total() in
    /home2/paw10000/public_html/includes/modules/order_total/ot_reward_points.php
    on line 55

    That function exists in ot_reward_points.php but errors off anyway.

    Thanks
    Ken

    This is using the new version
    I think I've got a handle on what's causing it- I'll code up a new version in the morning.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  3. #253
    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 nev View Post
    Hi Andrew it’s good to have you back. I figured you were busy so didn’t want to drop a whole bunch of stuff on you in one shot.

    Thanks for fixing the loop with the points/redeem ratio fields.

    Have you had a chance to give the two issues I raised in that post a thought?

    http://www.zen-cart.com/forum/showth...445#post563445

    the option for opt-in for the points program, if a store owner wants to enable it, and the point summary on the separate page in the my accounts. Any chance of this?
    Yep- they are on the wishlist.

    Quote Originally Posted by nev View Post
    Here is one more issue/question

    Would it be possible to program it so that transaction amount that was paid with the points doesn’t bring you any points? You only receive points on the part of the transaction (if there is any) that was actually paid for....
    That one's on the next update.

    Quote Originally Posted by nev View Post
    Wish list

    I like the groups, but at the moment if I want to create a tiered use of it it’s not really possible to implement...
    It should be easy enough to do- It could be added to the Group Redeem- We could set up special groups with membership criteria.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  4. #254
    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
    I think I've got a handle on what's causing it- I'll code up a new version in the morning.
    Here's a new version of the ot_reward_points.php- copy it to includes\modules\order_total- It will be in the next mod.
    Last edited by hem; 9 Jun 2008 at 03:10 PM.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

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

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

    Here's a new version of the ot_reward_points_display.php- This should sort out the Google Checkout problem. Again copy it to includes\modules\order_total.
    Last edited by hem; 5 May 2009 at 10:32 AM.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  6. #256
    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
    Here's a new version of the ot_reward_points.php- copy it to includes\modules\order_total- It will be in the next mod.
    Let's try that again...
    Last edited by hem; 5 May 2009 at 10:32 AM.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  7. #257
    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
    Let's try that again...
    Thanks Hem this version of ot_reward_points.php works great.

    Ken

  8. #258
    Join Date
    Apr 2005
    Posts
    298
    Plugin Contributions
    0

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

    Hem,

    everything is fine, except one thing when i do a test purchase and the points are pending, when i do the status change they just stay in pending it does not upate and send them to earned. i tried advance and simple.

    how do i correct this?

    Also is there away to give reward points for new sign up.

  9. #259
    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
    Here's a new version of the ot_reward_points_display.php- This should sort out the Google Checkout problem. Again copy it to includes\modules\order_total.
    Thanks Hem

    This version of ot_reward_points_display.php greatly improves its working with Google checkout. Below is an image of Google checkout now using the new php.



    It now calculates $0 for the points but doesn't show any earned. Also doesn't seem to award them any points (I have it set to award on Google New, Google Processing and Earned on Google Shipped) but shows correct amount earned on invoice in ZenCart. I can manually give them their points for now though.

    Thanks
    Ken

  10. #260
    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
    Thanks Hem

    This version of ot_reward_points_display.php greatly improves its working with Google checkout. Below is an image of Google checkout now using the new php.



    It now calculates $0 for the points but doesn't show any earned. Also doesn't seem to award them any points (I have it set to award on Google New, Google Processing and Earned on Google Shipped) but shows correct amount earned on invoice in ZenCart. I can manually give them their points for now though.

    Thanks
    Ken
    Ken- that's as it should be. I've passed a 0 value to the reward_points_display. I'm going to talk to the author of the Google Checkout mod and see if we can't remove it from the actual checkout, but for now at least it is not coming up as a chargeable item.

    As for the points not being awarded- As the points are calculated off of your order there should not be any difference. The reward_point_display mod is just that- a display mod and none of the values calculated are used anywhere else.
    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

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