Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Reward Points system...

    I'm aware that this a popular request for a contrib. I've put my effort up here:

    http://www.omnicia.com/zencart/

    While it's not finished, the system calculates Reward Points, displays them against products and in the shopping cart, and accumulates them for the customer once an order is successfully completed. Reward Points can be set for all items, by category or by product.

    Still left to do is the admin interface for setting the Reward Points and to work out how to redeem the points. All suggestions welcome.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  2. #2
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Reward Points system...

    Actually there is already one mod for this, I would be better if you improve that one instead of starting from scratch. But anyhow, it's your choice.
    Quote Originally Posted by hem View Post
    I'm aware that this a popular request for a contrib. I've put my effort up here:

    http://www.omnicia.com/zencart/

    While it's not finished, the system calculates Reward Points, displays them against products and in the shopping cart, and accumulates them for the customer once an order is successfully completed. Reward Points can be set for all items, by category or by product.

    Still left to do is the admin interface for setting the Reward Points and to work out how to redeem the points. All suggestions welcome.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

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

    Default Re: Reward Points system...

    I'm not aware of any mod and typing 'point' and 'reward' into the contribs download does not show up anything.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  4. #4
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Reward Points system...

    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

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

    Default Re: Reward Points system...

    It looks good but I think I've gone in a slightly different direction. So I guess I'll just finish what I've started.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  6. #6
    Join Date
    Sep 2007
    Posts
    128
    Plugin Contributions
    0

    Default Re: Reward Points system...

    Can anyone help?
    I need to uninstall Rewards Mod and I have read the posts re; removing all of the files with the word Reward and then in Myphp dropping the three tables with the word reward but not sure where in the file structure to "restore" the order.php file?


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

    Default Re: Reward Points system...

    Quote Originally Posted by 4thwave View Post
    Can anyone help?
    I need to uninstall Rewards Mod and I have read the posts re; removing all of the files with the word Reward and then in Myphp dropping the three tables with the word reward but not sure where in the file structure to "restore" the order.php file?

    What version are you using? The RP mod's been using the Observer/Notifier system for over a year now so there are no changes to the order.php file any more.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  8. #8
    Join Date
    Sep 2007
    Posts
    128
    Plugin Contributions
    0

    Default Re: Reward Points system...

    Thank you for the reply!
    I finally got it. I must have been leaving a file somewhere so went back through and deleted all of the files and everything is back. As so often happens with ZC it's easy to miss something if not careful.

    Thank you for a great mod, I hope to use it soon but was out voted on this one.

    Thank's Sir,

    4thwave

  9. #9
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: Reward Points system...

    G'day Folks,

    I've just spent more hours than I'd like to admit trying to get Andrew Moore's Reward points module working on a customers store.
    I had no problems on my own store.

    I've eventually tracked the problem down as being due to the customers server not doing the 'right' thing with the $_REQUEST variables in the ot_reward_points.php file, and because of this the module was failing the if($_REQUEST['redeem_checkout_flag']) and if($_REQUEST['redeem_flag']) checks, which caused the $_SESSION save to fail which in turn meant that the rewards could never be redeemed.

    I *appear* to have overcome the problem by changing the $_REQUEST checks to $_POST checks. Things now look as though all is working as it should.

    Has anyone else experienced this problem?

    Would there be any unforeseen repercussions from making this change?

    Is there a better fix to this problem than the one I have come up with?

    Any feedback will be greatly appreciated.

    Cheers
    RodG

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

    Default Re: Reward Points system...

    Quote Originally Posted by RodG View Post
    G'day Folks,

    I've just spent more hours than I'd like to admit trying to get Andrew Moore's Reward points module working on a customers store.
    I had no problems on my own store.

    I've eventually tracked the problem down as being due to the customers server not doing the 'right' thing with the $_REQUEST variables in the ot_reward_points.php file, and because of this the module was failing the if($_REQUEST['redeem_checkout_flag']) and if($_REQUEST['redeem_flag']) checks, which caused the $_SESSION save to fail which in turn meant that the rewards could never be redeemed.

    I *appear* to have overcome the problem by changing the $_REQUEST checks to $_POST checks. Things now look as though all is working as it should.

    Has anyone else experienced this problem?

    Would there be any unforeseen repercussions from making this change?

    Is there a better fix to this problem than the one I have come up with?

    Any feedback will be greatly appreciated.

    Cheers
    RodG
    As $_REQUEST is supposed to return all the $_POSTs I'm surprised that it didn't work. Any idea what the customers server settings were that affected it?
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

 

 
Page 1 of 2 12 LastLast

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

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