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.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
kenwahl
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.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
nev
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
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
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.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
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.
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.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
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...
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
Let's try that again...
Thanks Hem this version of ot_reward_points.php works great.
Ken
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.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
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.
http://www.paws4deals.com/gc.jpg
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
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
kenwahl
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.
http://www.paws4deals.com/gc.jpg
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.