Page 12 of 33 FirstFirst ... 2101112131422 ... LastLast
Results 111 to 120 of 323
  1. #111
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Reward Point Mod beta now available

    Quote Originally Posted by Godowsky View Post
    Hello. Very Nice mod. but i have a problem.. dont know how to exit also because none seems to have it. Everything is working but in the admin area i cant see the menu entry. At its place i see only after configuration:
    BOX_REWARD_POINTS, 'link' => zen_href_link(ADMIN_FILENAME_REWARD_POINTS, '', 'NONSSL')); ?>
    and there is no entry in catalog. I checked a lot of times and i placed all the files in the correct folder. any ideas? thanks
    Check this file admin/includes/boxes/èxtra_boxes/reward_points_catalog_dhtml.php- it should read

    PHP Code:
    <?
      $za_contents[] = array('text' => BOX_REWARD_POINTS, 'link' => zen_href_link(ADMIN_FILENAME_REWARD_POINTS, '', 'NONSSL'));
    ?>
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  2. #112
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Reward Point Mod beta now available

    Ignore previous post- the edit didn't work

    Quote Originally Posted by hem View Post
    Check this file admin/includes/boxes/èxtra_boxes/reward_points_catalog_dhtml.php- it should read

    PHP Code:
    <?php
      $za_contents
    [] = array('text' => BOX_REWARD_POINTS'link' => zen_href_link(ADMIN_FILENAME_REWARD_POINTS'''NONSSL'));
    ?>
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  3. #113
    Join Date
    Mar 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: Reward Point Mod beta now available

    yes... it's written in that way... not working for me..i didnt make any modification to the original zen cart files..

  4. #114
    Join Date
    Mar 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: Reward Point Mod beta now available

    okey.. some "<?php" were missing.. but they are missing in the original package.

  5. #115
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Reward Point Mod beta now available

    Quote Originally Posted by Godowsky View Post
    okey.. some "<?php" were missing.. but they are missing in the original package.
    Correct- They should be '<?php'- I'll change them for the next release.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  6. #116
    Join Date
    Jan 2007
    Posts
    49
    Plugin Contributions
    0

    Default Re: Reward Point Mod beta now available

    Quote Originally Posted by hem View Post
    Add a Config item which allows reward points only to be redeemed against other products and not shipping???
    actually I was talking about the product. When someone redeems points (example on my site a camcorder $900)

    They have enough points to buy a $900 camcorder. I need to pay for that product somewhere, but the reward points really have no money value. So i have to pay for the camcorder at my own expense (says my cost $600 for the camcorder). I was just looking for Idea's on how to offset this. my thought on how i would do this is:

    customer earns 5000 reward points on an order, which translate to $50. I would just take $50 from my profit of that order and put in a high interest savings, until the customer actually used the points, plus I would be earning interest.

    So just wondering how others are doing this. : )

  7. #117
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Reward Point Mod beta now available

    huh? give them a reasonable percent only. Say 10% or 5% of the total (depends on your percent of profit)
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  8. #118
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Reward Point Mod beta now available

    Quote Originally Posted by JC67 View Post
    actually I was talking about the product. When someone redeems points (example on my site a camcorder $900)

    They have enough points to buy a $900 camcorder. I need to pay for that product somewhere, but the reward points really have no money value. So i have to pay for the camcorder at my own expense (says my cost $600 for the camcorder). I was just looking for Idea's on how to offset this. my thought on how i would do this is:

    customer earns 5000 reward points on an order, which translate to $50. I would just take $50 from my profit of that order and put in a high interest savings, until the customer actually used the points, plus I would be earning interest.

    So just wondering how others are doing this. : )
    If you think about it- if you are using the default values (1 point per $1 and 1 cent when redeeming) all you are really doing is giving them a 1% discount. In order for someone to buy $900 item using only reward points they would have had to have spent $90,000 at your store- And that's the kind of customer you want to keep
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  9. #119
    Join Date
    Jan 2007
    Posts
    49
    Plugin Contributions
    0

    Default Re: Reward Point Mod beta now available

    Quote Originally Posted by hem View Post
    If you think about it- if you are using the default values (1 point per $1 and 1 cent when redeeming) all you are really doing is giving them a 1% discount. In order for someone to buy $900 item using only reward points they would have had to have spent $90,000 at your store- And that's the kind of customer you want to keep

    So true!

  10. #120
    Join Date
    Feb 2008
    Location
    West Virginia
    Posts
    137
    Plugin Contributions
    0

    Default Re: Reward Point Mod beta now available

    Quote Originally Posted by hem View Post
    PTC- thanks to you and JC for covering while I was away. I'm back now.

    I've attached an interim fix for the incorrect reward points problem. I'm currently coding the "Reward Point/Order State change" functionallity which will allow store admins to decide which of the Order Status's make reward points pending and which make reward points earned (and which to ignore- like "Update"). I've also coded in your "Remove Sidebox When Empty and/or Not Signed In"
    Thanks for the fix! However, there is an error in the tpl_reward_points.php

    Change this:
    Code:
    $reward_points+=getRewardPoints($product['id']))*$product['quantity'];
    To this:
    Code:
    $reward_points+=getRewardPoints($product['id'])*$product['quantity'];
    Looks like the one line had an extra ) in it.

    Works fine now for me.

    Thanks again andy.
    Zen Cart: 1.3.8a
    PHP: 5.2.4
    MySQL: 5.0.45

    Pine Tree Candles

 

 
Page 12 of 33 FirstFirst ... 2101112131422 ... LastLast

Similar Threads

  1. v150 Adding a reward point module/add-on
    By dawneprochilo in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 10 Nov 2013, 05:16 PM
  2. Zen Cart v1.5.0 BETA release now available
    By DrByte in forum Zen Cart Release Announcements
    Replies: 11
    Last Post: 7 Oct 2011, 08:51 PM
  3. bug reported in reward point module
    By smart_pro in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 26 Mar 2009, 10:57 AM
  4. Error after installing reward point module
    By trisha33 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 15 Feb 2009, 11:27 PM

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