Page 217 of 248 FirstFirst ... 117167207215216217218219227 ... LastLast
Results 2,161 to 2,170 of 2475
  1. #2161
    Join Date
    Jul 2011
    Posts
    47
    Plugin Contributions
    0

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

    Suggestion - it would be brilliant if someone could think of a way to make it so that there was a product or two on the site that you could only buy using Reward Points instead of cash. Really give people a thing to build towards other than the slightly impersonal-feeling discounts etc. No idea how that would be done but it would be great if someone knew.

  2. #2162
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

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

    I haven't used this mod in a long time, so correct me if I am wrong, but wasn't there already a section where you could specify what products / categories to include / exclude?

  3. #2163
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

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

    Quote Originally Posted by Heresy Miniatures View Post
    Suggestion - it would be brilliant if someone could think of a way to make it so that there was a product or two on the site that you could only buy using Reward Points instead of cash. Really give people a thing to build towards other than the slightly impersonal-feeling discounts etc. No idea how that would be done but it would be great if someone knew.
    Design75 is right you can limit to what categories or products you want to use Reward Points on, but you can not use just Reward Points to checkout.

    If you just want a Reward Point shopping cart you will need custom coding.

    To do this You will need to consider investing in custom coding to get the desired functionality. This is totally doable, but it is not a small piece of work BTW..
    Last edited by countrycharm; 21 Dec 2012 at 06:59 PM.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  4. #2164
    Join Date
    Dec 2010
    Posts
    32
    Plugin Contributions
    0

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

    Hi CountryCharm,

    I'm using your module, but there is one thing I want to check.
    I want to build a point system where every $10 they spend gives them 1 point which equates to $1. They can use there points at anytime.


    So I don't see in the admin has option to set $10 for 1 point.
    Can you clarify ? many thanks.

    Regards.

  5. #2165
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

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

    Quote Originally Posted by skywalker826 View Post
    Hi CountryCharm,

    I'm using your module, but there is one thing I want to check.
    I want to build a point system where every $10 they spend gives them 1 point which equates to $1. They can use there points at anytime.


    So I don't see in the admin has option to set $10 for 1 point.
    Can you clarify ? many thanks.

    Regards.
    I just replied to your PM on how to do this.

    By the way it's not my module I just updated it to work with the latest Zen Cart.

    I guess I should share this this just in case anyone else has the same question.

    This is how you would set it up.

    Under admin/configuration/Reward Points Configuration set the Reward Point Rounding to 0.5

    Under admin/catalog/Reward Points Set Global Reward Point ratio to: 0.1000

    Under admin/catalog/Group Reward Redeem Enter global points ratio to: 1.0000

    Now for every $10.00 a customer spends he/she will receive a point worth $1.00
    Last edited by countrycharm; 30 Dec 2012 at 07:39 PM.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  6. #2166
    Join Date
    Dec 2010
    Posts
    32
    Plugin Contributions
    0

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

    Quote Originally Posted by countrycharm View Post
    I just replied to your PM on how to do this.

    By the way it's not my module I just updated it to work with the latest Zen Cart.

    I guess I should share this this just in case anyone else has the same question.

    This is how you would set it up.

    Under admin/configuration/Reward Points Configuration set the Reward Point Rounding to 0.5

    Under admin/catalog/Reward Points Set Global Reward Point ratio to: 0.1000

    Under admin/catalog/Group Reward Redeem Enter global points ratio to: 1.0000

    Now for every $10.00 a customer spends he/she will receive a point worth $1.00

    Hi,

    The global points ratio must set to 0.1, not 1, otherwise, I will get 10 point for $10
    Secondly, after set:

    Under admin/configuration/Reward Points Configuration set the Reward Point Rounding to 0.5

    Under admin/catalog/Reward Points Set Global Reward Point ratio to: 0.1000

    Under admin/customer/Group Reward Redeem Enter global points ratio to: 0.1000


    I get 1 point for $10, but the admin/customer/Reward Points:
    I see:

    Reward Points Earned: 1
    Value of Earned: $0.10

    The "Value of Earned" is not right. It should be $1.00, not $0.10. May I know which setting affect the value of earned ?

    Thanks.

  7. #2167
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

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

    Quote Originally Posted by skywalker826 View Post
    Hi,

    The global points ratio must set to 0.1, not 1, otherwise, I will get 10 point for $10
    Secondly, after set:

    Under admin/configuration/Reward Points Configuration set the Reward Point Rounding to 0.5

    Under admin/catalog/Reward Points Set Global Reward Point ratio to: 0.1000

    Under admin/customer/Group Reward Redeem Enter global points ratio to: 0.1000


    I get 1 point for $10, but the admin/customer/Reward Points:
    I see:

    Reward Points Earned: 1
    Value of Earned: $0.10

    The "Value of Earned" is not right. It should be $1.00, not $0.10. May I know which setting affect the value of earned ?

    Thanks.
    If you set the Reward Points up like I mention, you will get the results I stated.

    When I go to admin/customer/Reward Points: I get what you see in the picture down below.

    I'm not sure what you did to get a "Value of Earned"
    Reward Points Earned: 1
    Value of Earned: $0.10

    Name:  Reward.jpg
