Results 1 to 10 of 2475

Hybrid View

  1. #1
    Join Date
    Sep 2007
    Posts
    12
    Plugin Contributions
    1

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

    You said that others have got it to work so I searched the forum for any instructions on how to fix the module, but I couldn't find anything.

    Is there any idea when that problem may be fixed?

    It is really too bad, the module seems great in every other respect. If I am not mistaken the most popular payment module is PayPal IPN.

    By the way, does PayPal website payments pro work ok?

    Thanks for your quick responses.

    David Bal
    www.DJMagicCards.com

  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 DJMagicCards View Post
    You said that others have got it to work so I searched the forum for any instructions on how to fix the module, but I couldn't find anything.

    Is there any idea when that problem may be fixed?

    It is really too bad, the module seems great in every other respect. If I am not mistaken the most popular payment module is PayPal IPN.

    By the way, does PayPal website payments pro work ok?

    Thanks for your quick responses.

    David Bal
    www.DJMagicCards.com
    The problem is at the PayPal end so really it is up to them. And you can use any of the other PayPal payment methods, it's only IPN that does not work.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  3. #3
    Join Date
    Oct 2007
    Location
    Edinburgh, Scotland
    Posts
    243
    Plugin Contributions
    1

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

    Apologies if this is written somewhere, i haven't been able to find it. Does this module allow you to award points for actions such as 'customer reviews' or 'tell a friend'.

    Thanks.

  4. #4
    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 fergusmacdonald View Post
    Apologies if this is written somewhere, i haven't been able to find it. Does this module allow you to award points for actions such as 'customer reviews' or 'tell a friend'.

    Thanks.
    Not as such, though you can manually add points to people who do these things.

    I seem to remember a Reward for Referral request on the wishlist. Should have another look at it over the Christmas break.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  5. #5
    Join Date
    Oct 2007
    Location
    Edinburgh, Scotland
    Posts
    243
    Plugin Contributions
    1

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

    Quote Originally Posted by hem View Post
    Not as such, though you can manually add points to people who do these things.

    I seem to remember a Reward for Referral request on the wishlist. Should have another look at it over the Christmas break.
    Thanks for getting back to me. Great, i look forward to this feature being added.

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

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

    v1.22 now available- This will be the last minor release (barring any bugs) before the next major update (and writing of the manual).

    1.22a
    Improved rounding function so no negative values are returned.
    Added 'Display Product Reward Points if Zero' configuration item.
    Added New Account Points Award.
    For those of you that prefer the MySQL change snippet- here it is:

    PHP Code:
    SET @group_id '';
    SELECT (@group_id := `configuration_group_id`) FROM `configuration_groupWHERE `configuration_group_titleLIKE 'Reward Points';

    REPLACE INTO `configuration
    (`
    configuration_id` ,`configuration_title` ,`configuration_key` ,`configuration_value` ,`configuration_description` ,`configuration_group_id` ,`sort_order` ,`last_modified` ,`date_added` ,`use_function` ,`set_function`)
    VALUES (NULL 'Display Products Reward Points When Zero''REWARD_POINTS_ALWAYS_DISPLAY''1''Set whether a products reward points are displayed when zero.<br />0= Don\'t display 0 Reward Points.<br />1= Always display reward points even when zero.', @group_id'12'NULLnow(), NULL 'zen_cfg_select_option(array(''0'', ''1''), ');

    REPLACE INTO `configuration
    (`
    configuration_id` ,`configuration_title` ,`configuration_key` ,`configuration_value` ,`configuration_description` ,`configuration_group_id` ,`sort_order` ,`last_modified` ,`date_added` ,`use_function` ,`set_function`)
    VALUES (NULL 'Set New Account Reward Points''REWARD_POINTS_NEW_ACCOUNT_REWARD''0''Set the amount of points awarded to a customer when an account is created. The points can either be added to \'Earned\' which will allow the customer to redeem the points straight away; Or the points can be added to \'Pending\' in which case the customer will receive the points after their first successful order.', @group_id'13'NULLnow(), 'UseRewardPointNewAccountAwardFunction' 'SetRewardPointNewAccountAwardFunction('); 
    It's available from here:

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

    It should be up in contribs shortly.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

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

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

    Announcement

    With the announcement of v2.0.0 of ZenCart imminent I'm going to postpone any further major mods and work on migrating this mod to the new version. I'll still be doing debug versions if needed.

    Anyway, everyone have a good Christmas and thanks for all your help and feedback for the Reward Point module.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  8. #8
    Join Date
    Jul 2009
    Posts
    103
    Plugin Contributions
    0

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

    Hem:

    Quote Originally Posted by hem View Post
    I seem to remember a Reward for Referral request on the wish-list. Should have another look at it over the Christmas break.
    Did you ever get to look at this? Would be really nice functionality to have. I was thinking along the lines of using a "discount coupon" somehow as the basis for this?

    Cheers

    Cliff

 

 

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