Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
Kezza
forgot to say it passes the price less 2x the reward points onto paypal but does not affect in house payments.
Kezza
Quote:
Originally Posted by
hem
Thanks for the feedback, I am looking into this now.
Quote:
Originally Posted by
hem
Okay, I have located the problem. I'm now working on removing it.
can you please tell me what the problem was, so i can make the changes in my cart.
Thanks
Kezza
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
Kezza
can you please tell me what the problem was, so i can make the changes in my cart.
Thanks
Kezza
The rp->process() was being called twice. Once as normal and secondly as part of rp->collect_posts().
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
Phil020782
Hi,
I've just installed this mod for the first time, I'm using zen version 1.3.8a and the latest version of the reward point module. I'm having a few issues that I can't seem to figure out and would greatly appreciate any help.
1. I have run the diagnostics tool and all files and folders are ok but in the database section I get the following issues:
Code:
rewards_id- field missing in reward_status_track!!!
customers_id- field missing in reward_status_track!!!
orders_id- field missing in reward_status_track!!!
date- field missing in reward_status_track!!!
reward_points- field missing in reward_status_track!!!
status- field missing in reward_status_track!!!
and
Code:
Allow Redeem of Reward Points on Order Total or Subtotal- record missing in configuration!!!
I have checked the database and the information from the sql file is in the database
2. I have set to have reward points based on subtotal but they are being calculated on total, I guess this has something to do with the issue above.
3. I have set manual redeem so that the customer can choose the amount of reward points to use but there is no option to enter the amount.
4. If a customer has enough reward points to cover the entire order value (resulting in a order total of 0.00) the checkout fails with an invalid total fault.
Any help would be greatly appriciated.
Thanks
I've figured out a work around for these problems:
1. I assume the reward_status_track issue is just because there have been no orders yet, so no information i the table?
2. I got around the subtotal issue by using the advanced rules. Points are based on order total so I set rules to add ot_subtotal and subtract ot_total this makes reward points based on subtotal.
3. still unresolved but not a critical feature
4. To eliminate the zero balance error I set the maximum redeem to 90% of the order so there ca never be a zero balance order.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
The rp->process() was being called twice. Once as normal and secondly as part of rp->collect_posts().
if i comment out "$this->process()" under "collect_posts()" this should fix the issue correct?
Kezza
Re: Reward Points Module- Live Release now available.
v1.31 now available.
Changes:
- Hardened algorithms dealing with Reward Point Redeem and how other Order Total mods are handled.
- Resolved issue whereby the Reward Point Redeem was appearing twice in the checkout on first load.
Downloadable as always from http://www.omnicia.com/Zencart%20Rew...s%20Module.zip
Re: Reward Points Module- Live Release now available.
I changed the admin folder name to something else for security reason. Does the new v1.31 work with the renamed admin folder?
I am using zencart v.1.3.9c.
Lina
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
lina0962
I changed the admin folder name to something else for security reason. Does the new v1.31 work with the renamed admin folder?
I am using zencart v.1.3.9c.
Lina
Yes, just make sure you copy the files from admin/ into your renamed folder.
Re: Reward Points Module- Live Release now available.
I upload the new v1.31 to my site. Under Admin->Configuration, there are two "Reward Points".
One is shown as configuration.php?gID=36. This one is blank.
The other is shown as configuration.php?gID=37. This one has contents.
Why is that? How can I delete the blank one? Thank you!
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
lina0962
I upload the new v1.31 to my site. Under Admin->Configuration, there are two "Reward Points".
One is shown as configuration.php?gID=36. This one is blank.
The other is shown as configuration.php?gID=37. This one has contents.
Why is that? How can I delete the blank one? Thank you!
I believe this is due to the fact that the update sql really is not just an update of configuration changes. I had this problem during last update as well and had to manually delete the empty configuration from the database.
It would be nice if the update sql only contains new configuration/table options.
Re: Reward Points Module- Live Release now available.
How to delete empty configuration in the database? In my case, does configuration.php?gID=36 mean the configuration_id is 36?
But in the database, I found configuration_id36 is "street addresses"...