Re: Reward Points Module- Live Release now available.
Hi..
I note from reading the thread the current rewards mod version is compatible with ZC 1.3.9c, but what about compatibility with PHP 5.3
Or is not an issue ?
Cheers,
Mike
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
mark1984
Ok, I've worked out how to change the value of each point... as well as to cap the amount of points allowed to be used to 100% of the product value, excluding the shipping.
However the other issue i'm experiencing must be a bug as it appears that when I go to redeem points , it only allows me to tick a box, then when i click continue it seems to process this twice as it shows the redeem points twice in the final check out page... however if i click to go back to the previous page the box is already ticked and then if i continue it calculates the discount correctly...
What could be causing this and why can I not input how many points to redeem?
Many thanks
Mark
OK I've sorted the issue with it duplicating the redeem points in the confirmation page, it was the '$this->process();' that i needed to delete...
However I'm still stuck as to why I cannot input the amount of points I want to redeem, it just shows a tick box to use them all whether I have manual or auto selected... Could someone please tell me which bit of code i need to modify to resolve this?
Many thanks
Mark
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
Mike_Dean
Hi..
I note from reading the thread the current rewards mod version is compatible with ZC 1.3.9c, but what about compatibility with PHP 5.3
Or is not an issue ?
Cheers,
Mike
Works fine for me (php 5.3.2).
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
ValhallaSoapGal
I'm hoping to get some feedback from the Pros here :)
I'd like to offer my customers a "Buy x Get 1 Free" sort of deal. But, I'd like to work it like punch card system. Punch out all the holes in your card and get a free one.
So, I was wondering if there is a module like that available? Apart from the Rewards Points one? And if not, is there some way to make the Rewards Points module work like this?
I don't know where to find any detailed instructions on the Rewards Points module since someone else installed it for me. Any ideas, advice or steering in the right direction would be greatly appreciated.
Thanks!!
Donna
The Rewards Point mod would work if all your products are the same price. For example
- Buy 5 get 1 free
- Every product costs 10.00
- Allocate 200 points for every 1.00 spent
- Let every reward point equal 0.01
- Then when they have bought 5 x Items, they would have accumualted, 1000 points, which is equivalent to 10.00
I don't know if there is another mod that does this. If not, you could pay someone to create one for you if the Rewards Point mod doesn't do what you want.
If you just wanted a Buy 5 get 1 Free offer when the customer buys them all at once, I am sure there would be a way within ZenCart to do it using the disounts system/sale maker or similar (I don't use them so can't give you the - details sorry)
Paul
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
mark1984
OK I've sorted the issue with it duplicating the redeem points in the confirmation page, it was the '$this->process();' that i needed to delete...
However I'm still stuck as to why I cannot input the amount of points I want to redeem, it just shows a tick box to use them all whether I have manual or auto selected... Could someone please tell me which bit of code i need to modify to resolve this?
Many thanks
Mark
Check that you have the latest version downloaded- Those issues have been sorted within the last couple of versions.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
Check that you have the latest version downloaded- Those issues have been sorted within the last couple of versions.
Actually they are not sorted. The duplicate issue is still there and we don't have the option to input the reward value on the page only a checkbox. Currently using 1.31a.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
mark1984
OK I've sorted the issue with it duplicating the redeem points in the confirmation page, it was the '$this->process();' that i needed to delete...
However I'm still stuck as to why I cannot input the amount of points I want to redeem, it just shows a tick box to use them all whether I have manual or auto selected... Could someone please tell me which bit of code i need to modify to resolve this?
Many thanks
Mark
Can you please share where you deleted $this->process(); from because we still have the duplicate problem on our site as well.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
BlessIsaacola
Can you please share where you deleted $this->process(); from because we still have the duplicate problem on our site as well.
Check you have the latest version- that was sorted in v1.31 (it was one of the major fixes). From the readme.txt:
Quote:
1.31a
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.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
Check you have the latest version- that was sorted in v1.31 (it was one of the major fixes). From the readme.txt:
Unless the link you provided for the download in the thread was outdated, I have the latest version and the double issue is not resolved. I will download again and compare the package I have to see if there's anything different.
Thanks!
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
BlessIsaacola
Unless the link you provided for the download in the thread was outdated, I have the latest version and the double issue is not resolved. I will download again and compare the package I have to see if there's anything different.
Thanks!
Same as I downloaded the 1.31 and copied the files, overwriting the exitsing ones... But Still I had these issues.