Page 226 of 248 FirstFirst ... 126176216224225226227228236 ... LastLast
Results 2,251 to 2,260 of 2475
  1. #2251
    Join Date
    Feb 2013
    Posts
    45
    Plugin Contributions
    0

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

    Hi,

    I have this module up and running and I love it!!! Thank you thank you thank you!

    I have one more question. On the product page the red text really stands out on my page, does anyone know where to modify the color of this text? The size is too large also, compared to the text of the price. I want to make it a bit smaller as well....

    Thanks in advance for your help.

  2. #2252
    Join Date
    Jan 2013
    Posts
    11
    Plugin Contributions
    0

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

    Hi, I installed via the upload from my computer and chose the new.sql
    it seemed to install most of it.. I can see the following
    Admin>Configuration>Reward Point Configuratioin
    Admin>Catalog>Reward Points
    Admin>Customers>Group Reward Redeem
    Admin>Customers>Reward Points

    What I dont see is the Admin>Tools>Layout Boxes Controller (Shopping Cart with Rewards' sidebox ) or the ("Reward Points" sidebox)
    nor do they seem to work when I make a sale.. there is no indication in the shopping cart that reward points are being earned.
    then after the sale I checked the customers/reward points and there are no pending points.

    not sure what to do
    any help would be appreciated

  3. #2253
    Join Date
    Jan 2013
    Posts
    11
    Plugin Contributions
    0

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

    oh ok I found where I have to install the module and the reward points are showing up now... sorry for the post....

    but The Layout boxes are still not there .....

  4. #2254
    Join Date
    Nov 2012
    Posts
    11
    Plugin Contributions
    0

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

    Hello I have installed it on 1.3.9 zencart shop but now doesn't work the new sql patch
    i get a vaule message what can i do now ?
    i get this message


    1062 Duplicate entry '0-0' for key 'unique_id'
    in:
    [INSERT INTO reward_master (rewards_products_id ,scope ,scope_id ,point_ratio ,bonus_points, redeem_ratio, redeem_points) VALUES (NULL , '0', '0', '1.0000', NULL, 0.01, NULL);]
    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.

  5. #2255
    Join Date
    Apr 2013
    Posts
    3
    Plugin Contributions
    0

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

    hey,

    i installed the Reward Points Module for zen-cart 1.5.0.
    The test costumer buy something and it will be count right.

    Now I have 3 questions:

    How can i offer my costumers the discount?
    I can see nothing in "Step 1 of 2 - Payment Information"

    If the points are used, they stay or disappear?
    Can not test it now.

    Can I add a small refID system?


    And one Problem:

    When I open "Customer Reward Points Admin"
    i see index: ...
    WARNING: An Error occurred, please refresh the page and try again.

    ID Last Name ...

    but no costumers only the error.

    i hope somebody can help.

  6. #2256
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

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

    Check your debug logs in /logs and see what is showing when you get that error, they are date stamped ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  7. #2257
    Join Date
    Apr 2013
    Posts
    3
    Plugin Contributions
    0

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

    In my logs i can see:

    [29-Apr-2013 10:17:34] PHP Fatal 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 'REWARD_POINTS_CUSTOMER_LIMIT' at line 1 :: select c.customers_id, c.customers_lastname, c.customers_firstname, c.customers_group_pricing, r.pending_points, r.reward_points, gp.group_name, rm.redeem_ratio from customers as c LEFT JOIN (reward_customer_points as r) ON (r.customers_id=c.customers_id) LEFT JOIN(group_pricing as gp) ON (gp.group_id=c.customers_group_pricing) LEFT JOIN(reward_master as rm) ON ((c.customers_group_pricing!=0 AND rm.scope=3 AND rm.scope_id=c.customers_group_pricing) OR (c.customers_group_pricing=0 AND rm.scope=0 AND rm.scope_id=0)) WHERE c.customers_lastname LIKE 'A%' ORDER BY c.customers_id, c.customers_lastname LIMIT REWARD_POINTS_CUSTOMER_LIMIT; in /home/..../db/mysql/query_factory.php on line 101

  8. #2258
    Join Date
    Aug 2011
    Posts
    7
    Plugin Contributions
    0

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

    Does anyone knows how to fix this annoying error for my 1.3.9h zen cart

    Warning: Invalid argument supplied for foreach() in /home/cdsfds/public_html/includes/functions/extra_functions/reward_points_functions.php on line 314

    I keep seeing after i installed reward points - everything seems to work properly but i keep seeing it during checkout procedure and in the error logs

    I know others also have this problem but i have not found somewhere a solution for it

    Please anyone help

  9. #2259
    Join Date
    Jun 2008
    Posts
    627
    Plugin Contributions
    0

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

    Hi

    I have moved the login links to the head wrapper section in tpl_header.php. I'm trying to include the reward points in there too. I have been examining the code in tpl_header.php as examples to accomplish this without any luck. I tried adding the sidebox code in there which didn't work either. Is it possible to get the reward points to display in the head wrapper? Any help much appreciated.

    thanks

    zen cart 1.3.9b
    Reward Points Full Suite

  10. #2260
    Join Date
    Jul 2006
    Posts
    60
    Plugin Contributions
    0

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

    Hello,

    I'm sorry if this is posted in the wrong place.

    I installed reward_point_full_suite_2.1b and it works fine with single prices, but if you have qty discounts it does not give the correct points, it still calculates the points at the single purchase price. so for example:

    1-3 8.99
    4-10 7.99

    if i purchase 10 it will give me the points for the 8.99 price instead of the 7.99 price.
    Last edited by MadPricerSales; 25 May 2013 at 03:56 PM. Reason: removed quote

 

 

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