Page 73 of 248 FirstFirst ... 2363717273747583123173 ... LastLast
Results 721 to 730 of 2475
  1. #721
    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 trigi View Post
    Oh yea... another thing to add to functionality requests

    Points Expiry Period - the period of time after wich the awarded points are deleted.

    To explain more in detail. Reward Points are usualy used as an reward for regular customers and regular customers only. So it would be nice if you could set the number of days after wich the reward points "go bad". I know it's hard to keep records of how many and when the points were rewarded and the delete them and everything, but for begining there could be function like this:
    Code:
    if date(now) > date_of_last_valid_order+expiry_time then delete_points;
    Sorry to be a bother, Crt
    It's already there- Check 'Delete Old Reward Transactions Period' in the Reward Points admin.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  2. #722
    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 trigi View Post
    OK, I don't know if this is right, but this happened to me.
    I had rounding set to 1 and ratio set to 0.2.
    When a customer had 10 - 12.5€ in cart, he would only get 1 point.
    Is this OK?

    Bye, Crt
    The rounding calculation changed when I moved it to using zen_round(). Set it to 0 and you will be right.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  3. #723
    Join Date
    Aug 2008
    Posts
    17
    Plugin Contributions
    0

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

    Hi, I hate to be a bother.

    I installed this mod, and am not having any luck in getting to work right.

    The first thing I've noticed is that the only place in my admin that I can even find anything referring to this mod is configuration/reward points

    When I go to it this error shows up when I click around on the options:

    Fatal error: Call to undefined function SetRewardPointStateFunction() in /home/diviocom/public_html/elocin/configuration.php(192) : eval()'d code on line 1

    Warning: call_user_func(UseRewardPointStateFunction) [function.call-user-func]: First argument is expected to be a valid callback in /home/diviocom/public_html/elocin/includes/functions/general.php on line 1538


    I have noticed that on orders placed since installing the mod that customers are receiving reward points on their orders.

    I'm really confused!

  4. #724
    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 opengrave View Post
    Hi, I hate to be a bother.

    I installed this mod, and am not having any luck in getting to work right.

    The first thing I've noticed is that the only place in my admin that I can even find anything referring to this mod is configuration/reward points

    When I go to it this error shows up when I click around on the options:

    Fatal error: Call to undefined function SetRewardPointStateFunction() in /home/diviocom/public_html/elocin/configuration.php(192) : eval()'d code on line 1

    Warning: call_user_func(UseRewardPointStateFunction) [function.call-user-func]: First argument is expected to be a valid callback in /home/diviocom/public_html/elocin/includes/functions/general.php on line 1538


    I have noticed that on orders placed since installing the mod that customers are receiving reward points on their orders.

    I'm really confused!
    Did you try the Reward Point Diagnostic? www.omnicia.com/rpd.zip
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  5. #725
    Join Date
    Aug 2008
    Posts
    17
    Plugin Contributions
    0

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

    Quote Originally Posted by hem View Post
    Did you try the Reward Point Diagnostic? www.omnicia.com/rpd.zip

    Ok, I ran this an fixed the few missing files.

    However on the Diagnostic page I received this error:
    Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/diviocom/public_html/rpd.php:5) in /home/diviocom/public_html/includes/functions/sessions.php on line 108

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/diviocom/public_html/rpd.php:5) in /home/diviocom/public_html/includes/functions/sessions.php on line 108

    Warning: Cannot modify header information - headers already sent by (output started at /home/diviocom/public_html/rpd.php:5) in /home/diviocom/public_html/includes/init_includes/init_templates.php on line 78


    And I'm still receiving this error in confg/reward points:
    Fatal error: Call to undefined function SetRewardPointStateFunction() in /home/diviocom/public_html/elocin/configuration.php(192) : eval()'d code on line 1

    Warning: call_user_func(UseRewardPointStateFunction) [function.call-user-func]: First argument is expected to be a valid callback in /home/diviocom/public_html/elocin/includes/functions/general.php on line 1538

  6. #726
    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 opengrave View Post
    Ok, I ran this an fixed the few missing files.

    However on the Diagnostic page I received this error:
    Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/diviocom/public_html/rpd.php:5) in /home/diviocom/public_html/includes/functions/sessions.php on line 108

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/diviocom/public_html/rpd.php:5) in /home/diviocom/public_html/includes/functions/sessions.php on line 108

    Warning: Cannot modify header information - headers already sent by (output started at /home/diviocom/public_html/rpd.php:5) in /home/diviocom/public_html/includes/init_includes/init_templates.php on line 78


    And I'm still receiving this error in confg/reward points:
    Fatal error: Call to undefined function SetRewardPointStateFunction() in /home/diviocom/public_html/elocin/configuration.php(192) : eval()'d code on line 1

    Warning: call_user_func(UseRewardPointStateFunction) [function.call-user-func]: First argument is expected to be a valid callback in /home/diviocom/public_html/elocin/includes/functions/general.php on line 1538
    You have an empty first line somewhere in one of your ZenCart files. Check this article for info on how to fix this: https://www.zen-cart.com/tutorials/index.php?article=87
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  7. #727
    Join Date
    Dec 2008
    Posts
    2
    Plugin Contributions
    0

    Idea or Suggestion Re: Reward Points Module- Live Release now available.

    HI Andrew,

    I wish you an Happy New Year and want let you know how we appreciate your dedication to this module. May you have a Great Year.

    Everything is working fine but i cannot have the points working within clients - rewards points in the backstore. The points are showing everywhere (even in the email to the customer) but I'm unable to see them appearing there, I'm able to give or take off points but the they don't automatically appear.

    I'm using credit cards and Invoice modules only. (No Paypal, No Google modules)

    Any idea of what I'm missing ?

    TIA

    Jean Bergeron

  8. #728
    Join Date
    Apr 2008
    Posts
    24
    Plugin Contributions
    0

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

    Just wonder that is that we can change reward point to cash reward or not? Anybody done this b4?

  9. #729
    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 evariety View Post
    Just wonder that is that we can change reward point to cash reward or not? Anybody done this b4?
    Already being looked into as a category that can be used for reward point only products, cash certs and charitable donations.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  10. #730
    Join Date
    Jan 2009
    Posts
    1
    Plugin Contributions
    0

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

    Hi Andrew,

    I am new and quite rookie regarding SQL. I have a new -- and working -- installation of zen cart. What is the exact script that I need to type into the "Install SQL Patches" window in order to run the 'new.sql' file?

    Thank you much
    Jay

 

 

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