It's on the wishlist (http://www.zen-cart.com/forum/showpo...&postcount=449)
It's on the wishlist (http://www.zen-cart.com/forum/showpo...&postcount=449)
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
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).
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.![]()
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)
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.