Page 1 of 2 12 LastLast
Results 1 to 10 of 2475

Hybrid View

  1. #1
    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

  2. #2
    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.

  3. #3
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    934
    Plugin Contributions
    9

    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?

  4. #4
    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.

  5. #5
    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 emtecmedia View Post
    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.
    Have you tried using Paypal Express instead- It works fine with that.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  6. #6
    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?

  7. #7
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    934
    Plugin Contributions
    9

    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` (

  8. #8
    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.

  9. #9
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    934
    Plugin Contributions
    9

    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.

  10. #10
    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 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%.
    Yes- Just the Tiered Discount's Order Total instead.
    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
  5. Experimental Reward Points Module
    By precursor999 in forum Addon Payment Modules
    Replies: 7
    Last Post: 2 Apr 2007, 09:32 AM

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