Results 1 to 10 of 2475

Hybrid View

  1. #1
    Join Date
    Jul 2008
    Location
    Ontario, Canada
    Posts
    83
    Plugin Contributions
    0

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

    Quote Originally Posted by hem View Post
    The strange thing here is that once the order is made it is never recalculated- let me double checl.
    Any luck Hem?

    I had a peek in my db:
    orders_table (class ot_reward_points_display) was showing correct amount (discounted by group pricing)

    reward_customer_points the Pending_points is incorrect (not discounted by group pricing)

    reward_status_track the Reward_points is wrong (not discounted by group pricing)

    Any suggestions where I may have gone wrong??
    Last edited by GG01; 21 May 2010 at 04:14 AM. Reason: clarification

  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 GG01 View Post
    Any luck Hem?

    I had a peek in my db:
    orders_table (class ot_reward_points_display) was showing correct amount (discounted by group pricing)

    reward_customer_points the Pending_points is incorrect (not discounted by group pricing)

    reward_status_track the Reward_points is wrong (not discounted by group pricing)

    Any suggestions where I may have gone wrong??
    I am checking it out right now- also I'm trying to get an overview of the issues that you, Ardhill and Blessed are having (don't want any wild goose chases).
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

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

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

    Okay- I have tested the following under v1.3.9b:

    1. Checked points earned from a purchase. No doubling of points.

    2. Checked points moving from pending to earned. Points move correctly.

    3. Checked points being discounted by Group Pricing- After adding ot_group_pricing:Subtract to Advanced Reward Point Calculation Rules. Points are subtracted correctly and are displayed in the order. However the group_pricing is not being subtracted from the customer under Admin- I am working on this now.

    I think that those are the only outstanding issues. Please let me know if I have missed any.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

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

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

    v1.30a now available.

    Fixes:
    • Resolved issue with Advanced Table items not being factored into the stored Reward Points record
    • Reward Points now passed to observer class via $_SESSION['REWARD_POINTS_EARNED'] variable set in ot_reward_point_display.php
    • Possible fix to make RP Mod finally work with PayPal IPN.


    Downloadable from http://www.omnicia.com/Zencart%20Rew...s%20Module.zip
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  5. #5
    Join Date
    May 2010
    Posts
    1
    Plugin Contributions
    0

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

    Hi! I've just downloaded your module, but encounter some problems when installing...

    Currently, I'm using the latest version of Zen Cart. And since I'm installing this for the 1st time, I've updated it using new.sql

    I'm stuck at step 4. I seem can't to find the sidebox with says 'Shopping Cart with Rewards', I only see the "sideboxes/shopping_cart.php" and it's already switch on.

    Please advise.

    Thanks.

  6. #6
    Join Date
    Jan 2010
    Posts
    153
    Plugin Contributions
    0

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

    Hi Hem i've installed this module and unfortunatly i am getting a weird error on the product pages. best way to describ it is by taking a screenshot really ive attached it to this post. its strange as i think it is also messing up the description as there should be tick box bullet points in there which don't show up im running 1.3.8a
    Attached Images Attached Images  

  7. #7
    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.

    shop - 1.3.8a with mods added
    rewards version - 1.30a

    still get the "value of redeemed reward points" twice, on every login for the first purchase.



    but for some reason if you refresh the screen ie push F5 or go back to your shopping cart and start the checkout again its normal!


    Kezza

  8. #8
    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 Kezza View Post
    shop - 1.3.8a with mods added
    rewards version - 1.30a

    still get the "value of redeemed reward points" twice, on every login for the first purchase.



    but for some reason if you refresh the screen ie push F5 or go back to your shopping cart and start the checkout again its normal!


    Kezza
    forgot to say it passes the price less 2x the reward points onto paypal but does not affect in house payments.

    Kezza

  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 crystalight View Post
    Hi! I've just downloaded your module, but encounter some problems when installing...

    Currently, I'm using the latest version of Zen Cart. And since I'm installing this for the 1st time, I've updated it using new.sql

    I'm stuck at step 4. I seem can't to find the sidebox with says 'Shopping Cart with Rewards', I only see the "sideboxes/shopping_cart.php" and it's already switch on.

    Please advise.

    Thanks.
    Quote Originally Posted by Xbox Memberships View Post
    Hi Hem i've installed this module and unfortunatly i am getting a weird error on the product pages. best way to describ it is by taking a screenshot really ive attached it to this post. its strange as i think it is also messing up the description as there should be tick box bullet points in there which don't show up im running 1.3.8a
    Both these issues are caused by files not being copied to your custom folders. If you run the RPD (Reward Point Diagnostic) it will tell you what files are missing and where they should be copied to.

    You can get the RPD here: http://omnicia.com/rpd.zip- Just unzip it to the root folder of your store and then run it in your browser by typing www.YOUR_STORE_WEBSITE.com/rpd.php into the address bar.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  10. #10
    Join Date
    Jul 2008
    Location
    Ontario, Canada
    Posts
    83
    Plugin Contributions
    0

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

    Quote Originally Posted by hem View Post
    v1.30a now available.

    Fixes:
    • Resolved issue with Advanced Table items not being factored into the stored Reward Points record
    • Reward Points now passed to observer class via $_SESSION['REWARD_POINTS_EARNED'] variable set in ot_reward_point_display.php
    • Possible fix to make RP Mod finally work with PayPal IPN.


    Downloadable from http://www.omnicia.com/Zencart%20Rew...s%20Module.zip
    Thanks for all that you do, Hem!!!

    The group pricing discounts are now being correctly reflected in the admin. You rock!!


 

 

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