Page 160 of 248 FirstFirst ... 60110150158159160161162170210 ... LastLast
Results 1,591 to 1,600 of 2475
  1. #1591
    Join Date
    Jul 2007
    Posts
    38
    Plugin Contributions
    0

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

    Actually, in my store it works a bit different.. Discounted products would be normal products (showing as SRP products on my site) but my members will have discount coupons to enter during check-out to enjoy the lower price..

    So, in this case, is there a way to limit rewards accrual (and maybe even redemption) only on sales that do not have a discount coupon applied to it?

  2. #1592
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

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

    Quote Originally Posted by hem View Post
    Ah sorry, forgot to retrieve the @group_id. Try this:

    Code:
    SET @group_id = '';
    SELECT (@group_id := `configuration_group_id`) FROM `configuration_group` WHERE `configuration_group_title` LIKE 'Reward Points';
    
    REPLACE INTO `configuration` 
    (`configuration_id` ,`configuration_title` ,`configuration_key` ,`configuration_value` ,`configuration_description` ,`configuration_group_id` ,`sort_order` ,`last_modified` ,`date_added` ,`use_function` ,`set_function`)
    VALUES (NULL , 'Allow Redeem of Reward Points on Order Total or Subtotal', 'REWARD_POINTS_ALLOW_TOTAL', '0', 'Allow points to be redeemed against the full order (including shipping) or only against the subtotal.<br />0= Against the subtotal.<br />1= Against the full order.', @group_id, '9', NULL, now(), NULL , 'zen_cfg_select_option(array(''0'', ''1''), ');
    Nope still get the same issue, however it seems to work fine.

  3. #1593
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

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

    and on a completely different note and probably not overly important

    Is there a way to

    a) reset all rewards point to the global value OR
    b) a way to find only the categories products that have rewards points set on them

    I have just realised that on a particular store there are around 3-400 categories, subcategories, and I can guarantee I'll be the one expected to track down the errant rewards points when the store owner forgets where she has applied them

  4. #1594
    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 mask2011 View Post
    Actually, in my store it works a bit different.. Discounted products would be normal products (showing as SRP products on my site) but my members will have discount coupons to enter during check-out to enjoy the lower price..

    So, in this case, is there a way to limit rewards accrual (and maybe even redemption) only on sales that do not have a discount coupon applied to it?
    If you are using an Order Total mod to handle the discount coupons go to Admin->Config->Reward Points and select Advanced Reward Point Calculation Rules. Add a rule to subtract on that mod.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  5. #1595
    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 nigelt74 View Post
    and on a completely different note and probably not overly important

    Is there a way to

    a) reset all rewards point to the global value OR
    b) a way to find only the categories products that have rewards points set on them

    I have just realised that on a particular store there are around 3-400 categories, subcategories, and I can guarantee I'll be the one expected to track down the errant rewards points when the store owner forgets where she has applied them
    Do you have PhpMyAdmin installed on your/her site? If so use the following SQL:

    Code:
    SELECT `cd`.`categories_name` , r.`point_ratio`
    FROM `reward_master` AS r, `categories_description` AS cd
    WHERE `r`.`scope` =1
    AND `r`.`scope_id` = `cd`.`categories_id`;
    Note: you may have to change the table names if you use a prepend like 'zen_'
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  6. #1596
    Join Date
    Jul 2007
    Posts
    38
    Plugin Contributions
    0

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

    Hey Andrew,

    First of all, thanks so much for supporting people here to get the mod to do what we want it to. You're really a wonderful help!

    As for the suggestion of adding an Advanced Rule to subtract the ot_discount module, that worked, but only partially.. It does deduct some points, but not all. Let me try and illustrate:

    - Customer A orders Product B at SRP $79.90
    - Customer A checks out without a discount coupon and gets 80 Rewards Points

    The above works excellent..

    However, what I would like is:

    - Customer A orders Product B at SRP $79.90
    - Customer A checks out with discount coupon and pays only $60
    - Customer A will not get any Rewards Points for this order

    At this moment, Customer A gets 60 Rewards Points because thats the value of his order. But I would want it to not give any points.. Is there any way I could update the configuration to do that? Or is there some place in the code where I could apply the change to make this work?

    Appreciate your suggestions!

  7. #1597
    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 mask2011 View Post
    Hey Andrew,

    First of all, thanks so much for supporting people here to get the mod to do what we want it to. You're really a wonderful help!

    As for the suggestion of adding an Advanced Rule to subtract the ot_discount module, that worked, but only partially.. It does deduct some points, but not all. Let me try and illustrate:

    - Customer A orders Product B at SRP $79.90
    - Customer A checks out without a discount coupon and gets 80 Rewards Points

    The above works excellent..

    However, what I would like is:

    - Customer A orders Product B at SRP $79.90
    - Customer A checks out with discount coupon and pays only $60
    - Customer A will not get any Rewards Points for this order

    At this moment, Customer A gets 60 Rewards Points because thats the value of his order. But I would want it to not give any points.. Is there any way I could update the configuration to do that? Or is there some place in the code where I could apply the change to make this work?

    Appreciate your suggestions!
    What happens if the customer "mixes and matches"- has an order with some discounted items and some regular? Do they receive any points in this situation?
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  8. #1598
    Join Date
    Jul 2007
    Posts
    38
    Plugin Contributions
    0

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

    hehe good point :) Logically, they should receive points for those items that are SRP, however that might be very difficult to track.

    As most of the coupons are general coupons, with some of them having a "product restriction" on them, I think it would be extremely difficult (technically) to ensure that points are allocated for those products that are without a discount-coupon applied to them and give no points for discounted products.. Zen Cart doesnt allow you to apply multiple coupons to a cart, so if I were to add 2 products that have a discount option, and I would apply 2 coupons, it would only take the second coupon and apply it to my cart.

    I would recommend my customers to create multiple orders in this case. For those cases where the customer does create a single order with a mixed (discount and non-discount) products set, I would assume the easiest way is to either split the order or perhaps give no points on check-out and do a manual allocation of points to that customer for the non-discounted products.

    So, short answer: if the code is modular enough and written in such a way that it checks by product, it'd be wonderful.. If it is not, I am totally fine to say: apply a coupon and lose any points for products in your cart.. :)

  9. #1599
    Join Date
    Dec 2008
    Location
    San Fran
    Posts
    382
    Plugin Contributions
    0

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

    I've installed this mod and it's awesome... exactly what I'm looking for.

    I would like to know if there's any way to add "advanced rules" to the points displaying in the sidebox. I have a number of order total modules (better together, group discount, etc.) and I have enabled advanced rules in Configuration > Rewards points so I get the correct total of reward points after discounts are applied. But they show the original number of reward points in the sidebox.

    Do you guys know how to fix this?

  10. #1600
    Join Date
    Jul 2007
    Posts
    38
    Plugin Contributions
    0

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

    @hem: did u happen to have any additional suggestions that might make it possible to provide no rewards points for discounted products? perhaps I could hard-code it somewhere in the code? Like if ot_coupon is applied, rewards = 0 or something as rough as that?

 

 

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