Page 170 of 248 FirstFirst ... 70120160168169170171172180220 ... LastLast
Results 1,691 to 1,700 of 2475
  1. #1691
    Join Date
    Dec 2006
    Posts
    22
    Plugin Contributions
    0

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

    Is there a table or something to set my rewards?

    I want to allow 1 point per ever dollar spent
    I want each point to be worth ten cents ($.10)

    Where do I set this up? Or what settings to I need to find to set them up.

  2. #1692
    Join Date
    Sep 2010
    Posts
    1
    Plugin Contributions
    0

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

    As LisaVB. I too want to reward point per dollar. 1dollar=1point. I want to generate a gift card for 500points. Once gift card is generated, points should be deducted and customer has to come in person to store to collect the gift. He/She brings his GiftCardId or printed gift card. So that admin can logs into admin panel and checks the gift card Id and give customer a gift.

  3. #1693
    Join Date
    Mar 2009
    Location
    Seattle
    Posts
    13
    Plugin Contributions
    0

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

    PHP People - I need some help. I have Reward Points 140 installed. On the checkout_payment page, it displays in a DIV:

    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 you click continue.

    Current Reward Points:582 points earned ($582.00)

    Value of Redeemed Reward Points:$194.00 (194)
    Redeem Reward Points:


    I need to remove the display of the value of the points ($582.00) in the top line, and the "Value of Redeemed Reward Points:$194.00 " line completely as well as the "Redeem Reward Points:" line with either the checkbox or the field completely.

    All redeeming of points will be done a different way. I don't care about the math of points valuing, as long as it is hidden. I need to either remove ALL the lines except Current Reward Points (without the value) or remove this DIV entirely from the Checkout_payment page. When I try to comment out parts of ot_reward_points.php, it crashes the checkout process.

    Any guidance would be appreciated.

  4. #1694
    Join Date
    Dec 2007
    Location
    Belfast, N.Ireland
    Posts
    96
    Plugin Contributions
    0

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

    Quote Originally Posted by LisaVB View Post
    Is there a table or something to set my rewards?

    I want to allow 1 point per ever dollar spent
    I want each point to be worth ten cents ($.10)

    Where do I set this up? Or what settings to I need to find to set them up.
    Go to your Zen Cart Admin then
    Catalog menu
    Reward Points
    and set the "Global Reward Point Ratio" to 10.0000

    That should give you 10% of every dollar spent as Reward Points and 1 point = 1 cent. So for every dollar spent, the customer should get 10 Reward Points / 10 cents in value.

    This should give the same same value you want, and is the way I use it.

    If you really want each point to equal 10c then someone else may be able to help.

    Paul

  5. #1695
    Join Date
    Dec 2007
    Location
    Belfast, N.Ireland
    Posts
    96
    Plugin Contributions
    0

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

    Quote Originally Posted by sai1983 View Post
    I want to generate a gift card for 500points...
    Not sure if this mod can do that.

    Personally I would probably look at using Zen Cart's own Gift Voucher mod that comes with the cart.

  6. #1696
    Join Date
    Mar 2009
    Location
    Seattle
    Posts
    13
    Plugin Contributions
    0

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

    I need all Reward Points to be posted automatically as Earned, without having order status changes, etc.
    We will redeem the points off-line in a different manner. Using the Advanced/Order Status in the Admin doesn't change anything. All points still go to Pending and I must manually change them to Earned in Admin/Customers/Reward Points.

    I have messed with some of the functions, but only succeeded in crashing it. Is there a place where a few lines of code will put all points in the cart automatically to Earned?

  7. #1697
    Join Date
    Mar 2010
    Location
    The other side where the grass IS greener
    Posts
    30
    Plugin Contributions
    0

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

    any word on the edit orders working with rewards points?

  8. #1698
    Join Date
    Dec 2010
    Location
    Sydney
    Posts
    3
    Plugin Contributions
    0

    Default So frustrated!!

    First of all... MERRY CHRISTMAS EVERYONE!!
    this is the first time I have posted. I think I have the right forum... I apologise if it is not.
    I am using Reward Point full suite 1.33a

    All database tables have prefix zen_<tablename>
    I have a number of other mods installed - but this is the first one to generated the level of issues I have encountered.
    Modifications I made to the Original install readme instructions:
    1. modified CUSTOM folder name to "tvzen_jellyfish" in line with the template I am using.
    2. Changed table creation and table referances in new.sql to have "zen_" prefix "zen_configuration", "zen_configuration_group" and the three reward tables, master, customer points & status track eg "zen_reward_master"
    3. Modified 2 files "reward_points_filenames.php" located in "zc_admin\includes\extra_datafiles" and "includes\extra_datafiles" - Lines 6-9 added "zen_" to the table names after "DB_PREFIX ." eg "define('TABLE_REWARD_MASTER', DB_PREFIX . 'zen_reward_master');"

    Outcome:
    1. Configuration -> Reward Points works!
    2. Customers -> Reward Points throws an error
      1142 SELECT command denied to user 'admin_zc1'@'localhost' for table 'reward_customer_points'
      in:
      [UPDATE zen_zen.reward_customer_points cp, zen_zen.reward_status_track rp SET cp.pending_points=cp.pending_points-IFNULL((SELECT SUM(rp.reward_points) FROM zen_zen.reward_status_track rp WHERE cp.customers_id=rp.customers_id AND rp.status='0' AND rp.dateIf 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.
    3. Customers -> Group Reward Redeem throws an error
      1142 SELECT command denied to user 'admin_zc1'@'localhost' for table 'reward_master'
      in:
      [SELECT * FROM zen_zen.reward_master WHERE scope='0' AND scope_id='0';]
      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.
      The Group reward redeem error occurs within the ZEN Cart Admin construct, while the Reward Point error is a completely formless whitescreen within the browser.

    The thing I find strange about the errors is the reference to zen_zen.reward_master.
    The database name is not zen_zen, it is similar to database_zc and I don't know where it is getting this from. Plus... it is not referring to to the prefix => zen_reward_master... I think this may be from DB_PREFIX (but I don't know where this is defined.)
    If anyone can offer some words of assistance... I would be most apprecaitive!!

  9. #1699
    Join Date
    Dec 2010
    Location
    Sydney
    Posts
    3
    Plugin Contributions
    0

    Default Re: So frustrated!!

    Oh my!!
    I found it!!
    Developers ToolKit showed me where DB_PREFIX was defined!! yay!
    Then I realised that the files "reward_points_filenames.php" should not have been edited at all!!
    My frustration is over! :) yay!
    beautybybek.com.au (password=beauty)
    parentrooms.com.au

  10. #1700
    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 Kezza View Post
    any word on the edit orders working with rewards points?
    It works with the latest version but I don't know if that has been released yet.
    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