Results 1 to 10 of 2475

Hybrid View

  1. #1
    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 econcepts View Post
    I too am having problems with this mod not correctly calculating point values.

    I want it to calculate based on the subtotal. Good enough and understood how to do that.

    The problem comes in when I adjust the "Point Reward Rounding" field in the admin.

    If I set it to "0" (no adding before rounding) then the system consistently mis-calculates the reward point total UNDER the amount it should be. This is more evident with larger orders. The larger the order the larger the discrepancy.

    Without a doubt this looks to be a problem with the way the Rewards points Rounds numbers to determine how many points to reward.

    Is there way in the code to simply look at the SUBTOTAL of the order and drop the decimals then generate points from that?

    For example, if the subtotal is $330.00 then the reward points (if 1 point per dollar spent) should be 330.

    Currently my system is calculating that at 336 points? Even with no other options (no shipping, no discounts) being used?
    It's on the wishlist (http://www.zen-cart.com/forum/showpo...&postcount=449)
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  2. #2
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

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

    Quote Originally Posted by hem View Post
    Thanks Andrew.

    I developed a work around using the "round()" function in place of the (int). This built in PHP function automatically rounds my figures for me based on the final order total (other items I setup) and eliminates the need for me to use the "point rounding" factor in the admin config.

    This solved my problem and both the rounding and points are right on the mark.

    I sent you a PM with more detail.
    Last edited by econcepts; 7 Oct 2008 at 03:08 AM. Reason: edited copy
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  3. #3
    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 econcepts View Post
    Thanks Andrew.

    I developed a work around using the "round()" function in place of the (int). This built in PHP function automatically rounds my figures for me based on the final order total (other items I setup) and eliminates the need for me to use the "point rounding" factor in the admin config.

    This solved my problem and both the rounding and points are right on the mark.

    I sent you a PM with more detail.
    Replied to PM. Just to clarify for everyone else here:

    The issue as I see it is that there looks to be two methods of awarding RP. One is as a fixed number of points per unit of product (which is as the mod stands now). The other is as a number of points based on the total (or subtotal) spend (which is the direction Eric is going).

    With this in mind the next release of the RP mod will have a configuration item which will allow users to select their method of reward- Either by Product Unit or by Order Total. The Order Total method will also be able take into account any discounts (and hopefully cover other price changing mods). However it will mean that user will lose the ability to display Reward Points against each product (as it will not be fixed) and also it looks like any Product Group redeems will be lost too (the whole calculation will need to be done on the Global Reward Point Ratio).
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  4. #4

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

    That sounds great for me, Hem.
    I'm in the same boat as econcepts and most of my customers are getting more points than they should
    I'd say this would also fix my problem with the cheap items (less than $0.50) not getting any points
    If I could just award points on the subtotal, after discounts, it would be great.

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

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

    v1.20a has been released and uploaded to Contributions.

    1.20a:
    • Added new Reward Point Mode configuration item to select how points are rewarded.
    • Added Reward Point Mode to decide whether points are rewarded by product or by order (sub)total.
    • Refreshed screenshots.
    • Created global GetRewardPoints function
    • Order/Cart handlers added (fixed Google Checkout)
    • Fixed Customer Reward Admin not displaying for large number of customers (temporary Fixed)
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  6. #6
    Join Date
    Jun 2008
    Posts
    61
    Plugin Contributions
    1

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

    Arrg.. i just installed version 1.13a this morning

    Anyway, a question.

    At Customers->Group Reward Redeem , there is a way to set the redeem ratio for a group. But is there a way to change the default global redeem ratio ? (instead of using the default 0.01 for everyone)





    Using Zen Cart 1.3.8a


    Thanks.

  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 yonghs View Post
    Arrg.. i just installed version 1.13a this morning

    Anyway, a question.

    At Customers->Group Reward Redeem , there is a way to set the redeem ratio for a group. But is there a way to change the default global redeem ratio ? (instead of using the default 0.01 for everyone)





    Using Zen Cart 1.3.8a


    Thanks.
    On the same page on the top right hand side there is a box which allows you to set the Global Redeem Ratio
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  8. #8
    Join Date
    Jan 2008
    Location
    Warner Robins, GA
    Posts
    32
    Plugin Contributions
    1

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

    Doesn't seem to be available yet..

    Quote Originally Posted by hem View Post
    v1.20a has been released and uploaded to Contributions.

    1.20a:
    • Added new Reward Point Mode configuration item to select how points are rewarded.
    • Added Reward Point Mode to decide whether points are rewarded by product or by order (sub)total.
    • Refreshed screenshots.
    • Created global GetRewardPoints function
    • Order/Cart handlers added (fixed Google Checkout)
    • Fixed Customer Reward Admin not displaying for large number of customers (temporary Fixed)

  9. #9
    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 Asgoroth View Post
    Doesn't seem to be available yet..
    Yeah, I haven't had a "Upload Available" yet. If it's not there by morning I'll post it up on my site.
    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