1 Attachment(s)
Re: Reward Points Module- Live Release now available.
If you're struggling with edit orders corrupting order reward points, I've made some changes to my edit_orders.php and attached it for download.
Be aware that I have removed the add comment/notify customer section from my edit orders and made some other small style changes so don't just overwrite your current one with this new one!
If you just want to apply my changes to your version, scan the source for ot_reward_points_display and you'll see what I've done.
The change I have made also allows you to manually amend the reward points stored against the order.
Changing the reward points here does not effect the number of points the customer has earned. It only effects the number stored against the order in the order_totals table.
You'll still have to manually change the rewards the customer has earned if that's what you want to do.
1 Attachment(s)
Re: Reward Points Module- Live Release now available.
Oops! It seems I've been a little hasty :blush:
I forgot to deal with redeemed reward points.....it's fixed in this version......
Re: Reward Points Module- Live Release now available.
I've just debugged a site that was having problems with the edit_orders mod. It appears that edit_orders does not update the last_modified field in the order table when changes are made to an order- This is the trigger that my mod uses to see if points move from pending to awarded. I'll have a chat with the developer and see if we can get this sorted.
Re: Reward Points Module- Live Release now available.
I have this mod installed, and have the New Account Rewards Points set to award 100 points to pending. So according to the instructions, those 100 points should be released after the customer has placed their first order, correct? I have tested it, and when I update the order status to delivered, the points from that specific order are released, but the 100 points that were put in pending for the new account just stay in pending. Shouldn't those be automatically released once the first order is set to delivered?
Thanks!
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
Danielle
I have this mod installed, and have the New Account Rewards Points set to award 100 points to pending. So according to the instructions, those 100 points should be released after the customer has placed their first order, correct? I have tested it, and when I update the order status to delivered, the points from that specific order are released, but the 100 points that were put in pending for the new account just stay in pending. Shouldn't those be automatically released once the first order is set to delivered?
Thanks!
Are you using Edit Orders by any chance?
Re: Reward Points Module- Live Release now available.
No, but I am using Super Orders. Would that make a difference?
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
Danielle
No, but I am using Super Orders. Would that make a difference?
Possibly- I think Super Orders uses some of the Edit Order codebase (I might be wrong). I've found an issue with Edit Orders that makes it incompatible with the RP mod. I'm currently working on a new version of Edit Orders to solve this.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
Possibly- I think Super Orders uses some of the Edit Order codebase (I might be wrong). I've found an issue with Edit Orders that makes it incompatible with the RP mod. I'm currently working on a new version of Edit Orders to solve this.
any news on the edit orders front?
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
Kezza
any news on the edit orders front?
Things have got very busy over the last couple of weeks. Hopefully I'll get to it at the weekend.
Re: Reward Points Module- Live Release now available.
Hi how can I see the log of all points transactions for each customer?