Page 164 of 248 FirstFirst ... 64114154162163164165166174214 ... LastLast
Results 1,631 to 1,640 of 2475
  1. #1631
    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 Danielle View Post
    I did a search on this thread, but couldn't find the answer and there are too many pages to read through :)

    It looks like there was a feature on the wishlist to have customers automatically receive reward points for referring a friend, was this feature ever implemented?

    Thank you!
    It's not in the mod right now but there is something in development. Watch this space.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  2. #1632
    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 RixStix View Post
    TNX Andrew,

    My brainfart. All seems OK now.

    wishlist: Point redeemable only for certain category items or categories instead of entire catalog. (don't tell me I've had another brainfart)
    No, that one is at the top of the wishlist. Fancy being a beta-tester? I should have something ready in the next week or so.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  3. #1633
    Join Date
    Jun 2010
    Posts
    7
    Plugin Contributions
    0

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

    I'm using 1.3.9f

    When I tried installing by applying the new.sql patch, I get this error:
    Success 24 statements processed.
    Error ERROR: Cannot insert configuration_key "" because it already exists
    Error ERROR: Cannot insert configuration_key "" because it already exists
    Error ERROR: Cannot insert configuration_key "" because it already exists
    Error ERROR: Cannot insert configuration_key "" because it already exists
    Error ERROR: Cannot insert configuration_key "" because it already exists
    Error ERROR: Cannot insert configuration_key "" because it already exists
    Error ERROR: Cannot insert configuration_key "" because it already exists
    Error ERROR: Cannot insert configuration_key "" because it already exists
    Error ERROR: Cannot insert configuration_key "" because it already exists
    Error ERROR: Cannot insert configuration_key "" because it already exists
    Error ERROR: Cannot insert configuration_key "" because it already exists
    Error ERROR: Cannot insert configuration_key "" because it already exists
    Error ERROR: Cannot insert configuration_key "" because it already exists
    Error ERROR: Cannot insert configuration_key "" because it already exists
    Error ERROR: Cannot insert configuration_key "" because it already exists
    Error ERROR: Cannot insert configuration_key "" because it already exists
    Error ERROR: Cannot insert configuration_key "" because it already exists
    Warning Note: 17 statements ignored. See "upgrade_exceptions" table for additional details.
    I already tried applying uninstall.sql and remove_multiple_config_items.sql but it keeps returning that error.

    The reward point config in admin panel doesn't show any options (just blank).

    Any clue?

    This is my server info
    Apache/1.3.41 (Unix) mod_ssl/2.8.31 OpenSSL/0.9.8e PHP/5.2.10
    MySQL client version: 5.0.83
    PHP extension: mysqli
    MySQL server version 5.0.77 protocol version 10
    Last edited by Justapeddler; 24 Sep 2010 at 09:48 PM.

  4. #1634
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    521
    Plugin Contributions
    3

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

    Quote Originally Posted by Justapeddler View Post
    I'm using 1.3.9f

    When I tried installing by applying the new.sql patch, I get this error:

    I already tried applying uninstall.sql and remove_multiple_config_items.sql but it keeps returning that error.

    The reward point config in admin panel doesn't show any options (just blank).

    Any clue?

    This is my server info
    Have you checked your MySQL DB for the configuration items?

  5. #1635
    Join Date
    May 2005
    Posts
    110
    Plugin Contributions
    0

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

    Hi,

    Is there any news on support for Paypal IPN? It's taking me so long each day updating the points manually for paypal orders...

    Thanks.

  6. #1636
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

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

    Quote Originally Posted by hem View Post
    No, that one is at the top of the wishlist. Fancy being a beta-tester? I should have something ready in the next week or so.
    Don't mind testing it at all. That's what this is all about.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  7. #1637
    Join Date
    Jun 2010
    Posts
    7
    Plugin Contributions
    0

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

    Quote Originally Posted by retched View Post
    Have you checked your MySQL DB for the configuration items?
    Yes, I tried to search for %REWARD% in the configuration table but there's no entry like that. The sql patcher failed to input the reward addon configuration entries. Do I need to somehow enter those manually?

  8. #1638
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    521
    Plugin Contributions
    3

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

    Quote Originally Posted by Justapeddler View Post
    Yes, I tried to search for %REWARD% in the configuration table but there's no entry like that. The sql patcher failed to input the reward addon configuration entries. Do I need to somehow enter those manually?
    I'd say try it using phpmyadmin BUT remember this caveat, you have to rename the CREATE and INSERT INTO table references to match your databases name. That is if you have a prefix you have to change:

    CREATE TABLE `reward_status_track` (

    to

    CREATE TABLE `thisismyprefix_reward_status_track` (

  9. #1639
    Join Date
    Jun 2010
    Posts
    7
    Plugin Contributions
    0

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

    Finally I resolved my issue thanks to this post: http://www.zen-cart.com/forum/showpo...postcount=1807

    Followed it and finally I can try this reward point addon!


    Now I have a question: Is it possible to set a level in the reward point? e.g. 0-$100 orders are given 5% reward points, $100-$300 orders are given 8% and $300+ are given 10%.
    Last edited by Justapeddler; 26 Sep 2010 at 07:01 PM.

  10. #1640
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    521
    Plugin Contributions
    3

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

    Quote Originally Posted by Justapeddler View Post
    Finally I resolved my issue thanks to this post: http://www.zen-cart.com/forum/showpo...postcount=1807

    Followed it and finally I can try this reward point addon!


    Now I have a question: Is it possible to set a level in the reward point? e.g. 0-$100 orders are given 5% reward points, $100-$300 orders are given 8% and $300+ are given 10%.
    No that isn't currently possible. The module will only take the entire portion of the order and either line by line calculate the reward points total OR the entire total of the order against the discount.

 

 

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