Zen Cart Logo
Forums / All Other Contributions/Addons / Reward Points Module for ZC v13x

Reward Points Module for ZC v13x

Locked

Views: 470,660

Results 1,021 to 1,040 of 2,476
This thread is locked. New replies are disabled.
23 Jul 2009, 3:47 AM
#1021
cowgirlmodel avatar

cowgirlmodel

New Zenner

Join Date:
Apr 2009
Posts:
56
Plugin Contributions:
0

Reward Points Module for ZC v13x

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!

23 Jul 2009, 8:06 PM
#1022
monkeyjr47906 avatar

monkeyjr47906

New Zenner

Join Date:
Nov 2007
Posts:
72
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

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.

23 Jul 2009, 8:32 PM
#1023
hem avatar

hem

Totally Zenned

Join Date:
Sep 2007
Location:
Dublin, Ireland
Posts:
1,281
Plugin Contributions:
5

Re: Reward Points Module for ZC v13x

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)

23 Jul 2009, 8:33 PM
#1024
hem avatar

hem

Totally Zenned

Join Date:
Sep 2007
Location:
Dublin, Ireland
Posts:
1,281
Plugin Contributions:
5

Re: Reward Points Module for ZC v13x

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.

23 Jul 2009, 8:35 PM
#1025
hem avatar

hem

Totally Zenned

Join Date:
Sep 2007
Location:
Dublin, Ireland
Posts:
1,281
Plugin Contributions:
5

Re: Reward Points Module for ZC v13x

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.

24 Jul 2009, 3:23 AM
#1026
shoesbuyonline avatar

shoesbuyonline

New Zenner

Join Date:
May 2009
Posts:
78
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

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,

24 Jul 2009, 7:08 PM
#1027
cowgirlmodel avatar

cowgirlmodel

New Zenner

Join Date:
Apr 2009
Posts:
56
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

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?

25 Jul 2009, 7:59 AM
#1028
shoesbuyonline avatar

shoesbuyonline

New Zenner

Join Date:
May 2009
Posts:
78
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

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:

25 Jul 2009, 9:46 AM
#1029
hem avatar

hem

Totally Zenned

Join Date:
Sep 2007
Location:
Dublin, Ireland
Posts:
1,281
Plugin Contributions:
5

Re: Reward Points Module for ZC v13x

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.

26 Jul 2009, 9:17 AM
#1030
shoesbuyonline avatar

shoesbuyonline

New Zenner

Join Date:
May 2009
Posts:
78
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

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,

26 Jul 2009, 1:53 PM
#1031
humlan avatar

humlan

New Zenner

Join Date:
Jul 2009
Posts:
1
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

Looking for an easy way to let registered users create links to my content (published using WordPress) and if these clicks produce a sale, the link creator would receive a kick-back.

I've looked through this thread and for an FAQ but haven't really found out if this add on is just what I need.

I haven't determined if these affiliate kick-backs should be session-only or permanent. Preferably the links should be easily created by adding something like ?id=12345 to the end of each link.

Using WordPress and ZenCart at mediatemple.net

Thanks in advance!

27 Jul 2009, 6:14 PM
#1032
monkeyjr47906 avatar

monkeyjr47906

New Zenner

Join Date:
Nov 2007
Posts:
72
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

hem:

It's a good idea and should be doable with a couple of small changes. Let me look into it.

Just checking in, in regard to my question about customers being able to request or purchase credits for shopping like a stock photo site.

1 Aug 2009, 12:51 AM
#1033
kellan4459 avatar

kellan4459

New Zenner

Join Date:
Dec 2008
Posts:
79
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

hem:

The new version v1.26 does this but uses percentages rather than fixed values. Any use?

I have upgraded to version 1.26 but when I install and try to modify the Discount Table I can't add or delete the entries. I am searching the thread and I don't see anything on this yet so again I apologize if this has been discussed before.

3 Aug 2009, 1:59 PM
#1034
ilonka avatar

ilonka

New Zenner

Join Date:
Nov 2005
Posts:
51
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

i have some question prior to installing:

#1: I only want members to receive points ( and if possible to see the reward point on the website )
#2: i use Paypal IPN & iDeal is this going to give me problems

Thank you

7 Aug 2009, 12:49 PM
#1035
idweb avatar

idweb

New Zenner

Join Date:
Dec 2007
Posts:
8
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

Hi there great mod.

I have installed thi and it works with Protx Payments but I also use Paypal IPN.

With Paypal IPN it doesnt seem to reward the customers there points (earned)

Does this mod work with Paypal or am i missing something ??

Thanks Colin

10 Aug 2009, 8:38 AM
#1036
idweb avatar

idweb

New Zenner

Join Date:
Dec 2007
Posts:
8
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

Anyone know if it works with Paypal IPN ???? Anybody ?

Thanks

10 Aug 2009, 8:42 AM
#1037
dre avatar

dre

New Zenner

Join Date:
Mar 2006
Location:
The Netherlands
Posts:
92
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

I have one of the older versions and that one is not working with paypal.

And sometimes paypal payment is made but i dont get the order.

11 Aug 2009, 1:36 AM
#1038
kellan4459 avatar

kellan4459

New Zenner

Join Date:
Dec 2008
Posts:
79
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

I have the problem that Points are calculated but are not added to the customers account after checkout. Has anyone had this issue and if so how was it fixed?

Thanks

11 Aug 2009, 3:27 PM
#1039
idweb avatar

idweb

New Zenner

Join Date:
Dec 2007
Posts:
8
Plugin Contributions:
0

Re: Reward Points Module for ZC v13x

I switched to Paypal Express which seems to work. But I would love to see this working with IPN. ?? I thought that Paypal express used an INP system anyways ??

When using paypal ipn it say that the customer has point when i look at the invoice (at the bottom)

Goto Customers -> Reward Points and the point are not there.

Please someone Im am sure this will not take very long for a coder to tweak this as it is almost working.

Please anyone ??

12 Aug 2009, 12:52 PM
#1040
hem avatar

hem

Totally Zenned

Join Date:
Sep 2007
Location:
Dublin, Ireland
Posts:
1,281
Plugin Contributions:
5

Re: Reward Points Module for ZC v13x

idweb:

I switched to Paypal Express which seems to work. But I would love to see this working with IPN. ?? I thought that Paypal express used an INP system anyways ??

When using paypal ipn it say that the customer has point when i look at the invoice (at the bottom)

Goto Customers -> Reward Points and the point are not there.

Please someone Im am sure this will not take very long for a coder to tweak this as it is almost working.

Please anyone ??

There's been more time spent trying to get the mod working with PayPal IPN that has been spent writing the entire mod.

The official status of this issue is: The mod works with PayPal- just not with PayPal IPN. Hopefully this will change when ZenCart 2.0 is released.