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

Hybrid View

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

    Default Re: Reward Point Mod beta now available

    JC, you can change that yourself in the definition file. You'll find it in includes/languages/english/extra_definitions/YOUR CUSTOM FOLDER/reward_points.php

    The define you need to edit is PRODUCT_REWARD_POINT_TAG.

    You could even change it to something like "The number of reward points earned on purchase:"
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  2. #2
    Join Date
    Jan 2007
    Posts
    49
    Plugin Contributions
    0

    Default Re: Reward Point Mod beta now available

    Quote Originally Posted by hem View Post
    JC, you can change that yourself in the definition file. You'll find it in includes/languages/english/extra_definitions/YOUR CUSTOM FOLDER/reward_points.php

    The define you need to edit is PRODUCT_REWARD_POINT_TAG.

    You could even change it to something like "The number of reward points earned on purchase:"

    perfect thanks andy

  3. #3
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Reward Point Mod beta now available

    This looks to be an impressive add-on - Thanks for the effort Andrew, I'll bet its popularity is going to keep you jumping!

    A couple of questions: Is the Rewards program Always active for anyone who is logged-in? Is it possible to have the rewards program be a group that a person joins (added from the admin)? I'd like to have customers pay a yearly fee to belong and get a set discount. (such as 10% off all purchases)

    Also, from the readme:
    If you install the Reward Points Order Total Module you can also set a Redeem Ratio. This is set to 0.01 as default so each point redeemed is worth 1 cent/pence.
    Help a mathematically-challenged guy here: If that is set to 0.10 then the customer would be getting 10% off all of their purchases, correct?

    Finally; what happens with sale items and the purchase of items such as gift certificates?

    Thanks!

  4. #4
    Join Date
    Jul 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: Reward Point Mod beta now available

    Hi

    I really like this mod.

    Where do i go to download it as the one i have downloaded (thought was latest) says it is for test sites only.

    Really want it on my working site

  5. #5
    Join Date
    Feb 2008
    Location
    West Virginia
    Posts
    137
    Plugin Contributions
    0

    Default Re: Reward Point Mod beta now available

    Quote Originally Posted by MeltDown View Post
    This looks to be an impressive add-on - Thanks for the effort Andrew, I'll bet its popularity is going to keep you jumping!

    A couple of questions: Is the Rewards program Always active for anyone who is logged-in? Is it possible to have the rewards program be a group that a person joins (added from the admin)? I'd like to have customers pay a yearly fee to belong and get a set discount. (such as 10% off all purchases)

    Also, from the readme:
    Help a mathematically-challenged guy here: If that is set to 0.10 then the customer would be getting 10% off all of their purchases, correct?

    Finally; what happens with sale items and the purchase of items such as gift certificates?

    Thanks!
    This mod doesn't give a percentage off it give points based on purchases. Those points can be redeemed during checkout on future purchases. Default is 1 point equals one penny I think the current ratio is, but you can change that to whatever you want.

    For assigning a group of cusomters a percentage off, you could use the group discounts that is built in, unless I don't understand the question.
    Zen Cart: 1.3.8a
    PHP: 5.2.4
    MySQL: 5.0.45

    Pine Tree Candles

  6. #6
    Join Date
    May 2006
    Posts
    725
    Plugin Contributions
    0

    Default Re: Reward Point Mod beta now available

    Hello,

    How can I make this mod give points based on the sale price (i.e. Retail Price $10 Sale Price $5). At the moment, it gives 10 when the sale price is 5. Can I make the ratio .5?

  7. #7
    Join Date
    Feb 2008
    Location
    West Virginia
    Posts
    137
    Plugin Contributions
    0

    Default Re: Reward Point Mod beta now available

    Quote Originally Posted by Berserker View Post
    Hello,

    How can I make this mod give points based on the sale price (i.e. Retail Price $10 Sale Price $5). At the moment, it gives 10 when the sale price is 5. Can I make the ratio .5?
    I'm sure you can set the ratio globally, by category, or by product. Since my store based on Zen Cart is not live yet I haven't played with it to see if it gives the points based on regular or sale. If you say regular then I guess it doesn't check to see if the item is on sale or discounted first. I'm sure that is something andy could comment on.

    If that is how it's working right now I would have to disable the points earned on every sale or discounted item until that option is available just give them the points based on the base price.
    Zen Cart: 1.3.8a
    PHP: 5.2.4
    MySQL: 5.0.45

    Pine Tree Candles

  8. #8
    Join Date
    Feb 2008
    Location
    West Virginia
    Posts
    137
    Plugin Contributions
    0

    Default Re: Reward Point Mod beta now available

    Just verified what you said and it doesn't take into account the sale or speical price when giving reward points. Andy is that something that could be added?

    In the mean time I will just not give any reward points to my clearance items and adjust the ratio for reward points on special items for now. I don't have that many items in my store since I manufacture everything I sell so it's not that big a deal for me, but could be for those with 1000's of products.
    Zen Cart: 1.3.8a
    PHP: 5.2.4
    MySQL: 5.0.45

    Pine Tree Candles

  9. #9
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Reward Point Mod beta now available

    Quote Originally Posted by pinetreecandles View Post
    For assigning a group of cusomters a percentage off, you could use the group discounts that is built in, unless I don't understand the question.
    I'm all over the map on this topic - Sorry. I'll try to clarify what it is I'm hoping to be able to do: I want to offer a frequent spender type program where customers pay an annual fee and get some (more-or-less) set discount throughout the year, such as 10% off. However, concerning discounted items, I would like to be able to offer whichever is discount is greater, their set 10% or the sale price. (I know this can be done as I've seen it in play in an OSC Rewards mod)
    The main problem with the native zen group discount is how it deals with sale items: It discounts them. (or I can have the module code altered to ignore them completely) It is my understanding that being able to offer whichever is discount is greater is not an option with the native Zen group discounts module, even if modified.

    This Rewards add-on seems like a nice piece of work and I was attempting to see if it could be used in the manner I am seeking, of something similar, anyway.

  10. #10
    Join Date
    Feb 2008
    Location
    West Virginia
    Posts
    137
    Plugin Contributions
    0

    Default Re: Reward Point Mod beta now available

    Quote Originally Posted by MeltDown View Post
    I'm all over the map on this topic - Sorry. I'll try to clarify what it is I'm hoping to be able to do: I want to offer a frequent spender type program where customers pay an annual fee and get some (more-or-less) set discount throughout the year, such as 10% off. However, concerning discounted items, I would like to be able to offer whichever is discount is greater, their set 10% or the sale price. (I know this can be done as I've seen it in play in an OSC Rewards mod)
    The main problem with the native zen group discount is how it deals with sale items: It discounts them. (or I can have the module code altered to ignore them completely) It is my understanding that being able to offer whichever is discount is greater is not an option with the native Zen group discounts module, even if modified.

    This Rewards add-on seems like a nice piece of work and I was attempting to see if it could be used in the manner I am seeking, of something similar, anyway.
    You may want to have a look at this mod http://www.zen-cart.com/index.php?ma...roducts_id=501 It may do what your after. I checked it out and it seems nice, however I don't like the fact that you have to install a mod manager to use it. The mod manager is alpha version and gave me all kinds of SQL errors. I'm sure if I asked for help I could have gotten it corrected, but I prefer Andy's mod for reward points and I use a different mod to give store credit with. The two work well together.
    Zen Cart: 1.3.8a
    PHP: 5.2.4
    MySQL: 5.0.45

    Pine Tree Candles

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v150 Adding a reward point module/add-on
    By dawneprochilo in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 10 Nov 2013, 05:16 PM
  2. Zen Cart v1.5.0 BETA release now available
    By DrByte in forum Zen Cart Release Announcements
    Replies: 11
    Last Post: 7 Oct 2011, 08:51 PM
  3. bug reported in reward point module
    By smart_pro in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 26 Mar 2009, 10:57 AM
  4. Error after installing reward point module
    By trisha33 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 15 Feb 2009, 11:27 PM

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