Re: Reward Points Module- Live Release now available.
Ok, I think this is a relevant issue, unless somehow something was messed up during my install.
I use PayPal Payments standard, and if the customer has enough points to reduce the order to $0.00, they cannot complete the order. Paypal will not allow a $0 purchase, and the order from my store is not complete until Paypal finishes payment and sends it back to the store.
I want to set the maximum amount of points to be redeemed to 90% to prevent this from happening. However, the percentage will not work for me under maximum points - it only counts it as a point. So instead of 90% of points used, it will only use 90 points. It doesn't seem to recognize that % is being used.
I tried to get around this by using the Discounts module in the order total, but it did not work. I was unable to edit, create, or delete any of the preprovided discounts (ie 1000 points = 5% discount).
Thanks!
Re: Reward Points Module- Live Release now available.
I apologize if this has already been discussed. Is there a way to set up the site so it is Rewards points only? Like when you buy credits from a stock photo site.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
cowgirlmodel
Ok, I think this is a relevant issue, unless somehow something was messed up during my install.
I use PayPal Payments standard, and if the customer has enough points to reduce the order to $0.00, they cannot complete the order. Paypal will not allow a $0 purchase, and the order from my store is not complete until Paypal finishes payment and sends it back to the store.
I want to set the maximum amount of points to be redeemed to 90% to prevent this from happening. However, the percentage will not work for me under maximum points - it only counts it as a point. So instead of 90% of points used, it will only use 90 points. It doesn't seem to recognize that % is being used.
I tried to get around this by using the Discounts module in the order total, but it did not work. I was unable to edit, create, or delete any of the preprovided discounts (ie 1000 points = 5% discount).
Thanks!
Are you using the latest install (off my website)- It has the full Discount mod- giving you the opportunity to tailor the discounts (the original beta had the discounts hardwired).
I'll add the % Max to the next release (it's been outstanding too long)
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
monkeyjr47906
I apologize if this has already been discussed. Is there a way to set up the site so it is Rewards points only? Like when you buy credits from a stock photo site.
It's a good idea and should be doable with a couple of small changes. Let me look into it.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
cowgirlmodel
Never mind - i had a problem w/ one of my files in my Order Total folder - not related to rpm. You can actually delete some of my other posts if you want. I will repost if I have another problem later on. Sorry to clutter up the forum.
No problem, glad you got it sorted.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
It sounds like you need to check out the sort order of your Order Total modules.
Hi, hem
I have try to use different order in my order total module but still no joy. :no:
Sub-Total:$590.00
FREE SHIPPING! (Free Shipping Only):$0.00
Value of Redeemed Reward Points:-$25.00
Reward Points earned:540
Total:$565.00
The reward points earned is still Total-redeemed.
Thanks,
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
Are you using the latest install (off my website)- It has the full Discount mod- giving you the opportunity to tailor the discounts (the original beta had the discounts hardwired).
I'll add the % Max to the next release (it's been outstanding too long)
I was downloading from Zencart Downloads, which shows a pretty recent version. What is your website URL?
Re: Reward Points Module- Live Release now available.
Hi, there
I have just worked out the problem! There is the file 'ot_reward_points_display.php' lead to this problem.
$reward_ratio=GetGlobalRewardPointRatio();
$reward_points=$reward_points-($reward_ratio*$_SESSION['redeem_value']);
Now, all works ok for me after I commented out this block of code.
If you have the same trouble as me, you could try the method I offered. :smile:
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
ShoesBuyOnline
Hi, there
I have just worked out the problem! There is the file 'ot_reward_points_display.php' lead to this problem.
$reward_ratio=GetGlobalRewardPointRatio();
$reward_points=$reward_points-($reward_ratio*$_SESSION['redeem_value']);
Now, all works ok for me after I commented out this block of code.
If you have the same trouble as me, you could try the method I offered. :smile:
Just watch out though- By doing this, Reward Points redeemed during an order will not be subtracted from the Reward Points that have been earned on this order.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
Just watch out though- By doing this, Reward Points redeemed during an order will not be subtracted from the Reward Points that have been earned on this order.
Hi, hem
Thanks for your reply.
This is a test order I made for testing:
Sub-Total:$290.00
FREE SHIPPING! (Free Shipping Only):$0.00
Value of Redeemed Reward Points:-$20.00
Total:$270.00
Reward Points earned:270
It looks ok though I am still testing to see if another problem appeared.
Regards,