Page 142 of 248 FirstFirst ... 4292132140141142143144152192242 ... LastLast
Results 1,411 to 1,420 of 2475
  1. #1411
    Join Date
    Feb 2006
    Location
    Central Coast, NSW, Australia
    Posts
    560
    Plugin Contributions
    0

    Default 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

  2. #1412
    Join Date
    Jun 2010
    Posts
    10
    Plugin Contributions
    0

    Default Re: Reward Points Module- Live Release now available.

    Quote Originally Posted by mark1984 View Post
    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

  3. #1413
    Join Date
    Apr 2006
    Posts
    413
    Plugin Contributions
    0

    Default Re: Reward Points Module- Live Release now available.

    Quote Originally Posted by Mike_Dean View Post
    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).

  4. #1414
    Join Date
    Dec 2007
    Location
    Belfast, N.Ireland
    Posts
    96
    Plugin Contributions
    0

    Default Re: Reward Points Module- Live Release now available.

    Quote Originally Posted by ValhallaSoapGal View Post
    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
    Last edited by ardhill; 14 Jun 2010 at 03:58 PM. Reason: Added on a bit

  5. #1415
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Reward Points Module- Live Release now available.

    Quote Originally Posted by mark1984 View Post
    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.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  6. #1416
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Reward Points Module- Live Release now available.

    Quote Originally Posted by hem View Post
    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.

  7. #1417
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Reward Points Module- Live Release now available.

    Quote Originally Posted by mark1984 View Post
    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.

  8. #1418
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Reward Points Module- Live Release now available.

    Quote Originally Posted by BlessIsaacola View Post
    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:

    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.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  9. #1419
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Reward Points Module- Live Release now available.

    Quote Originally Posted by hem View Post
    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!

  10. #1420
    Join Date
    Jun 2010
    Posts
    10
    Plugin Contributions
    0

    Default Re: Reward Points Module- Live Release now available.

    Quote Originally Posted by BlessIsaacola View Post
    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.

 

 

Similar Threads

  1. v139h Reward Points module display order totals including reward points
    By irsarahbean in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 23 Jun 2013, 01:19 AM
  2. Reward points module : 0 points earned
    By jonnyboy22 in forum Addon Payment Modules
    Replies: 5
    Last Post: 5 Jun 2012, 09:52 AM
  3. Reward Points module- points not calculated correctly
    By cpoet in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 9 Sep 2010, 05:02 PM
  4. Reward Points Module - Hide message when 0 points offered
    By expresso in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 11 Dec 2008, 06:58 PM
  5. Experimental Reward Points Module
    By precursor999 in forum Addon Payment Modules
    Replies: 7
    Last Post: 2 Apr 2007, 09:32 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR