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

Hybrid View

  1. #1
    Join Date
    May 2007
    Posts
    10
    Plugin Contributions
    0

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

    Hi Peeps,

    I have installed the latest version of this mod and all is correct and in the right place.

    The problems I am having is that no points are being allocated for new customers, but when I create an account it works.

    No points are being allocated for orders and we only use Protx direct

    Can anybody help or point me in the right direction

    Thanks in advance

    Forgot to add

    Zencart version: Zen Cart v1.3.7
    PHP version: 5.2.4
    MySQL version: 4.1.22-standard

  2. #2
    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 Chris_T View Post
    Hi Peeps,

    I have installed the latest version of this mod and all is correct and in the right place.

    The problems I am having is that no points are being allocated for new customers, but when I create an account it works.

    No points are being allocated for orders and we only use Protx direct

    Can anybody help or point me in the right direction

    Thanks in advance

    Forgot to add

    Zencart version: Zen Cart v1.3.7
    PHP version: 5.2.4
    MySQL version: 4.1.22-standard
    Sorry- it needs ZenCart v1.3.8
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  3. #3
    Join Date
    Oct 2008
    Posts
    85
    Plugin Contributions
    0

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

    Quote Originally Posted by Chris_T View Post
    Hi Peeps,

    I have installed the latest version of this mod and all is correct and in the right place.

    The problems I am having is that no points are being allocated for new customers, but when I create an account it works.

    No points are being allocated for orders and we only use Protx direct

    Can anybody help or point me in the right direction

    Thanks in advance

    Forgot to add

    Zencart version: Zen Cart v1.3.7
    PHP version: 5.2.4
    MySQL version: 4.1.22-standard
    i have the same issue,

    i'm using
    zen 1.38,
    php 5.2
    mysql 5.0
    reward points module 1.23


    the help would be appreciated
    Last edited by myworld20091; 27 Apr 2009 at 11:38 AM.

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

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

    I cannot seem to find any fault with the customer creation reward points. Can those that are having this problem unzip the attached file to includes\templates\YOUR CUSTOM FOLDER\templates\. This will create a log file (rp_report.log) in your cache directory which tracks the settings as new accounts are created. Can you email me these when the problem occurs again- thanks.
    Last edited by hem; 5 May 2009 at 10:32 AM.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  5. #5
    Join Date
    Apr 2009
    Posts
    10
    Plugin Contributions
    0

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

    Hi, I am also using or trying to use this great mod, and it works just fine for me. So thank you for developing this :)

    I just miss one feature - is there a way to restrict redemption of points to just some product categories?

    You could use this in different scenarios - for example, you want to allow your customers to choose gift from the "discounted products" category only...

  6. #6
    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 pajur View Post
    Hi, I am also using or trying to use this great mod, and it works just fine for me. So thank you for developing this :)

    I just miss one feature - is there a way to restrict redemption of points to just some product categories?

    You could use this in different scenarios - for example, you want to allow your customers to choose gift from the "discounted products" category only...
    Right now your could set the Global Redeem to 0 and only set a redeem value for the particular product category. However I have an item on the wishlist which is to set a Reward Category which will allow customers to select gifts based on how many points they have.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  7. #7
    Join Date
    Apr 2009
    Posts
    10
    Plugin Contributions
    0

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

    Quote Originally Posted by hem View Post
    Right now your could set the Global Redeem to 0 and only set a redeem value for the particular product category. However I have an item on the wishlist which is to set a Reward Category which will allow customers to select gifts based on how many points they have.
    Hi, thats great... this is exactly what I would like to use (redeem value/ratio per category).
    Unfortunatelly I am just not able to find it...

    I found Global redeem value in Customers - Group Reward Redeem, but thats all.

    Mabe I just can not see or read. Could you please navigate me a little? thanks :)
    Last edited by pajur; 10 May 2009 at 05:19 PM.

  8. #8

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

    I've searched this thread several times, and I'm not quite seeing a specific answer. I know several people have written about a 1064 error:

    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '% WHERE (c.customers_lastname LIKE '% WHERE (c.customers_lastname LIKE '% WHERE ' at line 1

    I'm getting the same thing when I attempt to add points to my customers' accounts. I'm currently using the following:

    Reward Point Suite 1.22a
    ZenCart 1.38a

    I've been using the suite for several months with no problems. On the suggestion of my web host, I updated my server from PHP 4 to PHP 5 (FastCGI).

    When I started getting the error message, I optimized my database and installed the SQL patch from 1.23a. However, I'm still getting the same error message. I can't seem to find a clear solution when I search this thread. Is there a fix I'm missing?

    Thanks for your time.

  9. #9
    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 hem View Post
    I cannot seem to find any fault with the customer creation reward points. Can those that are having this problem unzip the attached file to includes\templates\YOUR CUSTOM FOLDER\templates\. This will create a log file (rp_report.log) in your cache directory which tracks the settings as new accounts are created. Can you email me these when the problem occurs again- thanks.
    Okay- I've come at this from a different angle and coded in the new customer rewards within the RP observer (which I should have done in the first place).

    Instructions:

    1. Delete the includes\templates\YOUR CUSTOM FOLDER\templates\tpl_create_account_success_default.php file.

    2. Unzip the attached to includes\classes\observers\
    Attached Files Attached Files
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  10. #10
    Join Date
    Oct 2008
    Posts
    32
    Plugin Contributions
    0

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

    Hi all,
    I'm looking for an addon just like this one, only I'm not sure if this one will do what I need it to. Basically I'm looking for a points system where each user could sign up and would receive their own rep code (coupon code) that they can hand out to whoever they want. They would earn points for each sale they refer. The person using the code would get, say, 20% off their first purchase, and the user that owns that particular rep code would earn points for that purchase. Is this addon capable of doing this?

    thanks!

 

 
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