Page 24 of 33 FirstFirst ... 142223242526 ... LastLast
Results 231 to 240 of 323
  1. #231
    Join Date
    Feb 2008
    Location
    West Virginia
    Posts
    137
    Plugin Contributions
    0

    Default Re: Reward Point Mod beta now available

    Looks like the global redeem is working...kind of. Take a look at these two screen shots.




    You can see in the admin pic (2) that the redeem value is $21.00 as it should be. However, when I go to make a purchase, it shows $0.00 on the Payment page for Value Rewards Points (pic 1). So it's showing correctly in the admin, but not on the checkout pages.

    It works fine with the Ty Package tracking mod. No modifications were needed to that mod.

    It does not work with the Better Together mod. I have two different things set up. One is buy one and get the other at 50% off. It's giving full redeem value for both. The other is buy one get another free. It's giving full value for both.

    I have it setup in admin to give 0 for free items and to use discount price and not base.

    It works fine when using Zens built in discount and sales mods, but not the Better Together or the Quantity discount mods.

    Other than that It all appears to work for me. Looking very nice.
    Zen Cart: 1.3.8a
    PHP: 5.2.4
    MySQL: 5.0.45

    Pine Tree Candles

  2. #232
    Join Date
    Jul 2007
    Posts
    132
    Plugin Contributions
    0

    Default Re: Reward Point Mod beta now available

    Andrew

    the update.swl does not work for me

    I initially got

    #1050 - Table 'reward_master' already exists
    so I skip that and now I get

    #1060 - Duplicate column name 'redeem_ratio'
    any ideas ?

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

    Default Re: Reward Point Mod beta now available

    NUllMind, if you updating from the last mod he posted to the thread here, then the only thing you need to run is:

    Code:
    RENAME TABLE `reward_point_history` TO `reward_status_track`;
    I don't think he has changed or adding anything else other than that line above from 1.03 to this one. That is all I changed and it's working alright execpt for the couple things I mentioned in my post above. Just remember, that if you use an extention in you database you need to add it to the above statement.

    Mine reads like this:
    Code:
    RENAME TABLE `zen_reward_point_history` TO `zen_reward_status_track`;
    Zen Cart: 1.3.8a
    PHP: 5.2.4
    MySQL: 5.0.45

    Pine Tree Candles

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

    Default Re: Reward Point Mod beta now available

    Quote Originally Posted by pinetreecandles View Post
    Looks like the global redeem is working...kind of. Take a look at these two screen shots.




    You can see in the admin pic (2) that the redeem value is $21.00 as it should be. However, when I go to make a purchase, it shows $0.00 on the Payment page for Value Rewards Points (pic 1). So it's showing correctly in the admin, but not on the checkout pages.

    It works fine with the Ty Package tracking mod. No modifications were needed to that mod.

    It does not work with the Better Together mod. I have two different things set up. One is buy one and get the other at 50% off. It's giving full redeem value for both. The other is buy one get another free. It's giving full value for both.

    I have it setup in admin to give 0 for free items and to use discount price and not base.

    It works fine when using Zens built in discount and sales mods, but not the Better Together or the Quantity discount mods.

    Other than that It all appears to work for me. Looking very nice.
    Dammit- the first issue was the Global Redeem problem we had earlier. I have updated this function.

    The Better Together mod seems to run its own set of tables so they would be "invisible" to the Reward Points mod as it only runs with the core ZenCart tables.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

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

    Default Re: Reward Point Mod beta now available

    Quote Originally Posted by hem View Post
    The Better Together mod seems to run its own set of tables so they would be "invisible" to the Reward Points mod as it only runs with the core ZenCart tables.
    Yeah I figured it has something to do with having different tables. It's fine for me. I will use what functionality you have put in and come up with a something that will work for me.
    Zen Cart: 1.3.8a
    PHP: 5.2.4
    MySQL: 5.0.45

    Pine Tree Candles

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

    Default Re: Reward Point Mod beta now available

    Okay- let's try again (no need to rerun update.sql- just rename reward_point_history to reward_status_track)
    Last edited by hem; 18 Apr 2008 at 01:51 PM.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  7. #237
    Join Date
    Jul 2007
    Posts
    132
    Plugin Contributions
    0

    Default Re: Reward Point Mod beta now available

    Quote Originally Posted by hem View Post
    Okay- let's try again (no need to rerun update.sql- just rename reward_point_history to reward_status_track)
    You the best mate, it now works with super orders, mass moving of invoices to the rewarded category works !!

  8. #238
    Join Date
    Aug 2006
    Posts
    231
    Plugin Contributions
    0

    Default Re: Reward Point Mod beta now available

    Now all I have left is keeping my fingers crossed that you will be able to do the referral thing soon.

    Once you get that done, my boss would be VERY happy...

  9. #239
    Join Date
    Aug 2006
    Posts
    231
    Plugin Contributions
    0

    Default Re: Reward Point Mod beta now available

    Questions from my boss (I was pretty sure of the answers, but I wanted to verify)

    1) He wants to make sure that Rewards Points cannot be used for Shipping. Is this correct?

    2) When purchasing something and using Rewards Points, does the use of RP reduce the number of RP gained (i.e. if I buy a $75 item, and use rewards points to reduce the cost by $5, do I get 70 RP or 75 RP?)

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

    Default Re: Reward Point Mod beta now available

    Quote Originally Posted by Rasyr View Post
    Now all I have left is keeping my fingers crossed that you will be able to do the referral thing soon.

    Once you get that done, my boss would be VERY happy...
    It's top of the wishlist. Once this latest version gets passed by you lot, I will post it as a full release mod and then I can start looking at the mod additions.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

 

 
Page 24 of 33 FirstFirst ... 142223242526 ... 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