Page 172 of 248 FirstFirst ... 72122162170171172173174182222 ... LastLast
Results 1,711 to 1,720 of 2475
  1. #1711
    Join Date
    Apr 2008
    Posts
    446
    Plugin Contributions
    1

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

    Hello there,

    Just installed this mod and it works quite nicely, but I'm trying to accomplish something particular for one of my stores and quite frankly I have no clue how to do it.

    I want to offer reward points for a certain group. I sell a membership which offers them a certain discount and along with the discount I want this particular group to enjoy the reward points program. My problem is I don't want the regular customer who haven't purchase this membership to see the rewards points anywhere, nor enjoy of the reward points at all, is this possible with this mod? and if so, how can I accomplish hiding the points earned from non members?

    Thanks in advance!
    M.Valenti
    Contemporary Artist - Entrepreneur
    http://www.manuelavalenti.com - http://www.byvalenti.com

  2. #1712
    Join Date
    Mar 2010
    Location
    The other side where the grass IS greener
    Posts
    30
    Plugin Contributions
    0

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

    Quote Originally Posted by mvstudio View Post
    Hello there,

    Just installed this mod and it works quite nicely, but I'm trying to accomplish something particular for one of my stores and quite frankly I have no clue how to do it.

    I want to offer reward points for a certain group. I sell a membership which offers them a certain discount and along with the discount I want this particular group to enjoy the reward points program. My problem is I don't want the regular customer who haven't purchase this membership to see the rewards points anywhere, nor enjoy of the reward points at all, is this possible with this mod? and if so, how can I accomplish hiding the points earned from non members?

    Thanks in advance!
    you might be able to do it with something like the dual pricing and hidden wholesale mods.

    the hidden mod wraps this around code to hide it:
    PHP Code:
    if ($_SESSION['customer_whole'] && $_SESSION['customer_whole'] != '0') { 

    // Here's where your module code goes


    so only wholesale customers can see it.

    Kezza

  3. #1713
    Join Date
    Jan 2010
    Posts
    65
    Plugin Contributions
    0

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

    I've had this module installed for quite a while, months actually, and the only thing that doesn't seem to work for me is the automatic moving off reward points from "pending" to "earned".

    I'm sorry if a fix has been mentioned before.

    I've basically given up on trying to get it to work and currently have it set where I have to change the order status to move it to the "earned". I thought I'd give it a shot and see if anyone has a bit more info on maybe getting that to work.

  4. #1714
    Join Date
    Jan 2010
    Posts
    65
    Plugin Contributions
    0

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

    Quote Originally Posted by Kezza View Post
    if you go to "Your Admin->Configuration->Reward Points->Reward Point Status Track" set this to Advanced mode and set all dots to earned.
    this will fix your problem.
    Isn't it wrong to set all of them to earned? I ask because what if, as in my case, you have a "Order Cancelled/Refunded" status. By selecting earned in that instance it would mean that the person would still be earning the points, which in my opinion is wrong. The points should then be ignored.

    You also have statuses like PayPal where some pay using their checking account via PayPal and therefore you need to wait for payment. In this instance it would be wrong to award those points as well seeing that you haven't even gotten paid for what was originally bought and ultimately you therefore are giving away points that could be used to purchased something else. In this instance the points should be "Pending" until PayPal releases the funds.

    In one instance PayPal auto changes the status to the correct one once the funds have been released. On the other you have to change the status yourself. Regardless, the reward points system should then follow the statuses as you've set them to either release the reward points to "Earn", "Ignore" or place them into "Pending" based on your selection.

  5. #1715
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

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

    Hello Hem..

    Wanna make sure Super Orders plays nice with Rewards Points.. Apparently there are a few outstanding issues to address.. (I gathered some of the posts I found here) Since Edit Orders 3.03 (which includes your fix to the Rewards Points issue) will adress the outstanding issue with Rewards Points and Edit Orders, I'd like to make sure Super Orders plays nice too..

    May I contact you under separate cover about this??
    Quote Originally Posted by hem View Post
    hmmmmm- looks like something that Super Order is bringing to the table- It must assume all values in the order are cash values.
    Quote Originally Posted by fiji View Post
    I found a problem.
    If use "Super Orders" to change order status, the pending points won't add to earn point.
    Quote Originally Posted by beadfaery View Post
    I've just installed the Super Orders mod and have been having a play with it. The only problem I can see is that if I want to edit an order, it changes the Reward Points to a $ value intead of points value. eg; if the customer received 50 points....when I edit the order it changes it to $50.00

    I've searched this thread to see if an answer was already here, but didn't find anything.
    Is there something I need to do to fix this problem??

    Thanks in advance

    Still loving this mod hem Thanks heaps....you really need to sort something so we can all shout you a guiness or a cuppa
    Quote Originally Posted by retched View Post
    I'm having similar problems between Super Orders and Edit Orders what generally happens is that any number entered where total points are are converted to a $0.00 like entry (example, I enter 400, the number is converted to $400).

    The only way for this to be fixed is to take apart the edit order mod and determine how it gets values then add in custom coding so that when you modify the value of the points, it doesn't change on you.

    Another, less practical, way of fixing this would be to go into your MySQL DB with a tool like phpMyAdmin and have it at that way. But again, this is NOT ideal for beginner's.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  6. #1716
    Join Date
    Apr 2008
    Posts
    446
    Plugin Contributions
    1

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

    Quote Originally Posted by Kezza View Post
    you might be able to do it with something like the dual pricing and hidden wholesale mods.

    the hidden mod wraps this around code to hide it:
    PHP Code:
    if ($_SESSION['customer_whole'] && $_SESSION['customer_whole'] != '0') { 

    // Here's where your module code goes


    so only wholesale customers can see it.

    Kezza
    Thanks Kezza for your reply, I managed to make it work more or less to my needs but still have a few things that I want to modify. your suggestion though wouldn't work in my case.
    The store has both retail and wholesale. Wholesale of course has no benefits but a large discount, no discounts, no coupons, no gift certificates, obviously no reward points either. For the retail I offer a purchased membership with an annual 10% discount on everything in the store for members only, and I want to add the reward points to this membership. I'm using discount group for this membership to work, so reward points would have to work only with discount groups and not with the regular retail.

    Also the way I have it set up, the reward points don't show on product listing instead only the total of reward points earned is shown during checkout, so what I'm really trying to accomplish is show reward points only for this particular discount group, and not the rest of regular clients, does it make any sense? I'm thinking with an if statement on the checkout pages I might be able to make it work, but I'm still working on that.

    Thanks for any help
    M.Valenti
    Contemporary Artist - Entrepreneur
    http://www.manuelavalenti.com - http://www.byvalenti.com

  7. #1717
    Join Date
    Aug 2009
    Posts
    4
    Plugin Contributions
    0

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

    I want my site to reward customers for sharing a lnkto me on Facebook or sending e-mail referrals (after their referral makes a purchase). I see two rewards modules, this one and one by nemicus I think. It is ok for my customers to get points for purchases but that is not my focus. I want a button that says "share on facebook" or share through e-mail that then pops up with a unique referral link for that customer and keeps track when the referral makes a purchase. Is this or another rewards module customizable for that or is their another app that does this? Thank you.

  8. #1718
    Join Date
    Mar 2010
    Location
    The other side where the grass IS greener
    Posts
    30
    Plugin Contributions
    0

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

    Quote Originally Posted by mvstudio View Post
    Thanks Kezza for your reply, I managed to make it work more or less to my needs but still have a few things that I want to modify. your suggestion though wouldn't work in my case.
    The store has both retail and wholesale. Wholesale of course has no benefits but a large discount, no discounts, no coupons, no gift certificates, obviously no reward points either. For the retail I offer a purchased membership with an annual 10% discount on everything in the store for members only, and I want to add the reward points to this membership. I'm using discount group for this membership to work, so reward points would have to work only with discount groups and not with the regular retail.

    Also the way I have it set up, the reward points don't show on product listing instead only the total of reward points earned is shown during checkout, so what I'm really trying to accomplish is show reward points only for this particular discount group, and not the rest of regular clients, does it make any sense? I'm thinking with an if statement on the checkout pages I might be able to make it work, but I'm still working on that.

    Thanks for any help
    why not try changing the statement to something like this:
    PHP Code:
    if ($_SESSION['customers_group_pricing'] && $_SESSION['customers_group_pricing'] != '1') { 

    // Here's where your module code goes


    then add a RAW SQL query for customers->customers_group_pricing

    Kezza

  9. #1719
    Join Date
    Mar 2010
    Location
    The other side where the grass IS greener
    Posts
    30
    Plugin Contributions
    0

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

    in that last statment it should be 0 not 1, so should read:
    PHP Code:
    ['customers_group_pricing'] != '0'

  10. #1720
    Join Date
    Jan 2010
    Posts
    65
    Plugin Contributions
    0

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

    Quote Originally Posted by leilanddale View Post
    I've had this module installed for quite a while, months actually, and the only thing that doesn't seem to work for me is the automatic moving off reward points from "pending" to "earned".

    I'm sorry if a fix has been mentioned before.

    I've basically given up on trying to get it to work and currently have it set where I have to change the order status to move it to the "earned". I thought I'd give it a shot and see if anyone has a bit more info on maybe getting that to work.
    Any feedback on this?

 

 

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