Page 70 of 248 FirstFirst ... 2060686970717280120170 ... LastLast
Results 691 to 700 of 2475
  1. #691
    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.

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

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

  4. #694
    Join Date
    Oct 2007
    Posts
    41
    Plugin Contributions
    0

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

    Thank you for your hard work.

    Merry Xmas and happy new year

  5. #695
    Join Date
    Dec 2008
    Location
    sLOVEnia
    Posts
    18
    Plugin Contributions
    0

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

    hem: I really must tell you that your mod is excelent and thank you for all the work you have done on it. I hope you had a merry Xmas, you deserved it

    I've read many pages in this thread, but couldn't find this question. I'm using ZenCart 1.3.6. (done some heavy modification on it and don't have that much time to migrate it to 1.3.8) and managed to install the mod. It shows the points and everything looks ok, the admin section works perfectly, I can assign points and everything. There is just one problem - customer doesn't get the points after making an order, neither pending or rewarded. I'm not using paypal IPN, it was tested on COD and on Invoice, I also use another payment method called Moneta, but first we have to make it work on COD Anybody have any idea why this happens?

    Bye, Crt

  6. #696
    Join Date
    Sep 2007
    Posts
    128
    Plugin Contributions
    0

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

    Hello Andrew,

    I loaded all of the Rwards files into the root folder and then ran the "new.sql" patch under Admin>Tools>Install SQL Patches and the Rewards Mod does not show up.

    2 things: I am still learning Zen and am not quite sure where in my template to load the "custom" folders and I have (for security) changed the name of the Admin folder.

    Any ideas where I am screwing up?

    Alan

  7. #697
    Join Date
    Sep 2007
    Posts
    128
    Plugin Contributions
    0

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

    Update,
    I did find the Rewards points under Modules>Order Total and installed both entries.

    Any help as to why it is not showing up in the layout box controller field???

    Alan

  8. #698
    Join Date
    Dec 2008
    Location
    sLOVEnia
    Posts
    18
    Plugin Contributions
    0

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

    includes\languages\english\extra_definitions\custom
    goes to
    includes\languages\english\extra_definitions\

    includes\modules\sideboxes\custom
    goes to
    includes\modules\sideboxes

    includes\templates\custom
    goes to
    includes\templates\your_template

    I think thats all.

  9. #699
    Join Date
    Sep 2007
    Posts
    128
    Plugin Contributions
    0

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

    trigi,
    Thank you for the help!!!! Very much appreciated.
    I place the "custom" rewards folders in the locations you directed and still I am not seeing the Rewards sidebox in the Layout box controller screen. I ran the "new" sql prior to your directions, should I rerun it? Or is there something else I should check?

    Alan

  10. #700
    Join Date
    Dec 2008
    Location
    sLOVEnia
    Posts
    18
    Plugin Contributions
    0

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

    Hmmm ... maybe you should look into ADMIN on the layout sceen there is a path where all the sideboxes are stored.
    Copy all the files (two to be exact) into that folder, they should appear right away, without any changes in the database.

    Bye, Crt

 

 

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

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