Results 1 to 10 of 2475

Hybrid View

  1. #1
    Join Date
    Nov 2008
    Posts
    33
    Plugin Contributions
    0

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

    Quote Originally Posted by Rasyr View Post
    Something odd......

    IF I try to place an order using Reward Points, and I ALSO try to use a Gift Certificate as well (if the GC amount is not higher than entire order), it requires me to select a billing method. If the GC and the Redeem amounts are (combined) more than the entire order, it still requires me to select a payment method.

    However, if I try to place the order with JUST a Gift Certificate, and the GC amount is larger than the order, then I don't have to select a payment method.

    So... whatever it doing the check as to whether payment method is required to be select isn't including the amount to be redeemed in it.
    I created a separate site for redeeming reward points. The site allows the customer to redeem points towards gift cards and certificates. Checkout needs to be restricted if the customer doesn't have enough rewards points.

    I tried to edit function pre_confirmation_check($order_total) in ot_reward_points.php but couldn't get it to work.

    Any help or suggestions are appreciated.

    Thanks

  2. #2
    Join Date
    Jun 2007
    Location
    SA
    Posts
    91
    Plugin Contributions
    0

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

    Hi

    Just installed on 1.3.9h and i have all the options setup and working and tested, problem i have is that none of my products show:
    "This product is worth this amount of points", should it even show this?

    Also how do you hyperlink the sidebox for points to the information page on how the points work?

    And in the clients shopping cart profile, is there no page to show or inform the client that they have X amount of points on their account apart from the side box?

    Thank you
    Lloyd
    www.digitalsaonline.co.za

  3. #3
    Join Date
    Aug 2011
    Location
    Tea, MO
    Posts
    9
    Plugin Contributions
    0

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

    Quote Originally Posted by LloydR View Post
    Hi

    Just installed on 1.3.9h and i have all the options setup and working and tested, problem i have is that none of my products show:
    "This product is worth this amount of points", should it even show this?
    This is a known bug -- see post 1740 on page 174 of this thread

    Also how do you hyperlink the sidebox for points to the information page on how the points work?
    There is a separate addon for this. Do a search for "reward points" in the addon database

    And in the clients shopping cart profile, is there no page to show or inform the client that they have X amount of points on their account apart from the side box?
    Yes, this is normal behavior for the mod, You could do some modifications on your own to display customer reward total in their profile, but once they are logged in their point total should show up in whatever reward point sideboxes you have enabled.

  4. #4
    Join Date
    Oct 2011
    Posts
    1
    Plugin Contributions
    0

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

    Hello everyone, I'm using the latest version of zen cart and reward points module.
    On check out I am shown a box saying "use your reward points", when I enter the amount of reward points to be used and click "apply" the order is completed and I'm taken to the order placed page, I don't see an option to view or modify the order in any way after that.
    I do not see the box that simulates the order amount, the reward points I already have or the amount to pay after the reward points are subtracted.
    I am using the lightbox template and have attached a screen shot showing the check-out reward points area.
    I searched this thread but didn't see this problem posted before, any help solving the problem is much appreciated.


  5. #5
    Join Date
    Mar 2009
    Posts
    609
    Plugin Contributions
    0

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

    Is there a way to do a global update, I have a load of customers with points pending, can I update them all to earned in one go?

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

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

    Quote Originally Posted by DigitalShadow View Post
    Is there a way to do a global update, I have a load of customers with points pending, can I update them all to earned in one go?
    I think they should be added after you complete the order for the customer in the admin section. I know this is possible just not sure where to start.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

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

    Quote Originally Posted by steffan12 View Post
    Hello everyone, I'm using the latest version of zen cart and reward points module.
    On check out I am shown a box saying "use your reward points", when I enter the amount of reward points to be used and click "apply" the order is completed and I'm taken to the order placed page, I don't see an option to view or modify the order in any way after that.
    I do not see the box that simulates the order amount, the reward points I already have or the amount to pay after the reward points are subtracted.
    I am using the lightbox template and have attached a screen shot showing the check-out reward points area.
    I searched this thread but didn't see this problem posted before, any help solving the problem is much appreciated.

    How did you add the apply button? Mine doesn't look like yours at all.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  8. #8
    Join Date
    Jul 2011
    Location
    Glasgow, Scotland
    Posts
    113
    Plugin Contributions
    1

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

    Quote Originally Posted by steffan12 View Post
    Hello everyone, I'm using the latest version of zen cart and reward points module.
    On check out I am shown a box saying "use your reward points", when I enter the amount of reward points to be used and click "apply" the order is completed and I'm taken to the order placed page, I don't see an option to view or modify the order in any way after that.
    I do not see the box that simulates the order amount, the reward points I already have or the amount to pay after the reward points are subtracted.
    I am using the lightbox template and have attached a screen shot showing the check-out reward points area.
    I searched this thread but didn't see this problem posted before, any help solving the problem is much appreciated.

    It might be your APPLY BUTTON is it in the fieldset and could be returning the form as complete just like the other apply/onsubmit buttons on the page. Then again I could be totaly wrong...

  9. #9
    Join Date
    Jul 2011
    Location
    Glasgow, Scotland
    Posts
    113
    Plugin Contributions
    1

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

    Thank you HEM (Andrew) if I can remember that far back.
    193 pages of this thread read and I think I have understood most of it. Got a few answers anyway.

    Got a question still.

    I ran the rpd.php file just to check things, after running a few test orders.

    Under the section
    MySQL Database Check:

    I have these errors showing


    rewards_id- field missing in zen_reward_status_track!!!
    customers_id- field missing in zen_reward_status_track!!!
    orders_id- field missing in zen_reward_status_track!!!
    date- field missing in zen_reward_status_track!!!
    reward_points- field missing in zen_reward_status_track!!!
    status- field missing in zen_reward_status_track!!!


    Not entirely sure what I should about them.
    Should I attempt to add them manually to the table? No I looked in the database table and these entries are there. They are all empty mind you even after 5 test runs.

    Are they not being called from the php? Not that I would be able to something about that anyway.

    Does anyone have an explanation, I just would like to learn no critasism intended.

  10. #10
    Join Date
    Sep 2010
    Posts
    448
    Plugin Contributions
    0

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

    Just had my first couple of sales since installing this and they paid through PayPal.

    Guess what? No reward points are recorded.

    Just using PayPal Web Standard. Could someone please point me to a solution?

    Thanks

 

 

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