Views: 146
Size:  40.2 KB

    Go back and check the setting to make sure they are set up right.
    The setting I have is for every $10.00 a customer spends they receive 1 Reward Point worth $1.00
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  8. #2168
    Join Date
    Dec 2010
    Posts
    32
    Plugin Contributions
    0

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

    Hi CountryCharm,

    I'm using zencart 1.3.8a.

    When you mentioned:
    Under admin/catalog/Group Reward Redeem Enter global points ratio to: 1.0000

    is it under:
    Under admin/customer/Group Reward Redeem
    or admin/catalog/Group Reward Redeem

    because I only see Group Reward Redeem under admin/customer/, not admin/catalog

    Thanks.

    Regards,
    Sky

  9. #2169
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

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

    Quote Originally Posted by skywalker826 View Post
    Hi CountryCharm,

    I'm using zencart 1.3.8a.

    When you mentioned:
    Under admin/catalog/Group Reward Redeem Enter global points ratio to: 1.0000

    is it under:
    Under admin/customer/Group Reward Redeem
    or admin/catalog/Group Reward Redeem

    because I only see Group Reward Redeem under admin/customer/, not admin/catalog

    Thanks.

    Regards,
    Sky
    You are correct. Sorry about that Sky.... :)

    It should have been admin/customers/Group Reward Redeem Enter global points ratio to: 1.0000

    This is how you would set it up.

    Under admin/configuration/Reward Points Configuration set the Reward Point Rounding to 0.5

    Under admin/catalog/Reward Points Set Global Reward Point ratio to: 0.1000

    Under admin/customers/Group Reward Redeem Enter global points ratio to: 1.0000

    Now for every $10.00 a customer spends he/she will receive 1 point worth $1.00 each.
    Last edited by countrycharm; 3 Jan 2013 at 06:07 AM.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  10. #2170
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

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

    Quote Originally Posted by skywalker826 View Post
    Hi CountryCharm,

    I'm using zencart 1.3.8a.

    When you mentioned:
    Under admin/catalog/Group Reward Redeem Enter global points ratio to: 1.0000

    is it under:
    Under admin/customer/Group Reward Redeem
    or admin/catalog/Group Reward Redeem

    because I only see Group Reward Redeem under admin/customer/, not admin/catalog

    Thanks.

    Regards,
    Sky
    Another thing I would do is upgrade your Zen Cart version 1.3.8a. to the current version of Zen Cart 1.5.1. You are running and out dated version with all kinds of Security vulnerabilities. I can not emphasize enough about the Security vulnerabilities people have by running Zen Cart v1.3.8a.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

 

 

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