Page 91 of 248 FirstFirst ... 41818990919293101141191 ... LastLast
Results 901 to 910 of 2475
  1. #901
    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 jmelwak View Post
    also where it should say reward points on the site it says PRODUCT_REWARD_POINT_TAG
    any ideas why its not pulling the tag?
    Check includes\languages\english\extra_definitions\YOUR CUSTOM FOLDER\reward_points.php
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  2. #902
    Join Date
    Jul 2007
    Posts
    64
    Plugin Contributions
    0

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

    Quote Originally Posted by hem View Post
    Check includes\languages\english\extra_definitions\YOUR CUSTOM FOLDER\reward_points.php
    i did, it shows correctly in that file but not on my site,?!?!?!?!?

  3. #903
    Join Date
    Jul 2007
    Posts
    64
    Plugin Contributions
    0

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

    Quote Originally Posted by hem View Post
    Check includes\languages\english\extra_definitions\YOUR CUSTOM FOLDER\reward_points.php
    can you look here??

    \http://happypandatoys.com/index.php?...roducts_id=185

  4. #904
    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 jmelwak View Post
    My guess is that you have more than one theme/skin loaded on your site. Have run tried running RPD? Instructions are in the readme.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  5. #905
    Join Date
    Jul 2007
    Posts
    64
    Plugin Contributions
    0

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

    i have downloaded that file but there are no instructions in the zip....

  6. #906
    Join Date
    Jul 2007
    Posts
    64
    Plugin Contributions
    0

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

    can you tell me in the code where i can just hide the points tag next to the product... i dont want it to show how many points you get next to the product.... is this possible?

  7. #907
    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 jmelwak View Post
    i have downloaded that file but there are no instructions in the zip....
    The instructions are in the original readme.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  8. #908
    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 jmelwak View Post
    can you tell me in the code where i can just hide the points tag next to the product... i dont want it to show how many points you get next to the product.... is this possible?
    If you delete the custom product display page from your custom templates directory then it will return to normal.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  9. #909
    Join Date
    May 2009
    Posts
    1
    Plugin Contributions
    0

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

    Hello-

    I think this mod is great, kudos. Just having a bit of a problem installing it. SQL Databases...what else is new? Ha okay so this is on my "test" site...

    I dropped all of the files correctly, and when I go to import new.sql through mysql i recieve an error:

    Error

    SQL query:

    REPLACE INTO `configuration_group` (
    `configuration_group_id` ,
    `configuration_group_title` ,
    `configuration_group_description` ,
    `sort_order` ,
    `visible`
    )
    VALUES (
    NULL , 'Reward Points', 'Reward Point Module Configuration', '50', '1'
    );

    MySQL said: Documentation
    #1146 - Table 'falkore1_zc1.configuration_group' doesn't exist
    I use the prefix zen_ for all of my databases so I renamed the 3 tables accordingly. I have:

    zen_reward_customer_points
    zen_reward_master
    zen_reward_status_track

    For the configuration_group table I think we are looking for is called:

    zen_configuration_group

    THEN...

    I think this error is from the above problem, but this may be different. This is what I get when I go to the admin panel and click Customer Reward Points Admin

    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
    in:
    [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 zen_customers as c LEFT JOIN (zen_reward_customer_points as r) ON (r.customers_id=c.customers_id) LEFT JOIN(zen_group_pricing as gp) ON (gp.group_id=c.customers_group_pricing) LEFT JOIN(zen_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 'G%' ORDER BY c.customers_lastname LIMIT REWARD_POINTS_CUSTOMER_LIMIT;]
    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.
    Any help would be greatly appreciated!

    Cheers

    Ryan
    falkoreclothing.com
    falkoreclothing.com/shop -- test site trying to install addon on.

  10. #910
    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 falkore View Post
    Hello-

    I think this mod is great, kudos. Just having a bit of a problem installing it. SQL Databases...what else is new? Ha okay so this is on my "test" site...

    I dropped all of the files correctly, and when I go to import new.sql through mysql i recieve an error:



    I use the prefix zen_ for all of my databases so I renamed the 3 tables accordingly. I have:

    zen_reward_customer_points
    zen_reward_master
    zen_reward_status_track

    For the configuration_group table I think we are looking for is called:

    zen_configuration_group

    THEN...

    I think this error is from the above problem, but this may be different. This is what I get when I go to the admin panel and click Customer Reward Points Admin



    Any help would be greatly appreciated!

    Cheers

    Ryan
    falkoreclothing.com
    falkoreclothing.com/shop -- test site trying to install addon on.
    Install it under Admin -> Tools -> SQL Patch. ZenCart will auto-add the prefixes.
    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