Extra Function Required - order cancelled
Hi Andrew,
Fantastic mod by the way !
I was wonering if you could add an extra function.
In the configuration under Reward Point Status Track where you can specify under advanced which status's trigger a pending or earned status, can you add in an extra column for remove points. so if an order is cancelled and not deleted the reward points are removed automatically when status is set to cancelled.
Thanks
Shane
Re: Extra Function Required - order cancelled
Ok, Just installed this module, had previous version installed and working. Now getting this error. Anyone have a clue?
Fatal error: Cannot redeclare class RewardPoints in includes/classes/observers/class.reward_points.php on line 58
Re: Reward Points Module- Live Release now available.
I installed reward points, but I notices at google checkout cart , the reward points are mistakenly added to the cart total, how do i fix this. ? Please advise
thank you
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
zafer
I installed reward points, but I notices at google checkout cart , the reward points are mistakenly added to the cart total, how do i fix this. ? Please advise
thank you
Checkout comment 262 a couple pages back. It will remove all reference of reward points in Google Checkout. Be advised that points are not automatically awarded via Google checkout. You will need to do that manually. Their invoice will show what they are awarded but you have to do it manually.
Ken
Re: Extra Function Required - order cancelled
Quote:
Originally Posted by
Crzipilot
Ok, Just installed this module, had previous version installed and working. Now getting this error. Anyone have a clue?
Fatal error: Cannot redeclare class RewardPoints in includes/classes/observers/class.reward_points.php on line 58
Check in includes/classes/observers/ you probably have 2 files for reward_points. delete the class.reward_points.php and leave the other one. They are declaring the same things and only one of them is needed. It will work with either but not with both.
Ken
Re: Extra Function Required - order cancelled
Quote:
Originally Posted by
kenwahl
Check in includes/classes/observers/ you probably have 2 files for reward_points. delete the class.reward_points.php and leave the other one. They are declaring the same things and only one of them is needed. It will work with either but not with both.
Ken
Sorry I read the problem wrong. Look at comment/post 240 and it should fix your problem.
Re: Extra Function Required - order cancelled
Quote:
Originally Posted by
kenwahl
Check in includes/classes/observers/ you probably have 2 files for reward_points. delete the class.reward_points.php and leave the other one. They are declaring the same things and only one of them is needed. It will work with either but not with both.
Ken
yep Ken nailed that one. One of the recent changes renamed class.reward_points.php to class.core_reward_points.php to be more compatible with the ZenCart naming process. You will probably find both these files in includes/classes/observers. In this case delete class.reward_points.php and you should be okay.
Re: Reward Points Module- Live Release now available.
Anyway, I'm back again after another RL session which wiped out all my free time. I have a sabbatical coming up shortly so I would like to know from all the people who are using the mod what are the most important upgrades required for the next release. Be aware that I'm already looking at alternative ways to handle the Reward Point pend to handle mods that don't follow the order_process route so that Google Checkout and Paypal IPN should work without having to manually handle the reward points.
Re: Reward Points Module- Live Release now available.
Thanks for the response, I knew of that change, found out it was two hands not knowing what the other was doing. Had to go back and pull out all the files for whatever version we started with, and put in the new files for the latest version and then everything worked.
thanks
Re: Reward Points Module- Live Release now available.
Another quick question. Release 1.11 says it Added Configuration item to set minimum order value to redeem points against.
Added Configuration item to allow redeem of RP against Subtotal or Total (inc. shipping)
After I got everything working I'm not really sure if I have this under the config menu.
If I read it correctly, the option of putting a mininum order amount before they can use reward points should be in there? Such as they can order stuff and gain reward points. But they can not redeem them on any orders under 100.00. If this is already in there, I guess I need to go back and change some things.