Page 23 of 33 FirstFirst ... 132122232425 ... LastLast
Results 221 to 230 of 323
  1. #221
    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 NullMind View Post
    Haha .. foudn the cupilt

    Only products on SPECIAL pricing show points .. products NOT on sale do not

    Bug ?
    Can't reproduce it- check out the attached images- They show the same item with Base Price, Sale Price and Special Price and the Reward Points are being calculated correctly.
    Last edited by hem; 18 Apr 2008 at 01:51 PM.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

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

    Default Re: Reward Point Mod beta now available

    Quote Originally Posted by hem View Post
    Can't reproduce it- check out the attached images- They show the same item with Base Price, Sale Price and Special Price and the Reward Points are being calculated correctly.

    the the pics you showed had some kind of sale (see the 185 crossed on all 3)

  3. #223
    Join Date
    Jul 2007
    Posts
    132
    Plugin Contributions
    0

    Default Re: Reward Point Mod beta now available

    ... hang on

  4. #224
    Join Date
    Jul 2007
    Posts
    132
    Plugin Contributions
    0

    Default Re: Reward Point Mod beta now available

    Andrew

    If I rever to the default reward_points_function.php the points how up, but it's basically liek turning off "Adjust Reward Points for Sales/Specials"

    you can see it here how it works when Adjust Reward Points for Sales/Specials is ON




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

    Default Re: Reward Point Mod beta now available

    Ah- found it now- I was looking in the wrong place.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

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

    Default Re: Reward Point Mod beta now available

    1.03b (bugfix version of final beta)

    Renamed 'reward_point_history' table to 'reward_status_track' to better describe its job.
    Added Status Syncing and removed all core code dependencies.
    Fixed base price not being used correctly when Sale/Specials in use.
    Fixed Global Redeem not displaying under Admin->Customers->Redeem Points
    Fixed issue with Transfer All Earned to Pending not working correctly
    Added calculations for Discounted/Special/Free Reward Points.

    Extra instructions

    This version is the core code friendly version and doesn't modify or change any other file. I'm particularly interested in any feedback from users of mods such as Quick and Easy Checkout and the like.

    If you have installed a previous version of this mod and changed the order.php you will need to reload your order.php to the pre-install version. Failure to do this will give unexpected results in the reward points.

    Take note of the following from the readme.txt

    3. Run the appropriate sql file using Admin->Tools->Install SQL Patch

    3.1 If you are installing this mod for the first time use 'new.sql'

    3.2 If you are updating this mod from a previous version use 'update.sql'

    3.2.1 If you use table prefixes in ZenCart you will need to manually rename 2 Reward Point Mod tables:

    3.2.1.1 Rename 'yourprefix_reward_product_points' to 'yourprefix_reward_master'

    3.2.1.2 Rename 'yourprefix_reward_point_history' to 'yourprefix_reward_status_track'
    Last edited by hem; 17 Apr 2008 at 03:51 PM.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

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

    Default Re: Reward Point Mod beta now available

    Sheesh, I get sick for a few days and look at all the changes

    Guess I will get busy and check things out. Thanks again Andy!
    Zen Cart: 1.3.8a
    PHP: 5.2.4
    MySQL: 5.0.45

    Pine Tree Candles

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

    Default Re: Reward Point Mod beta now available

    Hey PTC, hope you are okay now- Was a little under the weather myself but that was birthday-related-self-inflicted.

    You use some form of Transaction Tracker mod don't you??? I would be interested in any feedback you have with this version of RP working alongside it.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  9. #229
    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
    Hey PTC, hope you are okay now- Was a little under the weather myself but that was birthday-related-self-inflicted.

    You use some form of Transaction Tracker mod don't you??? I would be interested in any feedback you have with this version of RP working alongside it.
    Yes I do. I will let you know how it goes. Installing the mod now.
    Zen Cart: 1.3.8a
    PHP: 5.2.4
    MySQL: 5.0.45

    Pine Tree Candles

  10. #230
    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 NullMind View Post
    actually, I was just looking at it, and i'm sorry, my custom cart_sidebox is all on the CSS .. so the code is the same as the default one

    basically what I'd liek is to instead of just having



    I'd liek the entire info that is available on

    tpl_reward_points (sidebox)
    The easiest would be to copy and paste the code from tpl_reward_points into your custom code. The only line you would need to change would be:

    PHP Code:
    $content='<div id="'.str_replace('_''-'$box_id 'Content').'" class="sideBoxContent">'
    add a full stop after '$content' and before the '=' so it reads:

    PHP Code:
    $content.='<div id="'.str_replace('_''-'$box_id 'Content').'" class="sideBoxContent">'
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

 

 
Page 23 of 33 FirstFirst ... 132122232425 ... 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

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