Page 64 of 248 FirstFirst ... 1454626364656674114164 ... LastLast
Results 631 to 640 of 2475
  1. #631
    Join Date
    Mar 2004
    Location
    Ontario, Canada
    Posts
    138
    Plugin Contributions
    6

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

    Quote Originally Posted by hem View Post
    Yes, that's the issue. Regular Paypal works. Paypal IPN (like Google Checkout) however does not use the same 'path' as any of the other payment methods and so the reward point mod never gets called.

    I've tried various ideas to affect a workaround but none of them have been satisfactory. At this stage I think the only way around it is to modify the core code for the Paypal IPN (and Google Checkout) payment modules.
    Hi Andrew, Is this something could be fixed in the next release? Thanks
    Chinese language pack
    Zen Cart plugins demo includes Ultimate SEO, Image Handler, Template Switch, Column Layout, Lightbox and Multi-Language EZ-Pages

  2. #632
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

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

    Quote Originally Posted by hem View Post
    The CREATE TABLE is there for completeness. Also if you upgrade from a version prior to v1.03a then it's a requirement. Unfortunately MySQL does not have a IF TABLE NOT EXIST directive. Don't worry about it, it will fail gracefully.

    To just apply the single change for this version copy and paste the following into Admin->Tools->SQL Patch. Note: This applies for this release only.

    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 'Limit maximum Customers on Listings''REWARD_POINTS_CUSTOMER_LIMIT''50''Set the maximum number of records to appear on each page under Customer Reward Point admininstration page.', @group_id'11'NULLnow(), NULL NULL); 

    Thank you so much the SQL update worked!

  3. #633
    Join Date
    Sep 2008
    Posts
    12
    Plugin Contributions
    0

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

    Hello. First up great stuff! Second.. How do i turn it off? it now shows
    -1 PRODUCT_REWARD_POINT_TAG in all my products.. is there a line i can remove ?

  4. #634
    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 LekeFly View Post
    Hello. First up great stuff! Second.. How do i turn it off? it now shows
    -1 PRODUCT_REWARD_POINT_TAG in all my products.. is there a line i can remove ?
    Just delete includes\templates\YOUR CUSTOM FOLDER\templates\tpl_product_info_display.php
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  5. #635
    Join Date
    May 2008
    Posts
    182
    Plugin Contributions
    0

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

    I have just installed the Easy sign up and log in mod and the checkout without account mod.
    The problem I have is that the Reward points mod is now ignoring the redeem maximum of 25% I had set up.
    It will now only redeem 25p.
    if I change it to 50% then it redeems 50p.

    I'm not using the latest release of reward points, using version 1.13a I think.
    www.candlewithcare.co.uk
    Luxury Scented
    Candles at great prices!

  6. #636
    Join Date
    May 2008
    Posts
    4
    Plugin Contributions
    0

    red flag Re: Reward Points Module- Live Release now available.

    Quote Originally Posted by hem View Post
    Already on the list (Reward Points- Advanced Redeem)
    excause me, that mean customer can choose they wanted how many points to spend include thire own total reward points ??

    thx

  7. #637
    Join Date
    Jun 2007
    Location
    Posadas, Misiones, Argentina
    Posts
    220
    Plugin Contributions
    0

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

    Andrew, I try to install the mod in my other store... and again... doesn't work...
    can you take a look there please?
    URL: http://www.littledreamswarehouse.com/shop
    Zen Version: 1.3.89h
    Zen Template: orange modified

  8. #638
    Join Date
    Jun 2007
    Location
    Posadas, Misiones, Argentina
    Posts
    220
    Plugin Contributions
    0

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

    me again... in the fist store where I installed... and you fix my problems...
    http://digiscrapsmania.com/tienda
    I try to edit the points of some customers, to give them points for your old orders:
    Customers/Rewards Point
    but there, I don't see all my customers, only 40 and I don't have way to change to the next page... something is wrong there...
    URL: http://www.littledreamswarehouse.com/shop
    Zen Version: 1.3.89h
    Zen Template: orange modified

  9. #639
    Join Date
    Jun 2007
    Location
    Posadas, Misiones, Argentina
    Posts
    220
    Plugin Contributions
    0

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

    I continue here....

    which is the difference between pending points and earned points?

    I can't understand why in some orders give pending points and in other earned...

    I have an order, where said: reward points earned: 2, but when I go to Customers/Reward Points, that customer have earned 0, pending 0

    In other case, I have an order with: reward points earned: 1, but when I go to Customers/Reward Points, that customer have earned 0, pending 1

    someone who use the mod can explain me? thanks in advance...
    URL: http://www.littledreamswarehouse.com/shop
    Zen Version: 1.3.89h
    Zen Template: orange modified

  10. #640
    Join Date
    Jan 2008
    Location
    Warner Robins, GA
    Posts
    32
    Plugin Contributions
    1

    Default -1 showing for products set to radio of 0

    After upgrading from v1.13 we have run into the issue of products that have a ratio of 0 display "-1 Reward Points". I have attempted to set the radio all the way down to the individual product the same results. While I could modify the code to force a 0 to be displayed in place of the -1, I feel it is better to find out where the -1 is coming from.

 

 

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