Re: Reward Points Module- Live Release now available.
Hem,
I have decided to go back to the regular checkout instead of the FEC, but i have Quantity Discounts mod, is there a way to set that they have the option to use either order? or if they decide to apply reward points that they can't use the Quantity Discounts?
Re: Reward Points Module- Live Release now available.
Hi, just installed this and was getting all excited only to find it doesn't work with PayPal IPN :-( I will keep it installed though because you did mention you were looking at it, so one can hope.
The reason I was searching the forum posts though...I get an error with the Install SQL Patch...
------------------------------------------
1062 Duplicate entry '0-0' for key 2
in:
[INSERT INTO zen_reward_master (rewards_products_id ,scope ,scope_id ,point_ratio ,bonus_points, redeem_ratio, redeem_points) VALUES (NULL , '0', '0', '1.0000', NULL, 0.01, NULL);]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
-----------------------------------------
I looked a fair few pages back, and didn't find it but I apologise if it's buried deep in this thread.
Am no techie but managed to install a few mods so far...just not seen this error before.
Any input appreciated and can't wait till PayPal IPN is sorted.
Thanks in advance
WebWahm
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
webwahm
Hi, just installed this and was getting all excited only to find it doesn't work with PayPal IPN :-( I will keep it installed though because you did mention you were looking at it, so one can hope.
However it does work with regular PayPal and others have got it working with IPN, I'm just not sure what kind of voodoo they had to pull with Paypal to do it.
Quote:
Originally Posted by
webwahm
The reason I was searching the forum posts though...I get an error with the Install SQL Patch...
------------------------------------------
1062 Duplicate entry '0-0' for key 2
in:
[INSERT INTO zen_reward_master (rewards_products_id ,scope ,scope_id ,point_ratio ,bonus_points, redeem_ratio, redeem_points) VALUES (NULL , '0', '0', '1.0000', NULL, 0.01, NULL);]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
-----------------------------------------
I looked a fair few pages back, and didn't find it but I apologise if it's buried deep in this thread.
Am no techie but managed to install a few mods so far...just not seen this error before.
Any input appreciated and can't wait till PayPal IPN is sorted.
Thanks in advance
WebWahm
What version are you installing? This was a problem quite a few versions back but was knocked on the head quite awhile ago.
Re: Reward Points Module- Live Release now available.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
What version are you installing? This was a problem quite a few versions back but was knocked on the head quite awhile ago.
Hi - the one from the add-ons page v1.21a
My Zen Cart is
Zen Cart 1.3.8a
Database Patch Level: 1.3.8
v1.3.8 [2008-11-24 23:29:09] (Fresh Installation)
v1.3.8 [2008-11-24 23:29:09] (Fresh Installation)
Thanks :-)
Adele
Re: Reward Points Module- Live Release now available.
Does anyone know how to change the font on this text from:
No points earned yet on current order.
Log In to see how many reward points you have already earned
No points earned yet on current order.
Log In to see how many reward points you have already earned
No Bold Font?
Thanks.
Re: Reward Points Module- Live Release now available.
On my product details page under the product amount its displaying this:
25 PRODUCT_REWARD_POINT_TAG
How can I correct this?
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
MagicMan
Does anyone know how to change the font on this text from:
No points earned yet on current order.
Log In to see how many reward points you have already earned
No points earned yet on current order.
Log In to see how many reward points you have already earned
No Bold Font?
Thanks.
Quote:
Originally Posted by
Jazz3300
On my product details page under the product amount its displaying this:
25 PRODUCT_REWARD_POINT_TAG
How can I correct this?
The tags can be found in includes\languages\english\extra_definitions\YOUR_CUSTOM_FOLDER\reward_points.ph p
The stylesheet (for changing bold and stuff) is in includes\templates\custom\css\stylesheet_reward.css
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
webwahm
Hi - the one from the add-ons page v1.21a
My Zen Cart is
Zen Cart 1.3.8a
Database Patch Level: 1.3.8
v1.3.8 [2008-11-24 23:29:09] (Fresh Installation)
v1.3.8 [2008-11-24 23:29:09] (Fresh Installation)
Thanks :-)
Adele
Run the uninstall.sql patch and then try again.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
The mod will not work fully with any version prior to v1.3.8. This is because it uses the observer/notifier class which was introduced in that version.
I'm in the process of upgrading my site from 1.3.7 to 1.3.8a. So far everything is working beautifully! I did notice a glitch, but that was from another module. I installed the Edit Orders module, but that module messed up the distribution of points when I did a test purchase. Essentially it erased the points display on the order when I attempted to edit the order, such as adding products. However, it maintained the points in the pending category. But because the points display on the order was reset to zero, and it didn't change the points from pending to earned when I changed the status of the order. The Reward Point module started working fine again when I disabled the Edit Orders module.
In short, Edit Orders Module is not compatible with Reward Points Module. FYI