Page 74 of 248 FirstFirst ... 2464727374757684124174 ... LastLast
Results 731 to 740 of 2475
  1. #731
    Join Date
    Aug 2008
    Posts
    17
    Plugin Contributions
    0

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

    Quote Originally Posted by hem View Post
    You have an empty first line somewhere in one of your ZenCart files. Check this article for info on how to fix this: https://www.zen-cart.com/tutorials/index.php?article=87
    I looked at this file and there are no extra lines.



    If anyone that has set this up prior, I would be willing to pay to have my set up completed. The errors I'm receiving are all listed above. Please, PM me if you're willing.

  2. #732
    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 jb2233 View Post
    Hi Andrew,

    I am new and quite rookie regarding SQL. I have a new -- and working -- installation of zen cart. What is the exact script that I need to type into the "Install SQL Patches" window in order to run the 'new.sql' file?

    Thank you much
    Jay
    Where it says "Upload file" click on the browse button and select the file from there.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

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

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

    Hi Andrew

    In Customers/Reward Points

    I only can see my first 40 customers to edit it and give them manually their points.

    If I make a search, for example, looking the customer 41, I can edit it, I obtain this error:

    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND status=0 ORDER BY date DESC LIMIT 12' at line 1
    in:
    [SELECT rewards_id, orders_id, date, reward_points, status FROM zen_reward_status_track WHERE customers_id= AND status=0 ORDER BY date DESC LIMIT 12;]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    can you please help me?

    thanks
    URL: http://www.littledreamswarehouse.com/shop
    Zen Version: 1.3.89h
    Zen Template: orange modified

  4. #734
    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 mipavluk View Post
    Hi Andrew

    In Customers/Reward Points

    I only can see my first 40 customers to edit it and give them manually their points.

    If I make a search, for example, looking the customer 41, I can edit it, I obtain this error:

    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND status=0 ORDER BY date DESC LIMIT 12' at line 1
    in:
    [SELECT rewards_id, orders_id, date, reward_points, status FROM zen_reward_status_track WHERE customers_id= AND status=0 ORDER BY date DESC LIMIT 12;]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    can you please help me?

    thanks
    That issue was sorted out in v1.22- http://www.omnicia.com/Zencart%20Rew...s%20Module.zip
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

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

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

    I need execute the update.sql
    and update all the files?
    URL: http://www.littledreamswarehouse.com/shop
    Zen Version: 1.3.89h
    Zen Template: orange modified

  6. #736
    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 mipavluk View Post
    I need execute the update.sql
    and update all the files?
    Look for the previous post here that just shows the update and execute that.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  7. #737
    Join Date
    Jan 2009
    Posts
    2
    Plugin Contributions
    0

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

    Hi Hem.
    I am new to zencart and i really like this module of yours. However i seems to be unable to install this module into my zencart. So i was wondering is there any specific steps to install this module successfully? Help would be greatly appreciated. Thank you

  8. #738
    Join Date
    Jun 2008
    Posts
    29
    Plugin Contributions
    0

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

    Hi,

    I have checked every where - the php files have the correct wording, I have copied all the files over again and I still get this.

    Reward Points You may click to redeem any collected Reward Points. Your redeemed points will be applied to the total and reflected in your cart after to click continue.

    Current Reward Points:
    90 CUSTOMER_EARNED_POINT_TAG
    Minimum required to redeem:
    1000 MINIMUM_POINT_LEVEL_TAG

    Value of Redeemed Reward Points:
    AU$0.90

    Redeem Reward Points:
    Not enough points to redeem.

    This is from the reward_points.php file:

    <?php
    define('BOX_REWARD_POINTS', 'Reward Points');

    define('PRODUCT_REWARD_POINT_TAG', 'reward points');
    define('REWARD_POINTS_IN_CART_TAG', 'reward points in cart');
    define('CUSTOMER_EARNED_POINT_TAG', 'points earned');
    define('CUSTOMER_PENDING_POINT_TAG', 'points pending');
    define('MINIMUM_POINT_LEVEL_TAG', 'points minimum');
    define('MAXIMUM_POINT_LEVEL_TAG', 'points maximum');
    define('CUSTOMER_TOTAL_POINT_TAG', 'points total');
    define('NO_REWARD_POINTS_IN_CART_TAG','No points earned yet on current order.');
    define('CUSTOMER_NOT_LOGGED_IN_TAG','Log in to see how many reward points you have already earned');
    define('REWARD_POINT_TITLE','Reward Points');
    define('REWARD_POINT_PROMPT','Total Reward Points: ');
    ?>
    Whats to Buy - The Biggest Online Shopping Site
    Grab a Bargain Now

  9. #739
    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 djjase View Post
    Hi,

    I have checked every where - the php files have the correct wording, I have copied all the files over again and I still get this.

    Reward Points You may click to redeem any collected Reward Points. Your redeemed points will be applied to the total and reflected in your cart after to click continue.

    Current Reward Points:
    90 CUSTOMER_EARNED_POINT_TAG
    Minimum required to redeem:
    1000 MINIMUM_POINT_LEVEL_TAG

    Value of Redeemed Reward Points:
    AU$0.90

    Redeem Reward Points:
    Not enough points to redeem.

    This is from the reward_points.php file:

    <?php
    define('BOX_REWARD_POINTS', 'Reward Points');

    define('PRODUCT_REWARD_POINT_TAG', 'reward points');
    define('REWARD_POINTS_IN_CART_TAG', 'reward points in cart');
    define('CUSTOMER_EARNED_POINT_TAG', 'points earned');
    define('CUSTOMER_PENDING_POINT_TAG', 'points pending');
    define('MINIMUM_POINT_LEVEL_TAG', 'points minimum');
    define('MAXIMUM_POINT_LEVEL_TAG', 'points maximum');
    define('CUSTOMER_TOTAL_POINT_TAG', 'points total');
    define('NO_REWARD_POINTS_IN_CART_TAG','No points earned yet on current order.');
    define('CUSTOMER_NOT_LOGGED_IN_TAG','Log in to see how many reward points you have already earned');
    define('REWARD_POINT_TITLE','Reward Points');
    define('REWARD_POINT_PROMPT','Total Reward Points: ');
    ?>
    Did you try the Reward Point Diagnostic? It would appear that the file is in the wrong location.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  10. #740
    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 zhengda View Post
    Hi Hem.
    I am new to zencart and i really like this module of yours. However i seems to be unable to install this module into my zencart. So i was wondering is there any specific steps to install this module successfully? Help would be greatly appreciated. Thank you
    Just follow the steps in the readme.txt file- It's in the root of the zip file.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

 

 

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